[gcc r14-10389] Fix MinGW option -mcrtdll=

2024-07-07 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:a8617b5ec39f81a59650193be1db2cfecdd76fb6 commit r14-10389-ga8617b5ec39f81a59650193be1db2cfecdd76fb6 Author: Pali Rohár Date: Sun Jun 23 18:40:59 2024 +0200 Fix MinGW option -mcrtdll= Add missing msvcr40* and msvcrtd* cases to CPP_SPEC and document missing

[gcc r15-2140] Do not use caller-saved registers for COMDAT functions

2024-07-18 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:5080840d8fbf25a321dd27543a1462d393d338bc commit r15-2140-g5080840d8fbf25a321dd27543a1462d393d338bc Author: LIU Hao Date: Mon Jul 15 16:55:52 2024 +0800 Do not use caller-saved registers for COMDAT functions A reference to a COMDAT function may be resolved to

[gcc r14-10460] Do not use caller-saved registers for COMDAT functions

2024-07-18 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:747c4b58573ea00419f64293a61537eb69f43307 commit r14-10460-g747c4b58573ea00419f64293a61537eb69f43307 Author: LIU Hao Date: Mon Jul 15 16:55:52 2024 +0800 Do not use caller-saved registers for COMDAT functions A reference to a COMDAT function may be resolved to

[gcc r13-8923] Do not use caller-saved registers for COMDAT functions

2024-07-19 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:953bf37690d22de956d75c6aef7a9690ad55b9a7 commit r13-8923-g953bf37690d22de956d75c6aef7a9690ad55b9a7 Author: LIU Hao Date: Mon Jul 15 16:55:52 2024 +0800 Do not use caller-saved registers for COMDAT functions A reference to a COMDAT function may be resolved to

[gcc r12-10625] Do not use caller-saved registers for COMDAT functions

2024-07-19 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:2c5f48a43f26223cb8603b826d7c0d52cdbcfb46 commit r12-10625-g2c5f48a43f26223cb8603b826d7c0d52cdbcfb46 Author: LIU Hao Date: Mon Jul 15 16:55:52 2024 +0800 Do not use caller-saved registers for COMDAT functions A reference to a COMDAT function may be resolved to

[gcc r14-9528] c-c++-common/Wrestrict.c: fix some typos and enable for LLP64

2024-03-18 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:9ee19f9b99ad1f877eb3e93382a437d951f737c8 commit r14-9528-g9ee19f9b99ad1f877eb3e93382a437d951f737c8 Author: Jonathan Yong <10wa...@gmail.com> Date: Sun Feb 11 09:25:25 2024 + c-c++-common/Wrestrict.c: fix some typos and enable for LLP64 Signed-off-by: Jonat

[gcc r15-849] Define which threading model is in use on Windows

2024-05-27 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:f6c5f836df44196a7cd3b206af5bb29df6c7c225 commit r15-849-gf6c5f836df44196a7cd3b206af5bb29df6c7c225 Author: TheShermanTanker Date: Mon May 27 12:57:33 2024 +0800 Define which threading model is in use on Windows gcc: * config/mingw/mingw32.h: Add ne

[gcc r15-1354] diagnostics: Enable escape sequence processing on windows consoles

2024-06-15 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:e943a5da40cd4799908d3d29001e1325eb00b755 commit r15-1354-ge943a5da40cd4799908d3d29001e1325eb00b755 Author: Peter Damianov Date: Mon Jun 3 10:07:08 2024 -0700 diagnostics: Enable escape sequence processing on windows consoles Since windows 10 release v1511, th

[gcc r15-1355] diagnostics: Don't hardcode auto_enable_urls to false for mingw hosts

2024-06-15 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:5c662a3a5724b75ceb06496d9c64137d59c89d39 commit r15-1355-g5c662a3a5724b75ceb06496d9c64137d59c89d39 Author: Peter Damianov Date: Mon Jun 3 10:07:09 2024 -0700 diagnostics: Don't hardcode auto_enable_urls to false for mingw hosts Windows terminal and mintty bot

[gcc r15-1356] pretty-print: Don't translate escape sequences to windows console API

2024-06-15 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:bc630d613db94eb50687a009ae6b45098ab02db5 commit r15-1356-gbc630d613db94eb50687a009ae6b45098ab02db5 Author: Peter Damianov Date: Mon Jun 3 10:07:10 2024 -0700 pretty-print: Don't translate escape sequences to windows console API Modern versions of windows (aft

[gcc r15-1581] Fix MinGW option -mcrtdll=

2024-06-24 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:0de0476e47c774db21c94a75d60485a55ec7b5b4 commit r15-1581-g0de0476e47c774db21c94a75d60485a55ec7b5b4 Author: Pali Rohár Date: Sun Jun 23 18:40:59 2024 +0200 Fix MinGW option -mcrtdll= Add missing msvcr40* and msvcrtd* cases to CPP_SPEC and document missing

[gcc r15-9032] gcc/mingw: Align `.refptr.` to 8-byte boundaries for 64-bit targets

2025-04-05 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:8d42378acdf1a011420ba78685f7a6c79808c881 commit r15-9032-g8d42378acdf1a011420ba78685f7a6c79808c881 Author: LIU Hao Date: Sat Mar 29 22:47:54 2025 +0800 gcc/mingw: Align `.refptr.` to 8-byte boundaries for 64-bit targets Windows only requires sections to be al

[gcc r15-9337] deref-before-check-pr113253.c: Fix bogus warnings on lp32

2025-04-09 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:9ea6bdac02af61f360b5741bef978be02924252d commit r15-9337-g9ea6bdac02af61f360b5741bef978be02924252d Author: Jonathan Yong <10wa...@gmail.com> Date: Mon Apr 7 15:40:05 2025 + deref-before-check-pr113253.c: Fix bogus warnings on lp32 Warnings about pointer si

[gcc r15-9148] switch-3.c: Fix llp64 warnings

2025-04-02 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:e7912d4a81cf34e05c7ded70910069b691a8bb15 commit r15-9148-ge7912d4a81cf34e05c7ded70910069b691a8bb15 Author: Jonathan Yong <10wa...@gmail.com> Date: Wed Apr 2 11:18:21 2025 + switch-3.c: Fix llp64 warnings mtrr_ioctl() uses long and casts it to a pointer. Fi

[gcc r15-9373] bf-ms-attrib.c: Fix expected struct size

2025-04-10 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:7e6255edeb5a01d6ae1c2fa5bed391a836726229 commit r15-9373-g7e6255edeb5a01d6ae1c2fa5bed391a836726229 Author: Jonathan Yong <10wa...@gmail.com> Date: Wed Apr 9 14:29:39 2025 + bf-ms-attrib.c: Fix expected struct size Both gcc and msvc agree that the struct si

[gcc r15-9372] realloc-1.c: accept long long in warning for llp64

2025-04-10 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:f4cdbd619d89147cf5767ddbb10fbeee8f1b0cbc commit r15-9372-gf4cdbd619d89147cf5767ddbb10fbeee8f1b0cbc Author: Jonathan Yong <10wa...@gmail.com> Date: Wed Apr 9 14:21:22 2025 + realloc-1.c: accept long long in warning for llp64 llp64 targets like mingw-w64 wil

[gcc r15-9480] Wbuiltin-declaration-mismatch-4.c: accept long long in warning for llp64

2025-04-15 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:039b566f2f03699676d31b681d1595bddc94a774 commit r15-9480-g039b566f2f03699676d31b681d1595bddc94a774 Author: Jonathan Yong <10wa...@gmail.com> Date: Sun Apr 13 02:41:36 2025 + Wbuiltin-declaration-mismatch-4.c: accept long long in warning for llp64 llp64 tar

[gcc r16-27] ref-temp1.C: Enable some tests for PE targets

2025-04-18 Thread Jonathan Yong via Gcc-cvs
https://gcc.gnu.org/g:b986ed16c2546674256b8c892541a8fdb6a97202 commit r16-27-gb986ed16c2546674256b8c892541a8fdb6a97202 Author: Jonathan Yong <10wa...@gmail.com> Date: Tue Apr 15 11:41:36 2025 + ref-temp1.C: Enable some tests for PE targets Test for expected PE values.