* g++.dg/cpp1z/nontype-auto11.C: Move from pr79583.C.
authorJason Merrill <jason@gcc.gnu.org>
Thu, 25 May 2017 21:24:48 +0000 (17:24 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 25 May 2017 21:24:48 +0000 (17:24 -0400)
From-SVN: r248471

gcc/testsuite/g++.dg/cpp1z/nontype-auto11.C [moved from gcc/testsuite/g++.dg/cpp0x/pr79583.C with 55% similarity]

similarity index 55%
rename from gcc/testsuite/g++.dg/cpp0x/pr79583.C
rename to gcc/testsuite/g++.dg/cpp1z/nontype-auto11.C
index 30cdf9f..ac35676 100644 (file)
@@ -1,6 +1,7 @@
+// PR c++/79583
 // { dg-do compile { target c++11 } }
 
-template < auto >  // { dg-error "parameter" }
+template < auto >  // { dg-error "parameter" "" { target c++14_down } }
 struct Outer
 {
   template < int >