https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402
--- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > This is still in trunk 249883 Did you fixed it? If no, the only relevant information would be to report that it has been fixed. > The test case may be wrong, but > > 1) gfortran should never crash but deliver an error message instead > > 2) on this test case gfortran is giving no error message > so how do I know it is wrong? Although it happens that compilers ICE on valid codes, most of the time ICEs are the signature of invalid codes. Indeed an error would be better than an ICE.