aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-11-08 00:16:31 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-11-08 00:16:31 +0000
commit2da7ee050cf01c8c38cb20828a432921e6b9f5b7 (patch)
tree70ad104ae4664b45545926c3a704c16ddd9cc864 /gcc
parentbd3cefe45019251d1471857197f4cf6a76fd69e9 (diff)
downloadgcc-2da7ee050cf01c8c38cb20828a432921e6b9f5b7.zip
gcc-2da7ee050cf01c8c38cb20828a432921e6b9f5b7.tar.gz
gcc-2da7ee050cf01c8c38cb20828a432921e6b9f5b7.tar.bz2
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/ada/ChangeLog10
-rw-r--r--gcc/c-family/ChangeLog12
-rw-r--r--gcc/c/ChangeLog5
-rw-r--r--gcc/objc/ChangeLog11
-rw-r--r--gcc/testsuite/ChangeLog42
7 files changed, 86 insertions, 1 deletions
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 <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
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 <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
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 <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
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 <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):
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 <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
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 <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