From: mmitchel Date: Wed, 23 Mar 2005 17:21:20 +0000 (+0000) Subject: * g++.old-deja/g++.warn/compare1.C: Run with -Wno-deprecated. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42acc6449056c79b0a5b5d29593a3738de855b25;p=thirdparty%2Fgcc.git * g++.old-deja/g++.warn/compare1.C: Run with -Wno-deprecated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96935 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d39269f7e00d..09cb21be40f2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2005-03-23 Mark Mitchell + * g++.old-deja/g++.warn/compare1.C: Run with -Wno-deprecated. + * lib/target-supports.exp (check_iconv_available): Default libiconv to -liconv, if there is no definition. diff --git a/gcc/testsuite/g++.old-deja/g++.warn/compare1.C b/gcc/testsuite/g++.old-deja/g++.warn/compare1.C index 5407c9360572..7a231801bfae 100644 --- a/gcc/testsuite/g++.old-deja/g++.warn/compare1.C +++ b/gcc/testsuite/g++.old-deja/g++.warn/compare1.C @@ -1,5 +1,5 @@ // { dg-do assemble } -// { dg-options "-ansi -pedantic-errors -Wsign-compare" } +// { dg-options "-ansi -pedantic-errors -Wsign-compare -Wno-deprecated" } // Copyright (C) 2001 Free Software Foundation, Inc. // Contributed by Kaveh R. Ghazi 5/13/2001