From 3f04b1bb6b124028008630fd791cdbd38925470c Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 23 Oct 2013 15:16:15 -0400 Subject: 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 --- gcc/cp/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/cp/ChangeLog') 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 + * 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. -- cgit v1.1