From 2da7ee050cf01c8c38cb20828a432921e6b9f5b7 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sun, 8 Nov 2020 00:16:31 +0000 Subject: [PATCH] Daily bump. --- contrib/ChangeLog | 9 +++++++++ gcc/ChangeLog | 5 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 10 ++++++++++ gcc/c-family/ChangeLog | 12 ++++++++++++ gcc/c/ChangeLog | 5 +++++ gcc/objc/ChangeLog | 11 +++++++++++ gcc/testsuite/ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ libcpp/ChangeLog | 4 ++++ libstdc++-v3/ChangeLog | 9 +++++++++ 10 files changed, 108 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index dbdf5a4..c269e7c 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,12 @@ +2020-11-07 Lewis Hyatt + + * unicode/EastAsianWidth.txt: Update to Unicode 13.0.0. + * unicode/PropList.txt: Likewise. + * unicode/README: Likewise. + * unicode/UnicodeData.txt: Likewise. + * unicode/from_glibc/unicode_utils.py: Update to latest glibc version. + * unicode/from_glibc/utf8_gen.py: Likewise. + 2020-11-06 Martin Liska * gcc-changelog/git_commit.py: Add new check. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7cd090a..0e29f40 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2020-11-07 Martin Uecker + + * doc/extend.texi: Document mixing labels and code. + * doc/invoke.texi: Likewise. + 2020-11-06 Segher Boessenkool * config/rs6000/rs6000.md (@tablejump_normal): Don't abuse diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 55bedf8..568c617 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20201107 +20201108 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 17fd9b7..e00b1a1 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,13 @@ +2020-11-07 Eric Botcazou + + * gcc-interface/Makefile.in: Force target_cpu to powerpc if the + nominal target is powerpc64-suse-linux. + +2020-11-07 Iain Sandoe + + * gcc-interface/misc.c (gnat_printable_name): Change + DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN. + 2020-10-28 Alexandre Oliva PR ada/97504 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index bfe0ccc..741527a 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,15 @@ +2020-11-07 Iain Sandoe + + * c-common.c (c_common_reswords): Add 'atomic' property + attribute. + * c-common.h (enum rid): Add RID_PROPATOMIC for atomic + property attributes. + +2020-11-07 Iain Sandoe + + * c-attribs.c (handle_nsobject_attribute): New. + * c.opt: Add WNSObject-attribute. + 2020-11-06 Iain Sandoe * c-objc.h (enum objc_property_attribute_group): New diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 933b343..5b0d42c 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,8 @@ +2020-11-07 Martin Uecker + + * c-parser.c (c_parser_label): Implement mixing of labels and code. + (c_parser_all_labels): Likewise. + 2020-11-06 Iain Sandoe * c-parser.c (c_parser_objc_at_property_declaration): diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 3fc8414..00e81d9 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,14 @@ +2020-11-07 Iain Sandoe + + * objc-act.c (objc_prop_attr_kind_for_rid): Handle + RID_PROPATOMIC. + +2020-11-07 Iain Sandoe + + * objc-act.c (objc_compare_types): Handle NSObject type + attributes. + (objc_type_valid_for_messaging): Likewise. + 2020-11-06 Iain Sandoe * objc-act.c (start_class): Accept visibility attributes diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c98f54e..e6b7875 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,45 @@ +2020-11-07 Marek Polacek + + * c-c++-common/Wimplicit-fallthrough-20.c: Adjust dg-warning. + +2020-11-07 Iain Sandoe + + * obj-c++.dg/property/at-property-4.mm: Test atomic property + attribute. + * objc.dg/property/at-property-4.m: Likewise. + +2020-11-07 Iain Sandoe + + * obj-c++.dg/attributes/nsobject-01.mm: New test. + * objc.dg/attributes/nsobject-01.m: New test. + +2020-11-07 Iain Sandoe + + * c-c++-common/zero-scratch-regs-10.c: XFAIL for + powerpc-darwin. + * c-c++-common/zero-scratch-regs-11.c: Likewise. + * c-c++-common/zero-scratch-regs-8.c: Likewise. + * c-c++-common/zero-scratch-regs-9.c: Likewise. + +2020-11-07 Martin Uecker + + * c-c++-common/attr-fallthrough-2.c: Update compiler flags. + * c-c++-common/Wimplicit-fallthrough-20.c: Adapt test. + * gcc.dg/20031223-1.c: Update compiler flags and adapt test. + * gcc.dg/c11-labels-1.c: New test. + * gcc.dg/c11-labels-2.c: New test. + * gcc.dg/c11-labels-3.c: New test. + * gcc.dg/c2x-attr-syntax-3.c: Adapt test. + * gcc.dg/c2x-labels-1.c: New test. + * gcc.dg/c2x-labels-2.c: New test. + * gcc.dg/c2x-labels-3.c: New test. + * gcc.dg/decl-9.c: Update compiler flags and add error. + * gcc.dg/gomp/barrier-2.c: Update compiler flags and add warning. + * gcc.dg/gomp/declare-simd-5.c: Update compiler flags and adapt test. + * gcc.dg/gomp/declare-variant-2.c: Update compiler flags and add error. + * gcc.dg/label-compound-stmt-1.c: Update compiler flags. + * gcc.dg/parse-decl-after-label.c: Update compiler flags. + 2020-11-06 Peter Bergner * gcc.target/powerpc/pr64505.c: Run everywhere. Use correct minimized diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 4c603c2..a84169e 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2020-11-07 Lewis Hyatt + + * generated_cpp_wcwidth.h: Regenerated from Unicode 13.0.0 data. + 2020-11-06 Nathan Sidwell * include/cpplib.h (enum class CPP_time_kind): New. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 712a5a0..044013e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2020-11-07 Liu Hao + + * libsupc++/cxxabi.h: (__cxa_atexit): mark with _GLIBCXX_CDTOR_CALLABI + (__cxa_thread_atexit): ditto + * libsupc++/atexit_thread.cc: (__cxa_atexit): mark with + _GLIBCXX_CDTOR_CALLABI + (__cxa_thread_atexit): ditto + (elt): ditto + 2020-11-06 Jonathan Wakely * config/abi/pre/gnu.ver (GLIBCXX_3.4.21): Tighten up patterns -- 2.7.4