mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 07:30:32 +08:00
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:
parent
cee9defb69
commit
54689b4fc9
@ -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.
|
||||
|
@ -1,4 +1,7 @@
|
||||
// PR ipa/60315
|
||||
// { dg-do compile }
|
||||
// { dg-options "-std=c++11" }
|
||||
|
||||
struct Base {
|
||||
virtual int f() = 0;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user