public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "janis at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/36756]  New: g++.dg/tls-3.C ICE with section-anchors, unit-at-a-time, no-toplevel-reorder
Date: Mon, 07 Jul 2008 21:22:00 -0000	[thread overview]
Message-ID: <bug-36756-4503@http.gcc.gnu.org/bugzilla/> (raw)

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


             reply	other threads:[~2008-07-07 21:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-07 21:22 janis at gcc dot gnu dot org [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-36756-4503@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).