public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "spop at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/42521] [4.5 Regression] ICE: in graphite_loop_normal_form, at graphite-sese-to-poly.c:2844
Date: Wed, 13 Jan 2010 17:00:00 -0000	[thread overview]
Message-ID: <20100113170012.5882.qmail@sourceware.org> (raw)
In-Reply-To: <bug-42521-14164@http.gcc.gnu.org/bugzilla/>



------- Comment #8 from spop at gcc dot gnu dot org  2010-01-13 17:00 -------
The fix for this PR produces an ICE in 434.zeusmp:

+ /home/seb/gcc/graphite/usr/bin/gfortran -c -g -O2 -DSPEC_CPU_LP64 -o pdv_d.o
pdv_d.f
pdv_d.f: In function pdv_d:
pdv_d.f:89:0: error: definition in block 40 does not dominate use in block 212
for SSA_NAME: prephitmp.28_439 in statement:
D.2771_606 = D.2770_605 <= prephitmp.28_439;
pdv_d.f:89:0: internal compiler error: verify_ssa failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

This is the reduced testcase:

      parameter(in =           128+5
     &        , jn =           128+5
     &        , kn =           128+5)
      real*8   d (in,jn,kn)
       real*8 dcopy(in,jn,kn)
       call pdv (is, dcopy)
       do k=ks,ke
         do j=je+1,je+2
           do i=is-2,ie+2
             dcopy(i,j,k) = d(i,j,k)
           enddo
         enddo
       enddo
       do k=ks,ke
         do j=js,je
           do i=is-2,is-1
             dcopy(i,j,k) = d(i,j,k)
           enddo
         enddo
       enddo
       end


-- 

spop at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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


  parent reply	other threads:[~2010-01-13 17:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-28 20:09 [Bug tree-optimization/42521] New: " zsojka at seznam dot cz
2009-12-28 20:10 ` [Bug tree-optimization/42521] " zsojka at seznam dot cz
2009-12-28 20:18 ` zsojka at seznam dot cz
2009-12-28 22:53 ` hjl dot tools at gmail dot com
2009-12-31 15:10 ` rguenth at gcc dot gnu dot org
2010-01-02 16:15 ` rguenth at gcc dot gnu dot org
2010-01-08  4:39 ` spop at gcc dot gnu dot org
2010-01-08  6:05 ` spop at gcc dot gnu dot org
2010-01-08  7:39 ` spop at gcc dot gnu dot org
2010-01-08  7:40 ` spop at gcc dot gnu dot org
2010-01-13 17:00 ` spop at gcc dot gnu dot org [this message]
2010-01-13 18:15   ` Sebastian Pop
2010-01-13 17:34 ` rguenth at gcc dot gnu dot org
2010-01-13 18:15 ` sebpop at gmail dot com

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=20100113170012.5882.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).