ICE, posibly related to bug #30667

Ignacio Fernández Galván jellby@yahoo.com
Tue Feb 13 09:52:00 GMT 2007


Hi all,

I found a compiler error with this simple test case:

      subroutine gaussj2_cvb(n)
      dimension irows(n)
      do 100 i=1,n
100   irows(i)=i
      end

With gfortran 4.3.0 20070209 (linux), on an Athlon-XP, this fails:

$ gfortran -c -O1 -march=athlon-xp -ftree-vectorize test.f
test.f: In function ‘gaussj2_cvb’:
test.f:3: internal compiler error: in expand_simple_binop, at
optabs.c:1192
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Leaving out any of the -O1 -march=athlon-xp -ftree-vectorize options
makes it work,though.


		
___________________________________________________________ 
What kind of emailer are you? Find out today - get a free analysis of your email personality. Take the quiz at the Yahoo! Mail Championship. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk 



More information about the Fortran mailing list