From 02e8542795c4321a76783b8f419435696bfed9f1 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 20 Dec 2019 17:10:22 +0000 Subject: [PATCH] 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. From-SVN: r279657 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gfortran.dg/pr69497.f90 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a6de3e6..8a235b5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-12-20 Jonathan Wakely + + PR fortran/69497 + * gfortran.dg/pr69497.f90: Fix PR number in comment. + 2019-12-20 Stam Markianos-Wright * lib/target-supports.exp diff --git a/gcc/testsuite/gfortran.dg/pr69497.f90 b/gcc/testsuite/gfortran.dg/pr69497.f90 index 7b57ee1..1698ebb 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 -- 2.7.4