... I'm going to commit as obvious the below, to avoid the spurious fail that we are all seeing.

Thanks,
Paolo.

////////////
2014-07-01  Paolo Carlini  <paolo.carl...@oracle.com>

        * g++.dg/cpp1y/pr59867.C: Fix target selector.
Index: g++.dg/cpp1y/pr59867.C
===================================================================
--- g++.dg/cpp1y/pr59867.C      (revision 212191)
+++ g++.dg/cpp1y/pr59867.C      (working copy)
@@ -1,7 +1,6 @@
 // PR c++/59867
-// { dg-do compile { target c++14 } }
+// { dg-do compile { target c++1y } }
 
-#include <iostream>
 using namespace std;
 
 // constant

Reply via email to