aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/980616-0.f
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/980616-0.f')
-rw-r--r--gcc/testsuite/gfortran.dg/g77/980616-0.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/980616-0.f b/gcc/testsuite/gfortran.dg/g77/980616-0.f
index 75bd05e93ad..069b611eb14 100644
--- a/gcc/testsuite/gfortran.dg/g77/980616-0.f
+++ b/gcc/testsuite/gfortran.dg/g77/980616-0.f
@@ -5,6 +5,6 @@ c { dg-do compile }
* Date: Mon, 15 Jun 1998 21:54:32 -0500
* From: Ian A Watson <WATSON_IAN_A@lilly.com>
* Subject: Mangler Crash
- EQUIVALENCE(I,glerf(P)) ! { dg-error "cannot appear" "cannot appear" }
+ EQUIVALENCE(I,glerf(P)) ! { dg-error "is a variable" "is a variable" }
COMMON /foo/ glerf(3)
c { dg-error "end of file" "end of file" { target *-*-* } 0 }