* g++.dg/opt/pr19650.C: Use -w -fpermissive.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Sep 2005 20:43:47 +0000 (20:43 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Sep 2005 20:43:47 +0000 (20:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104742 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b9af61f..1c426b4 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 3a8d4b8..96cbd8a 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>