view gcc/testsuite/g++.dg/template/crash36.C @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 04ced10e8804
children
line wrap: on
line source

// { dg-do compile }

// Origin: Ivan Godard <igodard@pacbell.net>
//	   Andrew Pinski <pinskia@gcc.gnu.org>

// PR c++/20333: ICE parsing typename without nested-name-specifier

template<class> struct f {};
f<int> f2[2] = {typename f<int>()};	// { dg-error "" }