📄 crash7.c
字号:
// { dg-do compile }// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>// PR c++/10108: ICE in tsubst_decl for error due to non-existence// nested type.template <typename> struct A{ // { dg-error "candidates" } template <typename> A(typename A::X) {} // { dg-error "no type" }};A<void> a; // { dg-error "instantiated|no match" }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -