aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2013-05-20 17:34:29 -0400
committerJason Merrill <jason@gcc.gnu.org>2013-05-20 17:34:29 -0400
commit6e5fba0ef6cc1b784f0a11f89e362973e706c602 (patch)
tree0fd046509989883d5e478782cabdd7021e04f45d /gcc/cp/ChangeLog
parent77f8682b0524f6b534b1da716ee2565757ec7b86 (diff)
downloadgcc-6e5fba0ef6cc1b784f0a11f89e362973e706c602.zip
gcc-6e5fba0ef6cc1b784f0a11f89e362973e706c602.tar.gz
gcc-6e5fba0ef6cc1b784f0a11f89e362973e706c602.tar.bz2
re PR c++/57102 (ICE: SIGSEGV in fndecl_declared_return_type with -fdump-final-insns=...)
PR c++/57102 * decl.c (fndecl_declared_return_type): Also look in DECL_SAVED_FUNCTION_DATA. From-SVN: r199125
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d1e3bb6..27ab94e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2013-05-20 Jason Merrill <jason@redhat.com>
+
+ PR c++/57102
+ * decl.c (fndecl_declared_return_type): Also look in
+ DECL_SAVED_FUNCTION_DATA.
+
2013-05-20 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/12288