]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 31 Dec 2021 00:16:26 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 31 Dec 2021 00:16:26 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/testsuite/ChangeLog
libcpp/ChangeLog
libiberty/ChangeLog

index 6e8901ce9c20c6879cf5ae6dc5f969ae41c1701c..ef6c6ffefbe54395b8f9a244cdd8f578d40ac5da 100644 (file)
@@ -1,3 +1,41 @@
+2021-12-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/103756
+       * regrename.c (find_rename_reg): Test noop_move_p on the first
+       non-debug insn in the chain rather than on the first insn.
+
+2021-12-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/103808
+       * emit-rtl.c (gen_rtx_REG_offset): Use gen_raw_REG instead of
+       gen_rtx_REG.
+
+2021-12-30  Martin Liska  <mliska@suse.cz>
+
+       * doc/cpp.texi: Add missing dash for argument.
+
+2021-12-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/103012
+       * config/i386/i386-c.c (ix86_pragma_target_parse): Perform
+       cpp_define/cpp_undef calls with forced token locations
+       BUILTINS_LOCATION.
+       * config/arm/arm-c.c (arm_pragma_target_parse): Likewise.
+       * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse): Likewise.
+       * config/s390/s390-c.c (s390_pragma_target_parse): Likewise.
+
+2021-12-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/103860
+       * shrink-wrap.c (try_shrink_wrapping): Make sure can_get_prologue is
+       called on pro even if nothing further is pushed into vec.
+
+2021-12-30  Xionghu Luo  <luoxhu@linux.ibm.com>
+
+       * loop-invariant.c (find_invariants_bb): Check profile count
+       before motion.
+       (find_invariants_body): Add argument.
+
 2021-12-29  Ian Lance Taylor  <iant@golang.org>
 
        PR go/103847
index 86d98455ff7925f76f50e06d83f530d0b0d16650..9e7c11d9ac3f97a8450c2502da220cecc2c17c86 100644 (file)
@@ -1 +1 @@
-20211230
+20211231
index 6afac4caa42e1c51413dbcebfae17cac05570208..b74dd910cf045cbf62fba4d97d00912295a6fe75 100644 (file)
@@ -1,3 +1,10 @@
+2021-12-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/103012
+       * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Perform
+       cpp_define_unused/cpp_undef calls with forced token locations
+       BUILTINS_LOCATION.
+
 2021-12-27  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/103700
index 53346a867dec3585a3593ebc6590f1ec5b67121c..cf9da9e49f50f9daa6baed24daf274e1da61a647 100644 (file)
@@ -1,3 +1,34 @@
+2021-12-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/103756
+       * g++.dg/opt/pr103756.C: New test.
+
+2021-12-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/89971
+       * c-c++-common/cpp/va-opt-9.c: New test.
+
+2021-12-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/103808
+       * gcc.dg/pr103808.c: New test.
+
+2021-12-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/103012
+       PR c++/103012
+       * g++.dg/cpp/pr103012.C: New test.
+       * g++.target/i386/pr103012.C: New test.
+
+2021-12-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/103860
+       * gcc.dg/pr103860.c: New test.
+
+2021-12-30  Xionghu Luo  <luoxhu@linux.ibm.com>
+
+       * gcc.dg/loop-invariant-2.c: New.
+
 2021-12-29  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/103742
index 88f02721aeffa7d46b77004ba7bb8520afcbb138..87c97bc4bd940f97e51468d92a19b5acb4878e33 100644 (file)
@@ -1,3 +1,9 @@
+2021-12-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/89971
+       * macro.c (replace_args): For ##__VA_OPT__, if __VA_OPT__ expands
+       to no tokens at all, drop PASTE_LEFT flag from the previous token.
+
 2021-12-04  Jakub Jelinek  <jakub@redhat.com>
 
        PR preprocessor/102432
index 17e6834b15a08991f87fa7907f42be4d68408b38..b283655f3cd49fb67640f45d4cc20d4d6eb2a1bf 100644 (file)
@@ -1,3 +1,10 @@
+2021-12-30  Lancelot SIX  <lsix@lancelotsix.com>
+
+       * cp-demangle.c (d_clone_suffix): Support digits in clone tag
+       names.
+       * testsuite/demangle-expected: Check demangling of clone symbols
+       with digits in name.
+
 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
 
        Revert: