This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/23222] gcc optimization error for sparc with xine/ffmpeg, bad assembly generated


------- Additional Comments From aaronw at net dot com  2005-08-04 01:33 -------
Created an attachment (id=9425)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9425&action=view)
Test case that creates the problem

gcc -O3 -mcpu=ultrasparc -mtune=ultrasparc  -fno-inline-functions -c 
test.c -o test.o

Note that this test case can probably be further simplified.  There was another
file a lot more complex that was even worse and only needed -O3 to generate the
problem without -fno-inline-functions.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23222


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]