public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/32374]  New: dataflow bug: internal compiler error: in reload_cse_simplify_operands, at postreload.c:396
Date: Sun, 17 Jun 2007 14:49:00 -0000	[thread overview]
Message-ID: <bug-32374-1649@http.gcc.gnu.org/bugzilla/> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1374 bytes --]

Current mainline GCC ICEs when compiling attached testcase:

g++ -O2 037.cpp

037.cpp: In function ‘void unix_parse_conf_file(FILE*, const char*, bool)’:
037.cpp:58: error: insn does not satisfy its constraints:
(insn 50 45 10 2 (set (reg/f:DI 54 virtual-stack-vars)
        (reg:DI 0 ax)) 82 {*movdi_1_rex64} (nil))
037.cpp:58: internal compiler error: in reload_cse_simplify_operands, at
postreload.c:396
Please submit a full bug report,

This invalid RTL is created by new init-regs pass, trying to initialize
virtual-stack-vars:

(insn 45 6 9 2 (set (reg/f:DI 54 virtual-stack-vars)
        (const_int 0 [0x0])) -1 (nil))

(insn 9 45 10 2 037.cpp:50 (clobber (mem/s/c:BLK (plus:DI (reg/f:DI 54
virtual-stack-vars)
                (const_int -16 [0xfffffffffffffff0])) [4 A128])) -1 (nil))


-- 
           Summary: dataflow bug: internal compiler error: in
                    reload_cse_simplify_operands, at postreload.c:396
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ubizjak at gmail dot com
 GCC build triplet: x86_64-pc-gnu-linux
  GCC host triplet: x86_64-pc-gnu-linux
GCC target triplet: x86_64-pc-gnu-linux


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


             reply	other threads:[~2007-06-17 14:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-17 14:49 ubizjak at gmail dot com [this message]
2007-06-17 14:50 ` [Bug rtl-optimization/32374] " ubizjak at gmail dot com
2007-06-17 17:18 ` [Bug rtl-optimization/32374] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-06-17 18:00 ` pinskia at gcc dot gnu dot org
2007-06-18  5:44 ` pinskia at gcc dot gnu dot org
2007-06-18 22:36 ` ubizjak at gmail dot com
2007-06-19  8:27 ` [Bug middle-end/32374] " ubizjak at gmail dot com
2007-06-19  8:58 ` ubizjak at gmail dot com
2007-06-19 11:55 ` ubizjak at gmail dot com
2007-06-22 18:51 ` uros at gcc dot gnu dot org
2007-06-22 18:56 ` ubizjak at gmail dot com
2007-06-26 13:33 ` 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=bug-32374-1649@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).