From: Paolo Carlini Date: Thu, 12 Sep 2013 15:46:23 +0000 (+0000) Subject: pr58380.C: Suppress warnings with "-w". X-Git-Tag: releases/gcc-4.9.0~4106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=511daaf5267c535201c6d9e6aabb442bbe12f0f8;p=thirdparty%2Fgcc.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 b818a986f8c5..e4b14ba5d68a 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 b2c185d8f0ef..3a6ca9420678 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 &);