From 1114b39cdfd62e7dd4d61b6acb5b70ffcc4ed910 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 15 Feb 2017 15:37:33 +0000 Subject: [PATCH] * g++.dg/cpp0x/pr79296.C: Move dg-do compile directive first. From-SVN: r245484 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/cpp0x/pr79296.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2097fc99d5a..fe3a304c08d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-02-15 David Edelsohn + + * g++.dg/cpp0x/pr79296.C: Move dg-do compile directive first. + 2017-02-15 Thomas Schwinge * 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 00dc2be1019..1ee982c71f0 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 -- 2.30.2