* g++.old-deja/g++.warn/compare1.C: Run with -Wno-deprecated.

From-SVN: r96935
This commit is contained in:
Mark Mitchell 2005-03-23 17:21:20 +00:00 committed by Mark Mitchell
parent 0b3deaafeb
commit 06d7098a4e
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-03-23 Mark Mitchell <mark@codesourcery.com>
* 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.

View File

@ -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 <ghazi@caip.rutgers.edu> 5/13/2001