From 0f66d09c1eac08fb47d63d9c165f37b7dd1b14b8 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 14 Oct 2009 19:06:39 +0200 Subject: 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 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/g++.dg/plugin/attribute_plugin-test-1.C | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'gcc') 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 + + 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 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); -- cgit v1.1