internal compiler error
Hans Horn
hannes@2horns.com
Fri Nov 6 04:26:00 GMT 2009
Folks,
while playing with optimization options I ran into this one:
atamul.f: In function ‘atamul’:
atamul.f:6:0: internal compiler error: in initialize_matrix_A, at
tree-data-ref.c:1912
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
source attached.
command line:
gfc -c -Wall -Wextra -Wuninitialized -Wunused-label -fno-underscoring
-O3 -fno-strict-aliasing -Winline -fexpensive-optimizations \
-finline-functions -finline-limit=500000 -fstrength-reduce -fgcse
-fgcse-lm -fgcse-sm -funroll-loops -fforce-addr -fomit-frame-pointer
-ftree-vectorize \
-ftree-loop-linear -mfpmath=sse -msse3 -march=pentium4 -pipe -o atamul.o
atamul.f
(GNU Fortran (GCC) 4.5.0 20091014 (experimental) [trunk revision 152402])
Intel core duo cygwin/WinXP 32 bit
Behaves when I remove '-ftree-loop-linear'
H.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: atamul.f
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20091106/d5b8d40c/attachment.ksh>
More information about the Fortran
mailing list