+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
+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.
+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.
+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
+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
+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.
+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.
+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
+2023-01-07 LIU Hao <lh_mouse@126.com>
+
+ PR middle-end/108300
+ * intrinsics/sleep.c: Define `WIN32_LEAN_AND_MEAN` before
+ <windows.h>.
+
\f
Copyright (C) 2023 Free Software Foundation, Inc.
+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
+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:
+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.
+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
+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>