------- Comment #10 from burnus at gcc dot gnu dot org 2010-07-09 13:22 ------- (In reply to comment #9) > And when compilers do not reject such code it will never be fixed ;) > Does GFortran have something like -fpermissive?
-std=legacy The problem with fixing: That helps for actively maintained code, but if someone downloads some old program (like I did a while ago with Cowan's Hartree Fock code, written 30 years ago), one simply wants to use it and not to fix correctness bugs. I sincerely hope that no one writes this in new code! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44882