Commit 94285a7d by Martin Liska Committed by Martin Liska

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
parent 20305b50
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
......
......@@ -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;
......
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