* g++.old-deja/g++.warn/compare1.C: Run with -Wno-deprecated.
authorMark Mitchell <mark@codesourcery.com>
Wed, 23 Mar 2005 17:21:20 +0000 (17:21 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 23 Mar 2005 17:21:20 +0000 (17:21 +0000)
From-SVN: r96935

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.warn/compare1.C

index d39269f..09cb21b 100644 (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.
 
index 5407c93..7a23180 100644 (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