http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45081
Paul Thomas <pault at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org Summary|[4.3/4.4/4.5/4.6 |[4.3/4.4 Regression] ICE in |Regression] ICE in |gfc_conv_array_initializer, |gfc_conv_array_initializer, |at |at |fortran/trans-array.c:4208 |fortran/trans-array.c:4208 | --- Comment #14 from Paul Thomas <pault at gcc dot gnu.org> 2010-10-08 04:46:57 UTC --- (In reply to comment #13) > I'll do 4.4 and 4.3 when I get back to Barcelona on Tuesday night. > > Paul I tried, produced a working patch (only one intrinsic affected in 4.4) but the testcase fails with: FAIL: gfortran.dg/derived_array_intrinisics_1.f90 -O (test for excess errors) FAIL: gfortran.dg/derived_array_intrinisics_1.f90 -O scan-tree-dump-times original "j = 10" 1: dump file does not exist Why should the dump file not exist? I am very loath to have an execute test for this. Paul