public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/36756]  New: g++.dg/tls-3.C ICE with section-anchors, unit-at-a-time, no-toplevel-reorder
@ 2008-07-07 21:22 janis at gcc dot gnu dot org
  2008-07-07 21:59 ` [Bug target/36756] " janis at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: janis at gcc dot gnu dot org @ 2008-07-07 21:22 UTC (permalink / raw)
  To: gcc-bugs

Test g++.dg/gomp/tls-3.C started failing on powerpc-unknown-linux-gnu with an
ICE in rs6000_emit_move when the -O0 defaults were changed for
-funit-at-a-time, -fsection-anchors, and -ftop-level-reorder.  This smaller C
test:

__thread int i;
int
foo ()
{
  static __thread int k;
  return k;
}

gets the same ICE for earlier compilers back to 4.2.0 (when section anchors
were added) when compiled with "-funit-at-a-time -fsection-anchors
-fno-toplevel-reorder".


-- 
           Summary: g++.dg/tls-3.C ICE with section-anchors, unit-at-a-time,
                    no-toplevel-reorder
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: janis at gcc dot gnu dot org
GCC target triplet: powerpc-unknown-linux-gnu


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


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

end of thread, other threads:[~2008-10-21 10:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-07 21:22 [Bug target/36756] New: g++.dg/tls-3.C ICE with section-anchors, unit-at-a-time, no-toplevel-reorder janis at gcc dot gnu dot org
2008-07-07 21:59 ` [Bug target/36756] " janis at gcc dot gnu dot org
2008-08-11  1:42 ` [Bug target/36756] [4.4 Regression] " pinskia at gcc dot gnu dot org
2008-08-11 17:19 ` janis at gcc dot gnu dot org
2008-08-22 14:44 ` rguenth at gcc dot gnu dot org
2008-08-22 19:06 ` janis at gcc dot gnu dot org
2008-08-25 20:20 ` janis at gcc dot gnu dot org
2008-08-29 23:48 ` sam at gcc dot gnu dot org
2008-09-02 19:49 ` janis at gcc dot gnu dot org
2008-10-21 10:55 ` jakub 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).