------- Comment #4 from wesley at terpstra dot ca 2010-06-14 17:22 ------- Created an attachment (id=20909) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20909&action=view) Libraries needed to demonstrate the problem in a linked program
To be able to run the complete program: gcc -std=gnu99 -mno-explicit-relocs -O0 -g -w -fno-strict-aliasing mlyacc.6.preprocessed-nolines.c link.a -lgmp -lm -o mlyacc.good gcc -std=gnu99 -O0 -g -w -fno-strict-aliasing mlyacc.6.preprocessed-nolines.c link.a -lgmp -lm -o mlyacc.bad ... you need gmp 4.3.x to link it (which I imagine all gcc developers have). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44537