public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "matt at 3am-software dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/13004] New: ICE during -O0 DI assignment.
Date: Tue, 11 Nov 2003 04:34:00 -0000	[thread overview]
Message-ID: <20031111043412.13004.matt@3am-software.com> (raw)

void
bug(unsigned long long *x)
{
        *x = 60486;
}

compiled by:

hppa--netbsd-gcc -O0 -c pabug.c

will die with:

pabug.c: In function `bug':
pabug.c:5: error: unrecognizable insn:
(insn 11 10 12 0 0x0 (set (reg:DI 95)
        (plus:DI (reg:DI 96)
            (const_int -5050 [0xffffffffffffec46]))) -1 (nil)
    (expr_list:REG_DEAD (reg:DI 96)
        (expr_list:REG_EQUAL (const_int 60486 [0xec46])
            (nil))))
pabug.c:5: internal compiler error: in extract_insn, at recog.c:2175
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.netbsd.org/Misc/send-pr.html> for instructions.

Using -O2 does not produce any errors.

-- 
           Summary: ICE during -O0 DI assignment.
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: matt at 3am-software dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: x86_64--netbsd
  GCC host triplet: x86_64--netbsd
GCC target triplet: hppa--netbsd


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


             reply	other threads:[~2003-11-11  4:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-11  4:34 matt at 3am-software dot com [this message]
2003-11-12 19:02 ` [Bug target/13004] " pinskia at gcc dot gnu dot org
2003-11-18 17:00 ` falk at debian dot org
2003-11-18 17:37 ` matt at 3am-software dot com
2004-08-15 23:54 ` giovannibajo at libero dot it
2004-08-16  1:42 ` dave at hiauly1 dot hia dot nrc dot ca
2004-08-16  1:48 ` giovannibajo at libero dot it

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=20031111043412.13004.matt@3am-software.com \
    --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).