Commit 54689b4f by Jakub Jelinek Committed by Jakub Jelinek

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
parent cee9defb
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.
......
// PR ipa/60315
// { dg-do compile }
// { dg-options "-std=c++11" }
struct Base {
virtual int f() = 0;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment