]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 24 Dec 2020 00:17:15 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 24 Dec 2020 00:17:15 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 0a785c826df3214428e2b97dc0986025aaec6974..2d4be576cbe0dc7a3dce42589e3b8bffd0b5c879 100644 (file)
@@ -1,3 +1,16 @@
+2020-12-23  Piotr Kubaj  <pkubaj@FreeBSD.org>
+           Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * config/rs6000/freebsd64.h (PROCESSOR_DEFAULT): Update
+       to PROCESSOR_PPC7450.
+       (PROCESSOR_DEFAULT64): Update to PROCESSOR_POWER8.
+
+2020-12-23  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/96793
+       * config/i386/i386-expand.c (ix86_expand_truncdf_32):
+       Remove the sign of the intermediate value for flag_rounding_math.
+
 2020-12-22  Uroš Bizjak  <ubizjak@gmail.com>
 
        PR target/96793
index 0880a347280b909e20cb7acb8dd8127d69126e3d..0ecfbe28be39abe381d345d0e3d709e003bb7573 100644 (file)
@@ -1 +1 @@
-20201223
+20201224
index d3f3f1551179f30ed10adc5af2389b46936e995f..96d7ff933c5e1a5ff448ab158d9c2e00ec5c3f38 100644 (file)
@@ -1,3 +1,20 @@
+2020-12-23  Jason Merrill  <jason@redhat.com>
+
+       PR c++/98332
+       * constexpr.c (unshare_constructor): Check for NULL.
+       (cxx_eval_vec_init_1): Always exit early if non-constant.
+
+2020-12-23  Jason Merrill  <jason@redhat.com>
+
+       PR c++/90254
+       PR c++/93711
+       * cp-tree.h (unsafe_return_slot_p): Declare.
+       * call.c (is_base_field_ref): Rename to unsafe_return_slot_p.
+       (build_over_call): Check unsafe_return_slot_p.
+       (build_special_member_call): Likewise.
+       * init.c (expand_default_init): Likewise.
+       * typeck2.c (split_nonconstant_init_1): Likewise.
+
 2020-12-16  Nathan Sidwell  <nathan@acm.org>
 
        * parser.c (cp_parser_elaborated_type_specifier): Test
index 07a73bc58c0213a7a9f16e8e6054579488d4e8b5..984cc16af25b56f96953172c2271ae6f3d8f442f 100644 (file)
@@ -1,3 +1,21 @@
+2020-12-23  Jason Merrill  <jason@redhat.com>
+
+       PR c++/98332
+       * g++.dg/cpp0x/constexpr-overflow3.C: New test.
+
+2020-12-23  Jason Merrill  <jason@redhat.com>
+
+       PR c++/90254
+       PR c++/93711
+       * g++.dg/cpp1z/aggr-base10.C: New test.
+       * g++.dg/cpp2a/no_unique_address7.C: New test.
+       * g++.dg/cpp2a/no_unique_address7a.C: New test.
+
+2020-12-23  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/96793
+       * gcc.target/i386/pr96793-1.c: New test.
+
 2020-12-22  Uroš Bizjak  <ubizjak@gmail.com>
 
        PR target/96793