public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/42732]  New: ICE: verify_ssa failed
@ 2010-01-13 17:34 rguenth at gcc dot gnu dot org
  2010-01-13 17:36 ` [Bug tree-optimization/42732] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-13 17:34 UTC (permalink / raw)
  To: gcc-bugs

The fix for PR42521 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


-- 
           Summary: ICE: verify_ssa failed
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org
OtherBugsDependingO 42521
             nThis:


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-01-14  7:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-13 17:34 [Bug tree-optimization/42732] New: ICE: verify_ssa failed rguenth at gcc dot gnu dot org
2010-01-13 17:36 ` [Bug tree-optimization/42732] " rguenth at gcc dot gnu dot org
2010-01-13 19:01 ` [Bug tree-optimization/42732] [graphite] " spop at gcc dot gnu dot org
2010-01-13 20:50 ` [Bug tree-optimization/42732] [4.5 Regression] " pinskia at gcc dot gnu dot org
2010-01-14  6:41 ` spop at gcc dot gnu dot org
2010-01-14  7:38 ` spop at gcc dot gnu dot org
2010-01-14  7:39 ` spop at gcc dot gnu dot org

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