Re: Stack direction check fails with optimizations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Any reason why the following should not work ? -

int
growsdown (void *x)
{
        int y;
        return x > (void *)&y;
}

int
main()
{
        int x;
        exit (growsdown(&x));
}

Roger While




_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux