public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "kkojima at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/18447] New: Variable with the initial-exec tls-model attribute causes spill failure
Date: Fri, 12 Nov 2004 10:34:00 -0000	[thread overview]
Message-ID: <20041112103412.18447.kkojima@gcc.gnu.org> (raw)

The following foo.c which is a reduced case of libc/grp/initgroup.c
causes an ICE:

foo.c:13: error: unable to find a register to spill in class 'R0_REGS'
foo.c:13: error: this is the insn:
(insn:HI 28 32 34 1 (set (reg:SI 147 t)
        (eq:SI (reg/v:SI 2 r2 [orig:161 result ] [161])
            (const_int -1 [0xffffffffffffffff]))) 1 {cmpeqsi_t}
(insn_list:REG_DEP_ANTI 23 (insn_list:REG_DEP_ANTI 24 (insn_list:REG_DEP_ANTI 25
(insn_list:REG_DEP_TRUE 26 (nil)))))
    (nil))

with -O2.

foo.c:
--
extern __thread int err __attribute__ ((tls_model ("initial-exec")));

int
foo (int n, int *grp)
{
  int result;

  do
    result = bar (n, grp);
  while (result == -1 && err == 22 && --n > 0);

  return result;
}
--

-- 
           Summary: Variable with the initial-exec tls-model attribute
                    causes spill failure
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kkojima at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: sh4-unknown-linux-gnu


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


             reply	other threads:[~2004-11-12 10:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-12 10:34 kkojima at gcc dot gnu dot org [this message]
2004-11-12 10:35 ` [Bug target/18447] " kkojima at gcc dot gnu dot org
2004-11-12 13:55 ` [Bug target/18447] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-11-16 12:17 ` cvs-commit at gcc dot gnu dot org
2004-11-16 13:10 ` pinskia 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=20041112103412.18447.kkojima@gcc.gnu.org \
    --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).