This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/53542] Diagnostic of USE-associated variables shows original instead of renamed symbol name
- From: "dominiq at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 01 Aug 2017 09:03:30 +0000
- Subject: [Bug fortran/53542] Diagnostic of USE-associated variables shows original instead of renamed symbol name
- Auto-submitted: auto-generated
- References: <bug-53542-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53542
--- Comment #3 from dominiq at gcc dot gnu.org ---
Author: dominiq
Date: Tue Aug 1 09:02:58 2017
New Revision: 250762
URL: https://gcc.gnu.org/viewcvs?rev=250762&root=gcc&view=rev
Log:
2017-08-01 Dominique d'Humieres <dominiq@lps.ens.fr>
PR fortran/53542
* expr.c (gfc_check_init_expr): Use the renamed name.
PR testsuite/53542
* gfortran.dg/use_30.f90: New test.
Added:
trunk/gcc/testsuite/gfortran.dg/use_30.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/expr.c
trunk/gcc/testsuite/ChangeLog