Removed unused dg-error.
authorMartin Liska <mliska@suse.cz>
Wed, 15 Mar 2017 10:06:10 +0000 (11:06 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 15 Mar 2017 10:06:10 +0000 (10:06 +0000)
2017-03-15  Martin Liska  <mliska@suse.cz>

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

From-SVN: r246154

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/pr66295.c

index 616d03b..cca75c7 100644 (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
index 1ab7e6c..b90ef84 100644 (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;