* g++.dg/cpp0x/pr79296.C: Move dg-do compile directive first.

From-SVN: r245484
This commit is contained in:
David Edelsohn 2017-02-15 15:37:33 +00:00 committed by David Edelsohn
parent 93b87d1ddf
commit 1114b39cdf
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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