]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 a5505afc0756fb665e849203e6a83b064b8e4a3f..45fded44e24938f5322f4ed1d97c38d5a46cbf75 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 daddbdff40f9e5c492d0ff9fb7d8965e95109514..a8da61564d1aabf33ff76d517625290c001c92df 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 9081c2e74e5d2710820a961b37c1dce7c2478115..5943f2b395df6c930db329cd82ea458cfaf733d1 100644 (file)
@@ -1 +1 @@
-20230117
+20230118
index 5e6feea9aa7f277f40d6740e23b6ec98e1651fab..3f3e03c194324095b10732e8c985353eda517d44 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 bd03955ad8364e85d78226b5e7df4f0aaae7cdc2..a4173f42bd8f66fbd0429223eef38486db7edcd8 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 7364f1c3538fb20b833038f63a2c6e3b3afc2a35..75acef3b4fe0eda4af0d7fa07802d9229fcc8e6f 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 f96175e3a2b0d619211f34eb963eb3137c8622a2..0cb635bc2d8967417cdab6247eaba404d4e68578 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 087f12ad50ac97825eb6caf4d674fd45eb11f390..c5f8e97edbdbc6e80faf3b47687bfda5069f7ec2 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 91cb91ac79a14006c52af7e52c75993e8140038f..d83a6d0e8c290cc6e8e56565cd0b7869a2b17f17 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 1250fd698ee783b4aeaac85089e75a1893651a24..02f85d86a563a53c81ec038af837b15378872fff 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 7587d10b5401b2ec4d622cb5db410f4dfb710d6c..65ae39ed6eb43e589a8205c82702bf8dd7b18287 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 76857414654ea8bf299924b230ac8db52ba1d1c4..aa849bfc02e028ea749952b142a9a0cf21929590 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 01233e9751c315ed80284d7e608529f3b624fa44..e311d7c940417677f9537ddc00c10af15d13d8bf 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.