http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53086
Richard Guenther <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |fortran --- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-04-23 15:12:59 UTC --- If it is valid to have such "trailing array" in a COMMON then we need to fix array sizes for them (that's possible). Is this valid fortran? If so this is a Frontend bug as well - -fbounds-check triggers after all.