Commit 13e6ec34 by Martin Sebor

Adjust dg-bogus pattern to match the text of the changed diagnostic.

gcc/testsuite:
	* gcc.dg/pr40340-3.c: Adjust directive pattern.
	* gcc.dg/pr40340-4.c: Same.

From-SVN: r246827
parent a2cb1196
2017-04-10 Martin Sebor <msebor@redhat.com>
* gcc.dg/pr40340-3.c: Adjust directive pattern.
* gcc.dg/pr40340-4.c: Same.
2017-04-10 Nicolas Koenig <koenigni@student.ethz.ch> 2017-04-10 Nicolas Koenig <koenigni@student.ethz.ch>
PR fortran/69498 PR fortran/69498
* gfortran.dg/submodule_unexp.f90: Modified test * gfortran.dg/submodule_unexp.f90: Modified test
to account for new error. to account for new error.
* gfortran.dg/submodule_twice.f90: New Test * gfortran.dg/submodule_twice.f90: New Test
......
...@@ -12,4 +12,4 @@ main (void) ...@@ -12,4 +12,4 @@ main (void)
return 0; return 0;
} }
/* { dg-bogus "will always overflow destination buffer" "" { target *-*-* } 10 } */ /* { dg-bogus "overflow" "" { target *-*-* } 10 } */
...@@ -13,4 +13,4 @@ main (void) ...@@ -13,4 +13,4 @@ main (void)
return 0; return 0;
} }
/* { dg-bogus "will always overflow destination buffer" "" { target *-*-* } 10 } */ /* { dg-bogus "overflow" "" { target *-*-* } 10 } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment