http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48932
--- Comment #4 from dave at hiauly1 dot hia.nrc.ca 2011-05-09 13:44:04 UTC ---
On Sun, 08 May 2011, danglin at gcc dot gnu.org wrote:
> Appears to be fixed in 4.5 and 4.6.
Actually, bug is in 4.5.1 but not 4.5.3. The only relevant fix that
I see
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48932
--- Comment #3 from John David Anglin 2011-05-08
23:02:21 UTC ---
Actually, the args should be:
-fpreprocessed sched-deps.i -quiet -dumpbase sched-deps.c -auxbase-strip
sched-deps.s -g -O1 -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48932
--- Comment #2 from dave at hiauly1 dot hia.nrc.ca 2011-05-08 22:47:52 UTC ---
Attached sched-deps.i.gz.
The branch has been incorrectly placed in the delay slot. The ldil
instruction is needed when the branch is taken but not when the branch
is
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48932
John David Anglin changed:
What|Removed |Added
Component|target |middle-end
Version|4.7.0