This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, fortran] PR63744 accept duplicate use-rename
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: mikael dot morin at sfr dot fr
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org, paul dot richard dot thomas at gmail dot com
- Date: Sat, 07 Feb 2015 14:40:06 +0100
- Subject: Re: [Patch, fortran] PR63744 accept duplicate use-rename
- Authentication-results: sourceware.org; auth=none
Dear Mikael,
Even if
>> use m, only: A => X
>> use m, only: A => X
is valid, it does not make sense to use it and it is probably a typo.
Should not gfortran emit a warning, at least with -Wall?
Cheers,
Dominique