public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/31383]  New: ICE with -O2 -ftree-vectorize (regression)
@ 2007-03-28  9:15 jellby at yahoo dot com
  2007-03-28 11:45 ` [Bug regression/31383] " ubizjak at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jellby at yahoo dot com @ 2007-03-28  9:15 UTC (permalink / raw)
  To: gcc-bugs

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

I found this with gfortran (gcc version 4.3.0 20070328), it seems to work with
the gfortran/gcc included in my Mandriva 2007 (gcc version 4.1.1 20060724), so
I've marked it as a regression.


$ cat test.f90

SUBROUTINE Test
IMPLICIT NONE
INTEGER :: i, j
REAL*8 :: C(3,100), rM(100), rMI
COMMON /RInfo/ rMI

DO i = 1, 3
  DO j = 1, 100
    rMI = C(1,j) + C(i,j)
  END DO
END DO

END


$ gfortran -c -O2 -ftree-vectorize test.f90

test.f90: In function ‘test’:
test.f90:1: internal compiler error: in affine_function_equal_p, at
tree-data-ref.c:2072
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: ICE with -O2 -ftree-vectorize (regression)
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jellby at yahoo dot com


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


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

end of thread, other threads:[~2007-03-30 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-28  9:15 [Bug regression/31383] New: ICE with -O2 -ftree-vectorize (regression) jellby at yahoo dot com
2007-03-28 11:45 ` [Bug regression/31383] " ubizjak at gmail dot com
2007-03-29 13:29 ` [Bug tree-optimization/31383] " rakdver at gcc dot gnu dot org
2007-03-30  9:37 ` rakdver at gcc dot gnu dot org
2007-03-30 17:41 ` [Bug tree-optimization/31383] [4.3 Regression] " pinskia 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).