re PR middle-end/41707 (g++.dg/plugin/attribute_plugin-test-1.C failed)

PR testsuite/41707
	* g++.dg/plugin/attribute_plugin-test-1.C: Expect the first
	warning on line 0 instead of 1.

From-SVN: r152773
This commit is contained in:
Jakub Jelinek 2009-10-14 19:06:39 +02:00 committed by Jakub Jelinek
parent 4f2a9af862
commit 0f66d09c1e
2 changed files with 7 additions and 1 deletions

View 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

View 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);