------- Comment #2 from ajrobb at bigfoot dot com 2009-02-12 11:26 ------- I have tested the assembler outputs from the two compilers. Both assembler files were generated with: gcc -g soundex.c -S -o soundex.s
I then compiled both on the failing platform: gcc -g soundex.s -o soundex If I compile the assembler from 4.2.1 with 4.3.2, the program works. If I compile the assembler from 4.3.2 with 4.3.2, the program fails. -- ajrobb at bigfoot dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |4.3.2 Known to work| |4.2.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39166