From: Paolo Carlini Date: Thu, 12 Sep 2013 15:46:23 +0000 (+0000) Subject: pr58380.C: Suppress warnings with "-w". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=511daaf5267c535201c6d9e6aabb442bbe12f0f8;p=gcc.git pr58380.C: Suppress warnings with "-w". 2013-09-12 Paolo Carlini * g++.dg/torture/pr58380.C: Suppress warnings with "-w". From-SVN: r202533 --- 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 &);