[gcc r15-6253] warn-access: Fix up matching_alloc_calls_p [PR118024]

2024-12-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:9537ca5ad9bc23d7e9c446b4a7cbb98f63bddb6a commit r15-6253-g9537ca5ad9bc23d7e9c446b4a7cbb98f63bddb6a Author: Jakub Jelinek Date: Sat Dec 14 11:27:20 2024 +0100 warn-access: Fix up matching_alloc_calls_p [PR118024] The following testcase ICEs because of a bug in

[gcc r15-6254] gimple-fold: Fix the recent ifcombine optimization for _BitInt [PR118023]

2024-12-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:7f4e85a954d24cc30bf85f4040fcd204bd5e23fd commit r15-6254-g7f4e85a954d24cc30bf85f4040fcd204bd5e23fd Author: Jakub Jelinek Date: Sat Dec 14 11:28:25 2024 +0100 gimple-fold: Fix the recent ifcombine optimization for _BitInt [PR118023] The BIT_FIELD_REF verifier

[gcc r15-6255] doc: Fix typos for --enable-host-pie docs in install.texi

2024-12-14 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:a7df4961d171ef071bd0972335d6f116d420eb13 commit r15-6255-ga7df4961d171ef071bd0972335d6f116d420eb13 Author: Heiko Eißfeldt Date: Sat Dec 14 12:31:58 2024 + doc: Fix typos for --enable-host-pie docs in install.texi gcc/ChangeLog: * doc/inst

[gcc r14-11089] [PATCH] PR modula2/117120: case ch with a nul char constant causes ICE

2024-12-14 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:cfe21668f3a7a0f07fa1e79ef2561a107a09a67d commit r14-11089-gcfe21668f3a7a0f07fa1e79ef2561a107a09a67d Author: Gaius Mulley Date: Sat Dec 14 11:46:57 2024 + [PATCH] PR modula2/117120: case ch with a nul char constant causes ICE This patch fixes the ICE cause

[gcc r15-6252] opts: Use OPTION_SET_P instead of magic value 2 for -fshort-enums default [PR118011]

2024-12-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:18f0b7d5f370c47633837e935f8a6e1b8616b56b commit r15-6252-g18f0b7d5f370c47633837e935f8a6e1b8616b56b Author: Jakub Jelinek Date: Sat Dec 14 11:25:08 2024 +0100 opts: Use OPTION_SET_P instead of magic value 2 for -fshort-enums default [PR118011] The magic value

[gcc r15-6256] bpf: fix build adding new required arg to RESOLVE_OVERLOADED_BUILTIN

2024-12-14 Thread Jose E. Marchesi via Gcc-cvs
https://gcc.gnu.org/g:6866547e2421cc40606c13c2c3621a3d9121e893 commit r15-6256-g6866547e2421cc40606c13c2c3621a3d9121e893 Author: Jose E. Marchesi Date: Sat Dec 14 19:15:34 2024 +0100 bpf: fix build adding new required arg to RESOLVE_OVERLOADED_BUILTIN gcc/ChangeLog

[gcc r15-6258] libbacktrace: don't use ZSTD_CLEVEL_DEFAULT

2024-12-14 Thread Ian Lance Taylor via Gcc-cvs
https://gcc.gnu.org/g:3e343ef7f0ac0eb9e526b4f6d3bf3f69be3f0684 commit r15-6258-g3e343ef7f0ac0eb9e526b4f6d3bf3f69be3f0684 Author: Ian Lance Taylor Date: Sat Dec 14 14:32:11 2024 -0800 libbacktrace: don't use ZSTD_CLEVEL_DEFAULT PR 117812 reports that testing GCC with zstd 1.3.4 fai

[gcc r15-6257] [PATCH v3] match.pd: Add pattern to simplify `(a - 1) & -a` to `0`

2024-12-14 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:ad519f46194a7ab1671470a236c67ae17cb98ead commit r15-6257-gad519f46194a7ab1671470a236c67ae17cb98ead Author: Jovan Vukic Date: Sat Dec 14 14:47:35 2024 -0700 [PATCH v3] match.pd: Add pattern to simplify `(a - 1) & -a` to `0` Thank you for the feedback. I have m