[Bug fortran/53940] warn about duplicate USE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53940 --- Comment #2 from Bil Kleb 2012-07-12 13:25:29 UTC --- I guess I see the USE ONLY as similar to a declaration, and to have two of the same declarations in a program is an error, e.g., $ cat duplicate_declaration.f90 << EOF program duplicate_de
[Bug fortran/53940] warn about duplicate USE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53940 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1