------- Comment #6 from dfranke at gcc dot gnu dot org 2010-05-04 20:19 ------- (In reply to comment #5) > I would like to see an option to silence gfortran in this regard - having it > as > default warning is fine, but maybe some -Wno-deleted option could be added > then?
Isn't this what -std=* is for? The snippet in #0 gives exactly one error for -std=f95, no warning or error for -std=legacy and four warnings with -std=gnu. I'd vote for closing as WONTFIX or INVALID. -- dfranke at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dfranke at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40165