mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Daily bump.
This commit is contained in:
parent
b095a1db48
commit
d901bf8a44
@ -1,3 +1,23 @@
|
||||
2023-01-07 Takayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>
|
||||
|
||||
* config/xtensa/xtensa.cc
|
||||
(xtensa_split_imm_two_addends, xtensa_emit_add_imm):
|
||||
New helper functions.
|
||||
(xtensa_set_return_address, xtensa_output_mi_thunk):
|
||||
Change to use the helper function.
|
||||
(xtensa_emit_adjust_stack_ptr): Ditto.
|
||||
And also change to try reusing the content of scratch register
|
||||
A9 if the register is not modified in the function body.
|
||||
|
||||
2023-01-07 LIU Hao <lh_mouse@126.com>
|
||||
|
||||
PR middle-end/108300
|
||||
* config/xtensa/xtensa-dynconfig.c: Define `WIN32_LEAN_AND_MEAN`
|
||||
before <windows.h>.
|
||||
* diagnostic-color.cc: Likewise.
|
||||
* plugin.cc: Likewise.
|
||||
* prefix.cc: Likewise.
|
||||
|
||||
2023-01-06 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* doc/extend.texi (__builtin_tgmath): Do not restate standard rule
|
||||
|
@ -1 +1 @@
|
||||
20230107
|
||||
20230108
|
||||
|
@ -1,3 +1,21 @@
|
||||
2023-01-07 LIU Hao <lh_mouse@126.com>
|
||||
|
||||
PR middle-end/108300
|
||||
* adaint.c: Define `WIN32_LEAN_AND_MEAN` before `#include
|
||||
<windows.h>`.
|
||||
* cio.c: Likewise.
|
||||
* ctrl_c.c: Likewise.
|
||||
* expect.c: Likewise.
|
||||
* gsocket.h: Likewise.
|
||||
* mingw32.h: Likewise.
|
||||
* mkdir.c: Likewise.
|
||||
* rtfinal.c: Likewise.
|
||||
* rtinit.c: Likewise.
|
||||
* seh_init.c: Likewise.
|
||||
* sysdep.c: Likewise.
|
||||
* terminals.c: Likewise.
|
||||
* tracebak.c: Likewise.
|
||||
|
||||
2023-01-05 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* exp_util.adb (Make_CW_Equivalent_Type) <Has_Tag_Of_Type>: Tweak.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2023-01-07 LIU Hao <lh_mouse@126.com>
|
||||
|
||||
PR middle-end/108300
|
||||
* jit-w32.h: Define `WIN32_LEAN_AND_MEAN` before <windows.h>.
|
||||
|
||||
2022-12-21 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* jit-playback.h: Use unused attribute.
|
||||
|
@ -1,3 +1,9 @@
|
||||
2023-01-07 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* gm2-libs-min/libc.c (abort): Update declaration to match the
|
||||
expected form, add no-return attribute.
|
||||
(exit): Add no-return attribute.
|
||||
|
||||
2023-01-05 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
PR modula2/107631
|
||||
|
@ -1,3 +1,9 @@
|
||||
2023-01-07 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* gcc.dg/atomic/c11-atomic-exec-4.c: Add "-D_HPUX_SOURCE" option
|
||||
on *-*-hpux*.
|
||||
* gcc.dg/atomic/c11-atomic-exec-5.c: Likewise.
|
||||
|
||||
2023-01-06 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* gcc.dg/builtin-tgmath-3.c: Update expectations and add more
|
||||
|
@ -1,3 +1,9 @@
|
||||
2023-01-07 LIU Hao <lh_mouse@126.com>
|
||||
|
||||
PR middle-end/108300
|
||||
* config/mingw/lock.c: Define `WIN32_LEAN_AND_MEAN` before
|
||||
<windows.h>.
|
||||
|
||||
2022-11-16 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* Makefile.in: Re-generate.
|
||||
|
@ -1,3 +1,9 @@
|
||||
2023-01-07 LIU Hao <lh_mouse@126.com>
|
||||
|
||||
PR middle-end/108300
|
||||
* src/aarch64/ffi.c: Define `WIN32_LEAN_AND_MEAN` before
|
||||
<windows.h>.
|
||||
|
||||
2022-12-21 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* LOCAL_PATCHES: Add patch to fix i686 darwin build.
|
||||
|
@ -1,3 +1,11 @@
|
||||
2023-01-07 LIU Hao <lh_mouse@126.com>
|
||||
|
||||
PR middle-end/108300
|
||||
* config/i386/enable-execute-stack-mingw32.c: Define
|
||||
`WIN32_LEAN_AND_MEAN` before <windows.h>.
|
||||
* libgcc2.c: Likewise.
|
||||
* unwind-generic.h: Likewise.
|
||||
|
||||
2023-01-03 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* unwind-dw2-execute_cfa.h: New file. Extracted from
|
||||
|
@ -1,3 +1,9 @@
|
||||
2023-01-07 LIU Hao <lh_mouse@126.com>
|
||||
|
||||
PR middle-end/108300
|
||||
* intrinsics/sleep.c: Define `WIN32_LEAN_AND_MEAN` before
|
||||
<windows.h>.
|
||||
|
||||
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
2023-01-07 LIU Hao <lh_mouse@126.com>
|
||||
|
||||
PR middle-end/108300
|
||||
* config/mingw32/proc.c: Define `WIN32_LEAN_AND_MEAN` before
|
||||
<windows.h>.
|
||||
|
||||
2023-01-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/108286
|
||||
|
@ -1,3 +1,9 @@
|
||||
2023-01-07 LIU Hao <lh_mouse@126.com>
|
||||
|
||||
PR middle-end/108300
|
||||
* make-temp-file.c: Define `WIN32_LEAN_AND_MEAN` before <windows.h>.
|
||||
* pex-win32.c: Likewise.
|
||||
|
||||
2022-11-23 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Revert:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2023-01-07 LIU Hao <lh_mouse@126.com>
|
||||
|
||||
PR middle-end/108300
|
||||
* ssp.c: Define `WIN32_LEAN_AND_MEAN` before <windows.h>.
|
||||
|
||||
2022-10-12 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
@ -1,3 +1,12 @@
|
||||
2023-01-07 LIU Hao <lh_mouse@126.com>
|
||||
|
||||
PR middle-end/108300
|
||||
* src/c++11/system_error.cc: Define `WIN32_LEAN_AND_MEAN` before
|
||||
<windows.h>.
|
||||
* src/c++11/thread.cc: Likewise.
|
||||
* src/c++17/fs_ops.cc: Likewise.
|
||||
* src/filesystem/ops.cc: Likewise.
|
||||
|
||||
2023-01-06 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/108228
|
||||
|
@ -1,3 +1,10 @@
|
||||
2023-01-07 LIU Hao <lh_mouse@126.com>
|
||||
|
||||
PR middle-end/108300
|
||||
* vtv_malloc.cc: Define `WIN32_LEAN_AND_MEAN` before <windows.h>.
|
||||
* vtv_rts.cc: Likewise.
|
||||
* vtv_utils.cc: Likewise.
|
||||
|
||||
2022-10-31 Lulu Cheng <chenglulu@loongson.cn>
|
||||
qijingwen <qijingwen@loongson.cn>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user