The testcase was originally committed with an incorrect changelog and PR
number. The changelog was fixed later, but not the comment in the test.

        PR fortran/69497
        * gfortran.dg/pr69497.f90: Fix PR number in comment.

I'm going to commit this to trunk as obvious.


commit 1c52a87af8a3931fc4bad440430d908264087a47
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Fri Dec 20 15:07:34 2019 +0000

    fortran: Fix PR number in comment of testcase for PR 69497
    
    The testcase was originally committed with an incorrect changelog and PR
    number. The changelog was fixed later, but not the comment in the test.
    
            PR fortran/69497
            * gfortran.dg/pr69497.f90: Fix PR number in comment.

diff --git a/gcc/testsuite/gfortran.dg/pr69497.f90 
b/gcc/testsuite/gfortran.dg/pr69497.f90
index 7b57ee13368..1698ebbf4ec 100644
--- a/gcc/testsuite/gfortran.dg/pr69497.f90
+++ b/gcc/testsuite/gfortran.dg/pr69497.f90
@@ -1,5 +1,5 @@
 ! { dg-do compile }
-! PR89497
+! PR69497
 program p
    block
    do

Reply via email to