]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2018-11-24 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 Nov 2018 09:10:00 +0000 (09:10 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 Nov 2018 09:10:00 +0000 (09:10 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266428 138bc75d-0d04-0410-961f-82ee72b054a4

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>