re PR ipa/60315 (template constructor switch optimization)

PR ipa/60315
	* g++.dg/torture/pr60315.C: Add -std=c++11 to dg-options.

From-SVN: r208893
This commit is contained in:
Jakub Jelinek 2014-03-28 11:25:34 +01:00 committed by Jakub Jelinek
parent cee9defb69
commit 54689b4fc9
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-03-28 Jakub Jelinek <jakub@redhat.com>
PR ipa/60315
* g++.dg/torture/pr60315.C: Add -std=c++11 to dg-options.
2014-03-28 Tobias Burnus <burnus@net-b.de>
* lib/cilk-plus-dg.exp: New.

View File

@ -1,4 +1,7 @@
// PR ipa/60315
// { dg-do compile }
// { dg-options "-std=c++11" }
struct Base {
virtual int f() = 0;
};