[Bug target/44537] gcc produces bad MIPS jumps (in large C files)

wesley at terpstra dot ca gcc-bugzilla@gcc.gnu.org
Mon Jun 14 17:23:00 GMT 2010



------- 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



More information about the Gcc-bugs mailing list