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

2005-08-04 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-08-04 06:18 --- The test.s file assembles fine on my machine with GNU as 2.16. Could you compile the test.i file with -v and post the command line passed to the assembler? --

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

2005-08-04 Thread aaron_williams at net dot com
--- Additional Comments From aaron_williams at net dot com 2005-08-04 06:25 --- Subject: Re: gcc optimization error for sparc with xine/ffmpeg, bad assembly generated Hmmm, I though I had binutils 2.16.1, but it's actually 2.15... that might be the problem. Trying to upgrade to

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

2005-08-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-04 13:14 --- fmovdne %fcc1, %f50, %f8 Yep this is still a dup of bug 15247. *** This bug has been marked as a duplicate of 15247 *** -- What|Removed |Added

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

2005-08-03 Thread aaronw at net dot com
--- 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=9425action=view) Test case that creates the problem gcc -O3 -mcpu=ultrasparc -mtune=ultrasparc -fno-inline-functions -c test.c -o

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

2005-08-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-04 01:36 --- This is a gas bug. *** This bug has been marked as a duplicate of 15247 *** *** This bug has been marked as a duplicate of 15247 *** -- What|Removed |Added

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

2005-08-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-04 04:27 --- Lets reopen it then. Could you attach the .s file? And the preprocessed source, the .i file. Both can be got by adding -save-temps to the gcc invocation. -- What|Removed

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

2005-08-03 Thread ebotcazou at gcc dot gnu dot org
-- What|Removed |Added CC||ebotcazou at gcc dot gnu dot ||org

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

2005-08-03 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-08-04 05:01 --- Please attach the generated assembly file. -- What|Removed |Added

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

2005-08-03 Thread aaronw at attbi dot com
--- Additional Comments From aaronw at attbi dot com 2005-08-04 05:28 --- Interesting... it assembles with binutils as 2.12.1... could this be another binutils bug? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23222