pr59867.C: Fix target selector.
2014-07-01 Paolo Carlini <paolo.carlini@oracle.com> * g++.dg/cpp1y/pr59867.C: Fix target selector. From-SVN: r212195
This commit is contained in:
parent
a0bc22680c
commit
f280564356
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-07-01 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* g++.dg/cpp1y/pr59867.C: Fix target selector.
|
||||
|
||||
2014-07-01 Dodji Seketeli <dodji@redhat.com>
|
||||
|
||||
PR preprocessor/60723
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue