aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2013-10-23 15:16:15 -0400
committerJason Merrill <jason@gcc.gnu.org>2013-10-23 15:16:15 -0400
commit3f04b1bb6b124028008630fd791cdbd38925470c (patch)
tree2ecef8040634f68f3553aa4a7a369ebf89ad18b8 /gcc/cp/ChangeLog
parente28030cf01b290cd2cde25d7a68669e7ef5b7a43 (diff)
downloadgcc-3f04b1bb6b124028008630fd791cdbd38925470c.zip
gcc-3f04b1bb6b124028008630fd791cdbd38925470c.tar.gz
gcc-3f04b1bb6b124028008630fd791cdbd38925470c.tar.bz2
c-format.c (gcc_cxxdiag_char_table): Add %X.
c-family/ * c-format.c (gcc_cxxdiag_char_table): Add %X. cp/ * error.c (eh_spec_to_string): New. (cp_printer): Use it for %X. From-SVN: r203988
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 99269af..78721a3 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,8 @@
2013-10-23 Jason Merrill <jason@redhat.com>
+ * error.c (eh_spec_to_string): New.
+ (cp_printer): Use it for %X.
+
In C++11 a trivial [cd]tor might not be callable.
* class.c (user_provided_p): A function deleted on its declation
in the class is not user-provided.