aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/g++.dg/cpp0x/pr79296.C2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 2097fc9..fe3a304 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-15 David Edelsohn <dje.gcc@gmail.com>
+
+ * g++.dg/cpp0x/pr79296.C: Move dg-do compile directive first.
+
2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
* gcc.dg/graphite/graphite.exp: Merge "fuse_files" into
diff --git a/gcc/testsuite/g++.dg/cpp0x/pr79296.C b/gcc/testsuite/g++.dg/cpp0x/pr79296.C
index 00dc2be..1ee982c 100644
--- a/gcc/testsuite/g++.dg/cpp0x/pr79296.C
+++ b/gcc/testsuite/g++.dg/cpp0x/pr79296.C
@@ -1,6 +1,6 @@
+// { dg-do compile { target c++11 } }
// { dg-require-effective-target lto }
// { dg-additional-options "-flto" }
-// { dg-do compile { target c++11 } }
// PR 79296 ICE mangling local class of localized instantiation