http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50259
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-09-01 07:57:03 UTC --- With all of my GCC version (4.1, 4.3, 4.4, 4.5, 4.6 and 4.7), I get the following error: CHARACTER (len=default_path_length), DIMENSION(:,:), POINTER :: 1 Error: Expected another dimension in array declaration at (1) This is followed by some more errors. In GCC 4.4, 4.5, 4.6, I get as last error the mentioned ICE: Internal Error at (1): gfc_is_constant_expr(): Unknown expression type While with GCC 4.1 and 4.3 but also with GCC 4.7 (2011-08-31, Rev. 178351) I do not get an ICE.