diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-10-14 19:06:39 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2009-10-14 19:06:39 +0200 |
commit | 0f66d09c1eac08fb47d63d9c165f37b7dd1b14b8 (patch) | |
tree | 1d3f21945cc567a87a45334ca40333c61098517b /gcc | |
parent | 4f2a9af8626ef22fe1129a84c76f40f77a88c2ec (diff) | |
download | gcc-0f66d09c1eac08fb47d63d9c165f37b7dd1b14b8.zip gcc-0f66d09c1eac08fb47d63d9c165f37b7dd1b14b8.tar.gz gcc-0f66d09c1eac08fb47d63d9c165f37b7dd1b14b8.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/plugin/attribute_plugin-test-1.C | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f2b2d45..6893c93 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/g++.dg/plugin/attribute_plugin-test-1.C b/gcc/testsuite/g++.dg/plugin/attribute_plugin-test-1.C index abb1328..1ca321d 100644 --- a/gcc/testsuite/g++.dg/plugin/attribute_plugin-test-1.C +++ b/gcc/testsuite/g++.dg/plugin/attribute_plugin-test-1.C @@ -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); |