public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "danglin at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/45063] [4.6 Regression] ICE: Segmentation fault (cc1) compiling matmul_i1.c
Date: Wed, 28 Jul 2010 20:21:00 -0000	[thread overview]
Message-ID: <20100728202105.28436.qmail@sourceware.org> (raw)
In-Reply-To: <bug-45063-276@http.gcc.gnu.org/bugzilla/>



------- Comment #13 from danglin at gcc dot gnu dot org  2010-07-28 20:21 -------
RTL seems to go wrong in ira.  We have after sched1:

(insn 1311 1308 1312 134 (set (reg/f:SI 926 [ const_int_rtx+256 ])       
(mem/s/f:SI (plus:SI (reg/f:SI 1207)                (const_int 256 [0x100])) [3
const_int_rtx+256 S4 A32])) ../../gcc/gcc/loop-iv.c:2609 37 {*pa.md:2102}
     (expr_list:REG_EQUAL (mem/s/f:SI (const:SI (plus:SI (symbol_ref:SI
("const_int_rtx") [flags 0x240]  <var_decl 0x40836b40 const_int_rtx>)
                    (const_int 256 [0x100]))) [3 const_int_rtx+256 S4 A32])
        (nil)))

(insn 1312 1311 1315 134 (set (mem:SI (plus:SI (reg/f:SI 30 %r30)
                (const_int -52 [0xffffffcc])) [0 S4 A32])
        (reg/f:SI 926 [ const_int_rtx+256 ])) ../../gcc/gcc/loop-iv.c:2609 37
{*pa.md:2102}
     (expr_list:REG_DEAD (reg/f:SI 926 [ const_int_rtx+256 ])
        (nil)))

We have after ira:

(insn 1311 1308 2909 134 (set (reg/f:SI 19 %r19 [orig:926 const_int_rtx+256 ]
[926])        (mem/s/f:SI (plus:SI (reg/f:SI 12 %r12 [1207])               
(const_int 256 [0x100])) [3 const_int_rtx+256 S4 A32]))
../../gcc/gcc/loop-iv.c:2609 37 {*pa.md:2102}
     (expr_list:REG_EQUIV (mem/s/f:SI (plus:SI (reg/f:SI 12 %r12 [1207])
                (const_int 256 [0x100])) [3 const_int_rtx+256 S4 A32])
        (expr_list:REG_EQUAL (mem/s/f:SI (const:SI (plus:SI (symbol_ref:SI
("const_int_rtx") [flags 0x240]  <var_decl 0x40836b40 const_int_rtx>)
                        (const_int 256 [0x100]))) [3 const_int_rtx+256 S4 A32])
            (nil))))

(insn 2909 1311 1312 134 (set (reg:SI 19 %r19)
        (mem/c:SI (plus:SI (reg/f:SI 30 %r30)
                (const_int -204 [0xffffff34])) [84 S4 A32]))
../../gcc/gcc/loop-iv.c:2609 37 {*pa.md:2102}
     (nil))

(insn 1312 2909 1315 134 (set (mem:SI (plus:SI (reg/f:SI 30 %r30)
                (const_int -52 [0xffffffcc])) [0 S4 A32])
        (reg/f:SI 19 %r19 [orig:926 const_int_rtx+256 ] [926]))
../../gcc/gcc/loop-iv.c:2609 37 {*pa.md:2102}
     (nil))


-- 


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


  parent reply	other threads:[~2010-07-28 20:21 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-24 21:38 [Bug target/45063] New: " danglin at gcc dot gnu dot org
2010-07-24 21:43 ` [Bug target/45063] [4.6 Regression] " rguenth at gcc dot gnu dot org
2010-07-24 21:53 ` dave at hiauly1 dot hia dot nrc dot ca
2010-07-27 23:20 ` danglin at gcc dot gnu dot org
2010-07-28 15:01 ` danglin at gcc dot gnu dot org
2010-07-28 15:16 ` danglin at gcc dot gnu dot org
2010-07-28 15:34 ` danglin at gcc dot gnu dot org
2010-07-28 15:46 ` bernds at gcc dot gnu dot org
2010-07-28 19:19 ` dave at hiauly1 dot hia dot nrc dot ca
2010-07-28 20:21 ` danglin at gcc dot gnu dot org [this message]
2010-07-28 22:14 ` bernds at gcc dot gnu dot org
2010-07-29 13:50 ` bernds at gcc dot gnu dot org
2010-07-30 18:34 ` sje at cup dot hp dot com
2010-07-30 19:20 ` dave at hiauly1 dot hia dot nrc dot ca
2010-08-02 20:18 ` bernds at gcc dot gnu dot org
2010-08-07 20:26 ` danglin 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=20100728202105.28436.qmail@sourceware.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).