> # Testing with Valgrind: ... On i386, that recipe should detect the problem on 79_vla_continue.
Yes, I reproduced this result: +==19621== Address 0xbe9e4f84 is just below the stack ptr. To suppress, use: --workaround-gcc296-bugs=yes PS: It looks that ld.so from glibc-2.8 have a problems +==19621== Conditional jump or move depends on uninitialised value(s) +==19621== at 0x400A550: ??? (in /lib/ld-2.8.so) +==19621== by 0x4003055: ??? (in /lib/ld-2.8.so) +==19621== by 0x40128B9: ??? (in /lib/ld-2.8.so) +==19621== by 0x40012CF: ??? (in /lib/ld-2.8.so) +==19621== by 0x40009A6: ??? (in /lib/ld-2.8.so) _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
