http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55983
--- Comment #4 from janus at gcc dot gnu.org 2013-01-15 09:09:50 UTC --- Hi, > Re .f90 - it's not valid f90 code after all :) well, yes. But it ain't valid f77 either ;) The file extension basically just tells gfortran whether to interpret your code as fixed format (.f) or free format (.f90). It's not related to -std=... > Re missing "use bcd_m" - I was aware of this case, and I submitted the "Bad > statement code" ICE as a separate issue yesterday: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55984 Yes, I just noticed. The test case here is slightly shorter, though.