https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87233
--- Comment #3 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- (In reply to kargl from comment #2) > (In reply to Jerry DeLisle from comment #1) > > The check is easy enough to delete: > > --- snip --- > What happens with -std=f95 and -std=f2003? > > -- > steve Well obviously we dont have the hooks for f95 and f2003. AFAICT the code looks acceptable per my read of f2008. So if we want to provide different levels of diagnostics for the various version standards, I can add the hooks. It frustrates me since I feel like we are constantly chasing rabbits down the rabit holes with these things. It would be nice if people just would conform to the current standard, in this case it is more forgiving to to so.