Index: gcc/gcc/testsuite/gfortran.dg/g77/cpp3.F |
diff --git a/gcc/gcc/testsuite/gfortran.dg/g77/cpp3.F b/gcc/gcc/testsuite/gfortran.dg/g77/cpp3.F |
index 383877370922e696a5cf3f8a5f64154ab50ef073..ab25b532945782a21bcce1f21613fea88ddc7541 100644 |
--- a/gcc/gcc/testsuite/gfortran.dg/g77/cpp3.F |
+++ b/gcc/gcc/testsuite/gfortran.dg/g77/cpp3.F |
@@ -1,4 +1,6 @@ |
c { dg-do run } |
+c { dg-options "-std=legacy" } |
+c |
! Some versions of cpp will delete "//'World' as a C++ comment. |
character*40 title |
title = 'Hello '//'World' |