[Bug tree-optimization/34445] [4.3 Regression] internal compiler error: in cost_for_stmt, at tree-vect-transform.c:98

jellby at yahoo dot com gcc-bugzilla@gcc.gnu.org
Fri Dec 14 09:37:00 GMT 2007



------- Comment #3 from jellby at yahoo dot com  2007-12-14 09:37 -------
I don't know if it's the same bug, but the message is the same:

$ cat test.f
      Subroutine FndSph(Alpha,Rad)
      Dimension Rad(100),RadInp(100)
      Do I = 1, NSphInp
        Rad(I) = RadInp(I)
        Alpha = 1.2
      End Do
      End

$ gfortran -c -O3 -march=core2 test.f
test.f: In function ‘fndsph’:
test.f:1: internal compiler error: in cost_for_stmt, at
tree-vect-transform.c:98
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

$ gfortran -v
Using built-in specs.
Target: i386-pc-linux-gnu
Configured with: /home/fx/gfortran_nightbuild/trunk/configure
--prefix=/home/fx/gfortran_nightbuild/irun-20071211
--enable-languages=c,fortran --build=i386-pc-linux-gnu
--enable-checking=release --with-gmp=/home/fx/gfortran_nightbuild/software
Thread model: posix
gcc version 4.3.0 20071211 (experimental) [trunk revision 130765] (GCC)


-- 

jellby at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jellby at yahoo dot com


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



More information about the Gcc-bugs mailing list