------- Comment #5 from burnus at gcc dot gnu dot org 2009-12-18 14:43 ------- 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? Or like g95 and ifort have (gcc/g++ as well?) a fine tuning of the warning to disable such warnings.
Having only one warning (and skipping the others if one has been printed) is just one option to reduce the clutter of default warnings if one compiles a legacy program, which one does not want to rewrite. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40165