------- Comment #7 from jv244 at cam dot ac dot uk 2007-07-23 18:46 ------- (In reply to comment #5) > character(80), PARAMETER, dimension(1:2) :: keywords = & > (/'PROBLEMSIZE', & > 'NFTRANS_TD'/)
it is probably not related to the ICE, but the above is invalid F95. Error: test.f90, line 2: Array constructor values have differing CHARACTER lengths (11 and 10). gfortran should error out on this. -- jv244 at cam dot ac dot uk changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |32834 nThis| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32867