re PR middle-end/41707 (g++.dg/plugin/attribute_plugin-test-1.C failed)
authorJakub Jelinek <jakub@redhat.com>
Wed, 14 Oct 2009 17:06:39 +0000 (19:06 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 14 Oct 2009 17:06:39 +0000 (19:06 +0200)
PR testsuite/41707
* g++.dg/plugin/attribute_plugin-test-1.C: Expect the first
warning on line 0 instead of 1.

From-SVN: r152773

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/plugin/attribute_plugin-test-1.C

index f2b2d459acb3c198b8bcb1aa6439eebe3fd00c50..6893c9345b11177252cdd00cc7defb6003aed035 100644 (file)
@@ -1,3 +1,9 @@
+2009-10-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR testsuite/41707
+       * g++.dg/plugin/attribute_plugin-test-1.C: Expect the first
+       warning on line 0 instead of 1.
+
 2009-10-14  Richard Guenther  <rguenther@suse.de>
 
        PR lto/41521
index abb1328670a8e1534de42253038d07b69f956fe7..1ca321d1fded1fea3ac6be1352394f37b9daea3f 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-warning "Callback to register attributes" }
+// { dg-warning "Callback to register attributes" "" { target *-*-* } 0 }
 
 void normal_func (char c, char c2);
 void normal_func (char __attribute__((user("param"))) c, char);