mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 00:41:25 +08:00
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:
parent
20305b5047
commit
94285a7d56
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user