public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/27959]  New: s390x miscompilation due to clobbering literal pool base reg
@ 2006-06-08 13:33 jakub at gcc dot gnu dot org
  2006-06-08 13:54 ` [Bug target/27959] " jakub at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-06-08 13:33 UTC (permalink / raw)
  To: gcc-bugs

The testcase I'll attach is miscompiled on s390x with -m64 -O2 -mtune=z990
or -m64 -O2 -mtune=z9-109.
The test function needs a base reg (so %r13 is loaded early and during flow2
the %r13 references actually make it into the assembler).  But, during reload
a TImode pseudo is reloaded into TI %r12 (and therefore clobbers %r13 too)
and the testcase segfaults.


-- 
           Summary: s390x miscompilation due to clobbering literal pool base
                    reg
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: s390x-linux


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


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

end of thread, other threads:[~2007-01-10 19:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-08 13:33 [Bug target/27959] New: s390x miscompilation due to clobbering literal pool base reg jakub at gcc dot gnu dot org
2006-06-08 13:54 ` [Bug target/27959] " jakub at gcc dot gnu dot org
2006-06-09  9:06 ` [Bug target/27959] [4.1 regression] " jakub at gcc dot gnu dot org
2006-06-09 12:40 ` krebbel at gcc dot gnu dot org
2006-06-14 10:28 ` [Bug middle-end/27959] " krebbel at gcc dot gnu dot org
2006-06-14 14:23 ` krebbel at gcc dot gnu dot org
2006-06-14 14:26 ` krebbel at gcc dot gnu dot org
2007-01-10 19:36 ` pinskia at gcc dot gnu dot org

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