This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ICE, posibly related to bug #30667


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 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]