Re: [Ecls-list] Stack direction and gcc 5.0

2015-02-22 Thread Evrim Ulu
Hello Jerry, I've looked to stddef.h and it seems its in the standard, so i expect every system has this header and type definition ptrdiff_t. Please object to this, I'm really annoyed that autoconf doesn't have a m4 macro to decide stack direction. I really don't get why we are still trying to

[Ecls-list] Stack direction and gcc 5.0

2015-02-20 Thread Jerry James
GCC 5.0 is near release, and Fedora has started building packages with it. The ECL build is failing because the stack direction code in src/aclocal.m4 has started returning wrong values. I don't know why. But I do know that replacing the test code with this returns the correct answer: #include