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> 2017-03-14 Martin Sebor <msebor@redhat.com>
PR tree-optimization/79800 PR tree-optimization/79800
......
...@@ -11,7 +11,7 @@ foo (double *__restrict a, double *__restrict b, int n) ...@@ -11,7 +11,7 @@ foo (double *__restrict a, double *__restrict b, int n)
} }
double 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; double s;
int i; 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