aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2013-05-20 17:34:35 -0400
committerJason Merrill <jason@gcc.gnu.org>2013-05-20 17:34:35 -0400
commita31ed47cf034b86b88d1e8d6e76c708a8f695f63 (patch)
treeb147e4508ea94f0d360850c002643b026b5c6fa1 /gcc/cp/ChangeLog
parent6e5fba0ef6cc1b784f0a11f89e362973e706c602 (diff)
downloadgcc-a31ed47cf034b86b88d1e8d6e76c708a8f695f63.zip
gcc-a31ed47cf034b86b88d1e8d6e76c708a8f695f63.tar.gz
gcc-a31ed47cf034b86b88d1e8d6e76c708a8f695f63.tar.bz2
re PR c++/57016 ([C++0x] ICE: unexpected expression '__is_final(hash<int>)' of kind trait_expr)
PR c++/57016 * pt.c (instantiation_dependent_r) [TRAIT_EXPR]: Only check type2 if there is one. From-SVN: r199126
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
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 <jason@redhat.com>
+ 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.