http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60751
--- Comment #7 from Harald Anlauf <anlauf at gmx dot de> --- (In reply to Walter Spector from comment #5) > > It seems quite trivial to fix, but does it really worth the work? > > Well, we had an instance where this accidentally slipped into our code. > Later on, our nightly regression runs crashed with several non-gfortran (and > non-Intel) compilers. If you want diagnostics of standard violations, you might consider adding -std=f2008 (e.g.) to the compile flags in your test suite. Most compilers allow "their" set of extensions by default. > The extension itself is pretty gratuitous. It adds nothing to the language, > yet can quietly promote incompatibilities. Since g95 also accepts it, I am > assuming it came into the compiler before the split.