re PR fortran/88143 (ICE in resolve_variable at gcc/fortran/resolve.c:5413 since...
authorPaul Thomas <pault@gcc.gnu.org>
Sat, 24 Nov 2018 09:10:00 +0000 (09:10 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sat, 24 Nov 2018 09:10:00 +0000 (09:10 +0000)
2018-11-24  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/88143
* resolve.c (resolve_variable): Check for associate names with
NULL target.

2018-11-24  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/88143
* gfortran.dg/associate_46.f90: New test.

From-SVN: r266428

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 58ca263..7c15def 100644 (file)
@@ -1,6 +1,6 @@
 2018-11-24  Paul Thomas  <pault@gcc.gnu.org>
 
-       PR fortran/888143
+       PR fortran/88143
        * resolve.c (resolve_variable): Check for associate names with
        NULL target.
 
index de3196e..e761b2c 100644 (file)
@@ -1,6 +1,6 @@
 2018-11-24  Paul Thomas  <pault@gcc.gnu.org>
 
-       PR fortran/888143
+       PR fortran/88143
        * gfortran.dg/associate_46.f90: New test.
 
 2018-11-23  Jeff Law  <law@redhat.com>