re PR c++/68578 (ICE on invalid template declaration and instantiation)
2017-05-25 Paolo Carlini <paolo.carlini@oracle.com> PR c++/68578 * g++.dg/cpp1y/pr68578.C: New. From-SVN: r248450
This commit is contained in:
parent
bce8ef718d
commit
2673d1925b
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2017-05-25 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/68578
|
||||
* g++.dg/cpp1y/pr68578.C: New.
|
||||
|
||||
2017-05-25 Marc Glisse <marc.glisse@inria.fr>
|
||||
|
||||
* gcc.dg/tree-ssa/vce-1.c: New file.
|
||||
|
|
3
gcc/testsuite/g++.dg/cpp1y/pr68578.C
Normal file
3
gcc/testsuite/g++.dg/cpp1y/pr68578.C
Normal file
|
@ -0,0 +1,3 @@
|
|||
// { dg-do compile { target c++14 } }
|
||||
|
||||
template <typename> struct bar foo; template <> struct foo<>: // { dg-error "class template|expected" }
|
Loading…
Add table
Reference in a new issue