diff mbox

[pph] Detect state mutation in DECLs/TYPEs [6/8] (issue5175049)

Message ID 20111003152959.404851DA1C2@topo.tor.corp.google.com
State New
Headers show

Commit Message

Diego Novillo Oct. 3, 2011, 3:29 p.m. UTC
This test just needed -fpermissive (it's a C program originally).

	* g++.dg/pph/p4mean.cc: Remove XFAILs.  Add -w -fpermissive flags.
diff mbox

Patch

diff --git a/gcc/testsuite/g++.dg/pph/p4mean.cc b/gcc/testsuite/g++.dg/pph/p4mean.cc
index aa08239..e832ce5 100644
--- a/gcc/testsuite/g++.dg/pph/p4mean.cc
+++ b/gcc/testsuite/g++.dg/pph/p4mean.cc
@@ -1,6 +1,4 @@ 
-// { dg-timeout 2 { target *-*-* } }
-// { dg-xfail-if "INFINITE" { "*-*-*" } { "-fpph-map=pph.map" } }
-
+/* { dg-options "-w -fpermissive" }  */
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>