public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/51106] [4.5/4.6/4.7 Regression] ICE in move_insn, at haifa-sched.c:2314
Date: Tue, 03 Jan 2012 11:50:00 -0000	[thread overview]
Message-ID: <bug-51106-4-4lV6Q6gPye@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-51106-4@http.gcc.gnu.org/bugzilla/>

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-01-03
   Target Milestone|---                         |4.5.4
            Summary|[4.5 regression] ICE in     |[4.5/4.6/4.7 Regression]
                   |move_insn, at               |ICE in move_insn, at
                   |haifa-sched.c:2314          |haifa-sched.c:2314
     Ever Confirmed|0                           |1
      Known to fail|                            |4.7.0

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-03 11:49:52 UTC ---
On trunk we ICE with

t.i:32:25: warning: initialization from incompatible pointer type [enabled by
default]
t.i:2:5: warning: always_inline function might not be inlinable [-Wattributes]
t.i: In function 'aes_decrypt':
t.i:30:1: error: in basic block 8:
t.i:30:1: error: flow control insn inside a basic block
(jump_insn 34 33 47 8 (parallel [
            (asm_operands/v ("1: jmp %l1
2:
.section .altinstructions,"a"
.balign 4
.long 1b
.long 0
.word %P0
.byte 2b - 1b
.byte 0
.previous
") ("") 0 [
                    (const_int 24 [0x18])
                ]
                 [
                    (asm_input:HI ("i") (null):0)
                ]
                 [
                    (label_ref:SI 22)
                ] t.i:30)
            (clobber (reg:QI 18 fpsr))
            (clobber (reg:QI 17 flags))
        ]) t.i:4 -1
     (expr_list:REG_UNUSED (reg:QI 18 fpsr)
        (expr_list:REG_UNUSED (reg:QI 17 flags)
            (nil)))
 -> 22)
t.i:30:1: internal compiler error: in rtl_verify_flow_info_1, at cfgrtl.c:2002
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

at -O2 and

t.i:4:2: error: impossible constraint in 'asm'
t.i:9:1: error: too many outgoing branch edges from bb 2
t.i:9:1: internal compiler error: verify_flow_info failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

with -O1.


  reply	other threads:[~2012-01-03 11:50 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-12 14:06 [Bug target/51106] New: [4.5 regression] " rl at hellgate dot ch
2012-01-03 11:50 ` rguenth at gcc dot gnu.org [this message]
2012-01-04 13:36 ` [Bug target/51106] [4.5/4.6/4.7 Regression] " rguenth at gcc dot gnu.org
2012-01-19  9:35 ` abel at gcc dot gnu.org
2012-01-19 10:11 ` jakub at gcc dot gnu.org
2012-01-20  6:31 ` abel at gcc dot gnu.org
2012-01-20  7:34 ` [Bug target/51106] [4.5/4.6 " abel at gcc dot gnu.org
2012-01-29 17:25 ` dirtyepic at gentoo dot org
2012-02-06 12:11 ` abel at gcc dot gnu.org
2012-02-06 12:27 ` jakub at gcc dot gnu.org
2012-02-09 10:11 ` abel at gcc dot gnu.org
2012-02-09 10:18 ` abel at gcc dot gnu.org
2012-02-09 10:19 ` abel at gcc dot gnu.org
2012-03-25 12:48 ` olegendo at gcc dot gnu.org
2012-03-27 12:49 ` abel at gcc dot gnu.org
2012-03-27 13:05 ` dominiq at lps dot ens.fr
2012-03-27 13:15 ` abel at gcc dot gnu.org
2012-03-27 13:52 ` abel at gcc dot gnu.org
2012-03-27 13:55 ` rguenther at suse dot de
2012-03-27 14:11 ` abel at gcc dot gnu.org
2012-03-28  8:02 ` rguenther at suse dot de
2012-10-27 23:09 ` [Bug target/51106] [4.6 " davem at gcc dot gnu.org
2012-10-28 18:17 ` abel at gcc dot gnu.org
2012-11-27 15:46 ` dominiq at lps dot ens.fr
2013-03-22 14:44 ` jakub at gcc dot gnu.org
2013-05-31 10:58 ` jakub at gcc dot gnu.org
2013-10-16  9:51 ` jakub at gcc dot gnu.org
2014-05-22  9:03 ` rguenth at gcc dot gnu.org
2014-12-19 13:30 ` jakub at gcc dot gnu.org
2015-06-23  8:40 ` rguenth at gcc dot gnu.org
2021-08-08  6:05 ` pinskia at gcc dot gnu.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-51106-4-4lV6Q6gPye@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).