This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/31551] ice in fold_convert, at fold-const.c:2330



------- Comment #7 from zingale at gmail dot com  2007-04-17 21:32 -------
I am seeing 

internal compiler error: in fold_convert, at fold-const.c:2330

using gcc version 4.3.0 20070417 (experimental)

If I follow the thread in this bug list, it seems that this version should have
the patch applied.  So I am not sure if I am not testing a patched version or
if there is still an ICE there.  FWIW, this code used to compile just fine with
gfortran up until a month ago.  

Sadly, I can't seem to distill this down into a simple test case.


gfortran  -Jt/Linux.gfortran.debug/m -I t/Linux.gfortran.debug/m -g
-fno-range-check   -I ../../extern/helmeos  -c -o
t/Linux.gfortran.debug/o/boxarray.o ../../boxlib/boxarray.f90
../../boxlib/boxarray.f90: In function ?boxarray_build_l?:
../../boxlib/boxarray.f90:297: internal compiler error: in fold_convert, at
fold-const.c:2330
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake: *** [t/Linux.gfortran.debug/o/boxarray.o] Error 1


-- 


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


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