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 58ca2635eaf5557f998194d81958d0c5ba25ef88..7c15deff07f64fd7399aeca2877cd4313639c430 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 de3196e59c34aaf3dbab95f6aebee0d80925c4f6..e761b2c48c961ad55566fd79d81315a9c59fd773 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>