------- Comment #6 from burnus at gcc dot gnu dot org 2009-08-03 07:04 ------- (In reply to comment #3) > The warnings about deleted features can be turned off via -std=legacy, and are > turned into errors by -std=f95 and above.
I think I would like to see a way to disable them with -std=gnu. Sometimes one wants to have as many warnings as possible, except for one class of warnings, which appears often in legacy programs. Thus -W(no-)deleted-std or something like that (on for -std=gnu, off for -std=legacy) would be sometimes useful, if one wants to get an old program running. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40881