Removed unused dg-error.

2017-03-15  Martin Liska  <mliska@suse.cz>

	* gcc.dg/tree-prof/pr66295.c: Removed unused dg-error.

From-SVN: r246154
This commit is contained in:
Martin Liska 2017-03-15 11:06:10 +01:00 committed by Martin Liska
parent 20305b5047
commit 94285a7d56
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-03-15 Martin Liska <mliska@suse.cz>
* gcc.dg/tree-prof/pr66295.c: Removed unused dg-error.
2017-03-14 Martin Sebor <msebor@redhat.com>
PR tree-optimization/79800

View File

@ -11,7 +11,7 @@ foo (double *__restrict a, double *__restrict b, int n)
}
double
bar (double *__restrict a, double *__restrict b, int n) /* { dg-error "attribute\[^\n\r]*foo\[^\n\r]* is unknown" } */
bar (double *__restrict a, double *__restrict b, int n)
{
double s;
int i;