On 2014-06-24 23:22, Paolo Carlini wrote:
On 06/24/2014 01:40 AM, Adam Butcher wrote:
+// { dg-do compile { target c++1y } }
I don't think this is a C++1y specific issue...

You're right. I'm so used to creating pr testcases in that g++.dg/cpp1y dir, I automatically added the test there without engaging my brain!

+// { dg-options "" }
Also, likely minor detail, could you please explain why you need this?


Don't think I do; it was a copy from the most recent test in the cpp1y dir (another bad habit). Same issue as before; need to engage brain. :)

I've fixed these issues up in my tree and moved the test to g++.dg.

Cheers,
Adam

diff --git a/gcc/testsuite/g++.dg/cpp1y/pr61537.C b/gcc/testsuite/g++.dg/pr61537.C
similarity index 79%
rename from gcc/testsuite/g++.dg/cpp1y/pr61537.C
rename to gcc/testsuite/g++.dg/pr61537.C
index 55761cd..12aaf58 100644
--- a/gcc/testsuite/g++.dg/cpp1y/pr61537.C
+++ b/gcc/testsuite/g++.dg/pr61537.C
@@ -1,6 +1,5 @@
 // PR c++/61537
-// { dg-do compile { target c++1y } }
-// { dg-options "" }
+// { dg-do compile }

 struct A {};


Reply via email to