public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* The reincarnation of PR15242
@ 2009-09-07 16:12 Andrew Haley
  2009-09-08 21:18 ` Ian Lance Taylor
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Haley @ 2009-09-07 16:12 UTC (permalink / raw)
  To: gcc; +Cc: pinskia

This seems to be an an old bug that has come back.  We're generating

L1210:
        jmp     *%eax
.L4:
.L5:
        ...
        jmp     .L1210
.L1171:
.L1172:
        ...
        jmp     .L1210
.L1168:
.L1169:
        ...
        jmp     .L1210


instead of

.L1210:
        jmp     *%eax
.L4:
.L5:
        ...
        jmp     *%eax
.L1171:
.L1172:
        ...
        jmp     *%eax
.L1168:
.L1169:
        ...
        jmp     *%eax

Current gcc trunk, x86, gcc -O3 ef.i  -S -m32.

Attachment in old Bugzilla entry at
http://gcc.gnu.org/bugzilla/attachment.cgi?id=6206&action=view

Andrew.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-09-09 14:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-07 16:12 The reincarnation of PR15242 Andrew Haley
2009-09-08 21:18 ` Ian Lance Taylor
2009-09-09  9:17   ` Andrew Haley
2009-09-09 14:16     ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).