Daily bump.

This commit is contained in:
GCC Administrator 2023-01-18 00:17:21 +00:00
parent a75760374e
commit 8d07b193d7
13 changed files with 121 additions and 1 deletions

View 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

View 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

View File

@ -1 +1 @@
20230117
20230118

View 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

View 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.

View 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.

View 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

View 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

View 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.

View 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

View 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.

View 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

View 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.