Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 8 Nov 2020 00:16:31 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 8 Nov 2020 00:16:31 +0000 (00:16 +0000)
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/c-family/ChangeLog
gcc/c/ChangeLog
gcc/objc/ChangeLog
gcc/testsuite/ChangeLog
libcpp/ChangeLog
libstdc++-v3/ChangeLog

index dbdf5a405125ecda725dcb852962800f5e999961..c269e7cc5fb5f807894fbba5410ca1404fdfabb6 100644 (file)
@@ -1,3 +1,12 @@
+2020-11-07  Lewis Hyatt  <lhyatt@gmail.com>
+
+       * 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  <mliska@suse.cz>
 
        * gcc-changelog/git_commit.py: Add new check.
index 7cd090a7ec191cb21ad5d8fed9ccb372a64ce101..0e29f40cc2e15453919917bc0867ef3accd9a304 100644 (file)
@@ -1,3 +1,8 @@
+2020-11-07  Martin Uecker  <muecker@gwdg.de>
+
+       * doc/extend.texi: Document mixing labels and code.
+       * doc/invoke.texi: Likewise.
+
 2020-11-06  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * config/rs6000/rs6000.md (@tablejump<mode>_normal): Don't abuse
index 55bedf8dcf4fc5e844c095c888662836dd7e533b..568c6178ca466b8689f254f35380765246f40b31 100644 (file)
@@ -1 +1 @@
-20201107
+20201108
index 17fd9b75cc7cb2219b87d2f27619cb0fa472e677..e00b1a19da2250db6efe53e29c97b8c44a96c31e 100644 (file)
@@ -1,3 +1,13 @@
+2020-11-07  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/Makefile.in: Force target_cpu to powerpc if the
+       nominal target is powerpc64-suse-linux.
+
+2020-11-07  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc-interface/misc.c (gnat_printable_name): Change
+       DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN.
+
 2020-10-28  Alexandre Oliva  <oliva@adacore.com>
 
        PR ada/97504
index bfe0ccc990674813e412d6c644d9f9c169cc6afe..741527a46b5a0e75d2101b1f06b26c787e0da0b6 100644 (file)
@@ -1,3 +1,15 @@
+2020-11-07  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * 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  <iain@sandoe.co.uk>
+
+       * c-attribs.c (handle_nsobject_attribute): New.
+       * c.opt: Add WNSObject-attribute.
+
 2020-11-06  Iain Sandoe  <iain@sandoe.co.uk>
 
        * c-objc.h (enum objc_property_attribute_group): New
index 933b343eed93b871cb61a8bf8bbe6b9b7564c86c..5b0d42ce8dbf93ea785b37aa24d9c6178e6c2b06 100644 (file)
@@ -1,3 +1,8 @@
+2020-11-07  Martin Uecker  <muecker@gwdg.de>
+
+       * c-parser.c (c_parser_label): Implement mixing of labels and code.
+       (c_parser_all_labels): Likewise.
+
 2020-11-06  Iain Sandoe  <iain@sandoe.co.uk>
 
        * c-parser.c (c_parser_objc_at_property_declaration):
index 3fc841467c04063099efed721eddbb5c703183aa..00e81d97b67bc365d33d302dcecf88f9d9592eec 100644 (file)
@@ -1,3 +1,14 @@
+2020-11-07  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * objc-act.c (objc_prop_attr_kind_for_rid): Handle
+       RID_PROPATOMIC.
+
+2020-11-07  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * objc-act.c (objc_compare_types): Handle NSObject type
+       attributes.
+       (objc_type_valid_for_messaging): Likewise.
+
 2020-11-06  Iain Sandoe  <iain@sandoe.co.uk>
 
        * objc-act.c (start_class): Accept visibility attributes
index c98f54eec7e8a96103ee87d0e1238284f99b0596..e6b7875db7490836f0f66a8d2386314359b043dc 100644 (file)
@@ -1,3 +1,45 @@
+2020-11-07  Marek Polacek  <polacek@redhat.com>
+
+       * c-c++-common/Wimplicit-fallthrough-20.c: Adjust dg-warning.
+
+2020-11-07  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * 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  <iain@sandoe.co.uk>
+
+       * obj-c++.dg/attributes/nsobject-01.mm: New test.
+       * objc.dg/attributes/nsobject-01.m: New test.
+
+2020-11-07  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * 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  <muecker@gwdg.de>
+
+       * 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  <bergner@linux.ibm.com>
 
        * gcc.target/powerpc/pr64505.c: Run everywhere.  Use correct minimized
index 4c603c2de8c7a6bdafa7cfb1c4ebd6f0ea54cd5b..a84169e2a8ab8d02fc348b4abf4518ff1da0f060 100644 (file)
@@ -1,3 +1,7 @@
+2020-11-07  Lewis Hyatt  <lhyatt@gmail.com>
+
+       * generated_cpp_wcwidth.h: Regenerated from Unicode 13.0.0 data.
+
 2020-11-06  Nathan Sidwell  <nathan@acm.org>
 
        * include/cpplib.h (enum class CPP_time_kind): New.
index 712a5a00647275cf3fe0427ea06856c106bf3456..044013ec089ac57a50e07cb10056f8d2144d977f 100644 (file)
@@ -1,3 +1,12 @@
+2020-11-07  Liu Hao  <lh_mouse@126.com>
+
+       * 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  <jwakely@redhat.com>
 
        * config/abi/pre/gnu.ver (GLIBCXX_3.4.21): Tighten up patterns