Daily bump.

This commit is contained in:
GCC Administrator 2020-11-08 00:16:31 +00:00
parent bd3cefe450
commit 2da7ee050c
10 changed files with 108 additions and 1 deletions

View 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.

View 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

View File

@ -1 +1 @@
20201107
20201108

View 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

View 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

View 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):

View 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

View 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

View 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.

View 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