This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/34445] [4.3 Regression] internal compiler error: in cost_for_stmt, at tree-vect-transform.c:98
- From: "jellby at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Dec 2007 09:37:16 -0000
- Subject: [Bug tree-optimization/34445] [4.3 Regression] internal compiler error: in cost_for_stmt, at tree-vect-transform.c:98
- References: <bug-34445-10129@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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