aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-10-11 00:17:00 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-10-11 00:17:00 +0000
commit27bfe54e975d12aac750f0702f716a4c1c0a81fe (patch)
tree524ed9dd989ad27a38dcfd2bf128ff11b5144205 /gcc/c-family
parent7af6a8043eacab245366aa0ed18cee1ff0a4be74 (diff)
downloadgcc-27bfe54e975d12aac750f0702f716a4c1c0a81fe.zip
gcc-27bfe54e975d12aac750f0702f716a4c1c0a81fe.tar.gz
gcc-27bfe54e975d12aac750f0702f716a4c1c0a81fe.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 7bae1d5..f6176a7 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,20 @@
+2022-10-10 Nathan Sidwell <nathan@acm.org>
+
+ * c-opts.cc (c_common_post_options): Bump abi to 18.
+
+2022-10-10 Marek Polacek <polacek@redhat.com>
+
+ PR c++/106937
+ * c-pretty-print.cc (pp_c_specifier_qualifier_list): Print only GNU
+ attributes here.
+ (c_pretty_printer::direct_abstract_declarator): Print the standard [[]]
+ attributes here.
+ (pp_c_attributes): Remove.
+ (pp_c_attributes_display): Print the [[]] form if appropriate. Use
+ get_attribute_name. Don't print a trailing space when printing the
+ [[]] form.
+ * c-pretty-print.h (pp_c_attributes): Remove.
+
2022-10-07 Qing Zhao <qing.zhao@oracle.com>
* c-attribs.cc (handle_strict_flex_array_attribute): New function.