From 511daaf5267c535201c6d9e6aabb442bbe12f0f8 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 12 Sep 2013 15:46:23 +0000 Subject: [PATCH] pr58380.C: Suppress warnings with "-w". 2013-09-12 Paolo Carlini * g++.dg/torture/pr58380.C: Suppress warnings with "-w". From-SVN: r202533 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/torture/pr58380.C | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b818a986f8c..e4b14ba5d68 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-09-12 Paolo Carlini + + * g++.dg/torture/pr58380.C: Suppress warnings with "-w". + 2013-09-12 Martin Jambor PR ipa/58389 diff --git a/gcc/testsuite/g++.dg/torture/pr58380.C b/gcc/testsuite/g++.dg/torture/pr58380.C index b2c185d8f0e..3a6ca942067 100644 --- a/gcc/testsuite/g++.dg/torture/pr58380.C +++ b/gcc/testsuite/g++.dg/torture/pr58380.C @@ -1,4 +1,6 @@ // { dg-do compile } +// { dg-options "-w" } + class iplugin_factory; class idocument_plugin_factory { virtual idocument_plugin_factory *create_plugin(iplugin_factory &, int &); -- 2.30.2