Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Jan 2023 00:17:21 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Jan 2023 00:17:21 +0000 (00:17 +0000)
13 files changed:
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/go/ChangeLog
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog
libbacktrace/ChangeLog
libgm2/ChangeLog
libgomp/ChangeLog
libphobos/ChangeLog
libsanitizer/ChangeLog
libstdc++-v3/ChangeLog

index a5505af..45fded4 100644 (file)
@@ -1,3 +1,12 @@
+2023-01-17  Martin Liska  <mliska@suse.cz>
+
+       * update-copyright.py: Ignore test_patches.txt.
+
+2023-01-17  Martin Liska  <mliska@suse.cz>
+
+       * gcc-changelog/test_patches.txt: The CR character was removed
+       with ./contrib/update-copyright.py which I'm going to change.
+
 2023-01-16  Jakub Jelinek  <jakub@redhat.com>
 
        PR other/108413
index daddbdf..a8da615 100644 (file)
@@ -1,3 +1,16 @@
+2023-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * config/bpf/bpf.cc (bpf_option_override): Disable
+       -fstack-protector.
+
+2023-01-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/106523
+       * tree-ssa-forwprop.cc (simplify_rotate): For the
+       patterns with (-Y) & (B - 1) in one operand's shift
+       count and Y in another, if T2 has wider precision than T,
+       punt if Y could have a value in [B, B2 - 1] range.
+
 2023-01-16  H.J. Lu  <hjl.tools@gmail.com>
 
        PR target/105980
index 9081c2e..5943f2b 100644 (file)
@@ -1 +1 @@
-20230117
+20230118
index 5e6feea..3f3e03c 100644 (file)
@@ -1,3 +1,9 @@
+2023-01-17  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108421
+       * interface.cc (get_expr_storage_size): Check that we actually have
+       an integer value before trying to extract it with mpz_get_si.
+
 2023-01-12  Tobias Burnus  <tobias@codesourcery.com>
 
        PR fortran/107706
index bd03955..a4173f4 100644 (file)
@@ -1,3 +1,9 @@
+2023-01-17  Ian Lance Taylor  <iant@golang.org>
+
+       PR go/108426
+       * go-gcc.cc (Gcc_backend::Gcc_backend): Define __builtin_ctzl and
+       __builtin_clzl.  Patch by Andrew Pinski.
+
 2023-01-02  Jakub Jelinek  <jakub@redhat.com>
 
        * gccgo.texi: Bump @copyrights-go year.
index 7364f1c..75acef3 100644 (file)
@@ -1,3 +1,30 @@
+2023-01-17  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       * mc-boot/GM2RTS.c: Rebuilt.
+       * mc-boot/GM2RTS.h: Rebuilt.
+       * mc-boot/Gdecl.c: Rebuilt.
+       * mc-boot/GmcOptions.c: Rebuilt.
+       * mc/mcOptions.mod (displayVersion):
+       Split first printf into three components
+
+2023-01-17  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       * gm2-libs-iso/M2RTS.def (Halt): Parameter file renamed to filename.
+       (HaltC): New procedure declaration.
+       (ErrorMessage): Parameter file renamed to filename.
+       * gm2-libs-iso/M2RTS.mod (Halt): Parameter file renamed to
+       filename.
+       (HaltC): New procedure implementation.
+       (ErrorStringC): New procedure implementation.
+       (ErrorMessageC): New procedure implementation.
+       * gm2-libs/M2RTS.def (Halt): Parameter file renamed to filename.
+       (HaltC): New procedure declaration.
+       (ErrorMessage): Parameter file renamed to filename.
+       * gm2-libs/M2RTS.mod (Halt): Parameter file renamed to filename.
+       (HaltC): New procedure implementation.
+       (ErrorStringC): New procedure implementation.
+       (ErrorMessageC): New procedure implementation.
+
 2023-01-16  Gaius Mulley  <gaiusmod2@gmail.com>
 
        * mc-boot-ch/Glibc.c (libc_time): New function.
index f96175e..0cb635b 100644 (file)
@@ -1,3 +1,21 @@
+2023-01-17  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108421
+       * gfortran.dg/pr108421.f90: New test.
+
+2023-01-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/106523
+       * c-c++-common/rotate-2.c (f5, f6, f7, f8, f13, f14, f15, f16,
+       f37, f38, f39, f40, f45, f46, f47, f48): Add assertions using
+       __builtin_unreachable about shift count.
+       * c-c++-common/rotate-2b.c: New test.
+       * c-c++-common/rotate-4.c (f5, f6, f7, f8, f13, f14, f15, f16,
+       f37, f38, f39, f40, f45, f46, f47, f48): Add assertions using
+       __builtin_unreachable about shift count.
+       * c-c++-common/rotate-4b.c: New test.
+       * gcc.c-torture/execute/pr106523.c: New test.
+
 2023-01-16  Andrew Pinski  <apinski@marvell.com>
 
        * lib/target-supports.exp (add_options_for_tls): Remove
index 087f12a..c5f8e97 100644 (file)
@@ -1,3 +1,7 @@
+2023-01-17  Martin Liska  <mliska@suse.cz>
+
+       * Makefile.in: Regenerate.
+
 2023-01-06  Ian Lance Taylor  <iant@golang.org>
 
        PR libbacktrace/108297
index 91cb91a..d83a6d0 100644 (file)
@@ -1,3 +1,15 @@
+2023-01-17  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       * libm2iso/RTco.cc (_M2_RTco_fini): Call M2RTS_HaltC.
+       (newSem): Call M2RTS_HaltC.
+       (currentThread): Call M2RTS_HaltC.
+       (never): Call M2RTS_HaltC.
+       (defined): Call M2RTS_HaltC.
+       (initThread): Call M2RTS_HaltC.
+       (RTco_transfer): Call M2RTS_HaltC.
+       * libm2iso/m2rts.h (M2RTS_Halt): Provide parameter names.
+       (M2RTS_HaltC): New procedure declaration.
+
 2023-01-06  v  <gaiusmod2@gmail.com>
 
        * configure: Regenerate.
index 1250fd6..02f85d8 100644 (file)
@@ -1,3 +1,8 @@
+2023-01-17  Martin Liska  <mliska@suse.cz>
+
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+
 2023-01-07  LIU Hao  <lh_mouse@126.com>
 
        PR middle-end/108300
index 7587d10..65ae39e 100644 (file)
@@ -1,3 +1,8 @@
+2023-01-17  Martin Liska  <mliska@suse.cz>
+
+       * Makefile.in: Regenerate.
+       * libdruntime/Makefile.in: Regenerate.
+
 2022-12-11  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * libdruntime/MERGE: Merge upstream druntime c8ae4adb2e.
index 7685741..aa849bf 100644 (file)
@@ -1,3 +1,8 @@
+2023-01-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * sanitizer_common/sanitizer_platform_interceptors.h: Cherry-pick
+       llvm-project revision 951cf656b2faaf6fc0baa867293c0cb0ab131951.
+
 2022-12-19  Jakub Jelinek  <jakub@redhat.com>
 
        * hwasan/Makefile.am (nodist_toolexeclib_HEADERS): Set to
index 01233e9..e311d7c 100644 (file)
@@ -1,3 +1,13 @@
+2023-01-17  Jonathan Wakely  <jwakely@redhat.com>
+
+       * acinclude.m4 (GLIBCXX_ZONEINFO_DIR): Check $target_os instead
+       of $host. Fix check for file being present during native build.
+       * configure: Regenerate.
+
+2023-01-17  Martin Liska  <mliska@suse.cz>
+
+       * src/libbacktrace/Makefile.in: Regenerate.
+
 2023-01-16  Jonathan Wakely  <jwakely@redhat.com>
 
        * src/c++20/tzdb.cc (_GLIBCXX_USE_CXX11_ABI): Define to 1.