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:
parent
4f2a9af862
commit
0f66d09c1e
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user