Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 8 Jan 2023 00:16:59 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 8 Jan 2023 00:16:59 +0000 (00:16 +0000)
15 files changed:
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/jit/ChangeLog
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog
libatomic/ChangeLog
libffi/ChangeLog
libgcc/ChangeLog
libgfortran/ChangeLog
libgomp/ChangeLog
libiberty/ChangeLog
libssp/ChangeLog
libstdc++-v3/ChangeLog
libvtv/ChangeLog

index 5c1d16e4057e73e465d156da088dfc5a6ddd02e1..e36f738eaf0fca16fcc7d696c466fd12d6644657 100644 (file)
@@ -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
index 1178712294cb8e46046114e4789a8980bbdc62c4..bcc46c04f3c6b01f3f6eb7ecbd6bc598bc55e2b5 100644 (file)
@@ -1 +1 @@
-20230107
+20230108
index b51a0ef0aa0c27ede4e7bad61e00ce2e99510db3..562a3399f13cf6df9a957a5cbbf6c958f6df6cb7 100644 (file)
@@ -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.
index 0bc37c5ee48bcb3db8646c42451a13c4e1ab5773..4a79c5c3d708fc6a1bc8df5621e27d7b5e4a5150 100644 (file)
@@ -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.
index 2d38a607c9159d77bcccf96fcfcd8255d0700ba8..9108b58f82bc298a7f2ce57f53ae104817a55739 100644 (file)
@@ -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
index cc85416b3375f1e255309d255c08489e43511b04..64407048d3f13b3b6e2f6de83ad9b0056982a7f8 100644 (file)
@@ -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
index 9ba33893c16e2ec0d2773fcfa0fc122b2f1e2361..16ef38e04f597940dd318890df57b259c7b8e4fd 100644 (file)
@@ -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.
index 0716062d4ab95d02f0f69190dcb185691215fc5b..cadd5e719cc709add2ffe4bb7cbed494a678bb2a 100644 (file)
@@ -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.
index d9a1aef0dcf22ccd64e4dccede5d68e634bcb2f3..6511abe604b65eebb411dfb47c166137ec4d1432 100644 (file)
@@ -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
index 97887c90552b40c034f463eff250248365499ae2..02b7a20537e49ff665637521816767a661cbcd4d 100644 (file)
@@ -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>.
+
 \f
 Copyright (C) 2023 Free Software Foundation, Inc.
 
index fa1976d6fdb30882ed4a44bfb890e424e0181707..1250fd698ee783b4aeaac85089e75a1893651a24 100644 (file)
@@ -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
index 0e2289d81b733b5ddfcfd737be303c0cf2a3b402..f11fff19c2b195cb52851eb836e0cab0dbc0dd2f 100644 (file)
@@ -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:
index a38de729a06f44ce0e897395c4a395d9d2766089..2a303b85b39ceac7e046c06c289f489be139b3aa 100644 (file)
@@ -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.
index 3f1eb69dc65568fc43a50cd078b55c054366f628..7bfcf99e8c2e397fcd07accb02a5045036f72a05 100644 (file)
@@ -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
index b415c8673eca5db2b722b03e870654d0d09c6405..88705423c4b04669b44376ddc7b6e5af6c2d269e 100644 (file)
@@ -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>