From a31ed47cf034b86b88d1e8d6e76c708a8f695f63 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 20 May 2013 17:34:35 -0400 Subject: re PR c++/57016 ([C++0x] ICE: unexpected expression '__is_final(hash)' of kind trait_expr) PR c++/57016 * pt.c (instantiation_dependent_r) [TRAIT_EXPR]: Only check type2 if there is one. From-SVN: r199126 --- gcc/cp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/cp/ChangeLog') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 27ab94e..30e277b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,9 @@ 2013-05-20 Jason Merrill + PR c++/57016 + * pt.c (instantiation_dependent_r) [TRAIT_EXPR]: Only check type2 + if there is one. + PR c++/57102 * decl.c (fndecl_declared_return_type): Also look in DECL_SAVED_FUNCTION_DATA. -- cgit v1.1