* g++.dg/opt/pr19650.C: Use -w -fpermissive.
authorMark Mitchell <mark@codesourcery.com>
Wed, 28 Sep 2005 20:43:47 +0000 (20:43 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 28 Sep 2005 20:43:47 +0000 (20:43 +0000)
From-SVN: r104742

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/pr19650.C

index b9af61febcdc91f4c078e93f8097e37aed557e14..1c426b48f90bb98bbca3c2c60589d8c6c51ae4ea 100644 (file)
@@ -1,5 +1,7 @@
 2005-09-28  Mark Mitchell  <mark@codesourcery.com>
 
+       * g++.dg/opt/pr19650.C: Use -w -fpermissive.
+
        PR c++/16782
        * g++.dg/parse/qualified4.C: New test.
        * g++.old-deja/g++.law/static-mem5.C: Use -w -fpermissive.
index 3a8d4b8c26956d6fbbefaf87bd958bd0024816d5..96cbd8ad80ddc1132d1b13193a4937ff4a90f8ac 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-O1" }
+// { dg-options "-O1 -w -fpermissive" }
 // { dg-do "run" }
 // Tests the fold bug described in PR 19650.
 #include <stdio.h>