[Bug fortran/48889] f951: internal compiler error: in gfc_is_constant_expr, at fortran/expr.c:906
david.ham at imperial dot ac.uk
gcc-bugzilla@gcc.gnu.org
Sat May 7 18:38:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48889
--- Comment #2 from David Ham <david.ham at imperial dot ac.uk> 2011-05-07 18:37:22 UTC ---
Created attachment 24205
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24205
Small test exhibiting the problem.
I am one of the fluidity development team.
This is a very cut down source which exhibits the problem. It produces the
following compiler output:
dham@hex foo > gfortran-4.6 -c foo.f90
foo.f90:103:0: internal compiler error: in gfc_is_constant_expr, at
fortran/expr.c:906
Please submit a full bug report,
with preprocessed source if appropriate.
>From the experience of cutting down the source to this test, I think it's
something to do with the generic interface "size".
More information about the Gcc-bugs
mailing list