This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r273914 - in /trunk/gcc: fortran/ChangeLog fort...
- From: kargl at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 30 Jul 2019 20:02:27 -0000
- Subject: r273914 - in /trunk/gcc: fortran/ChangeLog fort...
Author: kargl
Date: Tue Jul 30 20:02:27 2019
New Revision: 273914
URL: https://gcc.gnu.org/viewcvs?rev=273914&root=gcc&view=rev
Log:
2019-07-30 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/91296
* interface.c (compare_actual_expr): When checking for aliasing, add
a case to handle REF_INQUIRY (e.g., foo(x%re, x%im) do not alias).
2019-07-30 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/91296
* gfortran.dg/pr91296.f90: New test.
Added:
trunk/gcc/testsuite/gfortran.dg/pr91296.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/interface.c
trunk/gcc/testsuite/ChangeLog