[gcc r15-7724] gimple-range-phi: Fix comment typo

2025-02-26 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:fc605b05605e778ab32c9a233e0014a944c3e0cf commit r15-7724-gfc605b05605e778ab32c9a233e0014a944c3e0cf Author: Jakub Jelinek Date: Thu Feb 27 08:56:29 2025 +0100 gimple-range-phi: Fix comment typo During reading of this file I've noticed a typo in the comment, wh

[gcc r15-7722] alias: Perform offset arithmetics in poly_offset_int rather than poly_int64 [PR118819]

2025-02-26 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:b570f48c3dfb9ca3d640467cff67e569904009d4 commit r15-7722-gb570f48c3dfb9ca3d640467cff67e569904009d4 Author: Jakub Jelinek Date: Thu Feb 27 08:48:18 2025 +0100 alias: Perform offset arithmetics in poly_offset_int rather than poly_int64 [PR118819] This PR is ab

[gcc r15-7720] libstdc++: Add code comment documenting LWG 4027 change [PR118083]

2025-02-26 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:640697f7c2def415db81c84010ae25be0785d867 commit r15-7720-g640697f7c2def415db81c84010ae25be0785d867 Author: Patrick Palka Date: Wed Feb 26 14:51:38 2025 -0500 libstdc++: Add code comment documenting LWG 4027 change [PR118083] PR libstdc++/118083

[gcc r15-7719] c: Assorted fixes for flexible array members in unions [PR119001]

2025-02-26 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:ad2908ed4ec5eff3cad3fd142cde5c1fac4788e9 commit r15-7719-gad2908ed4ec5eff3cad3fd142cde5c1fac4788e9 Author: Jakub Jelinek Date: Wed Feb 26 19:31:08 2025 +0100 c: Assorted fixes for flexible array members in unions [PR119001] r15-209 allowed flexible array memb

[gcc r15-7718] c: stddef.h C23 fixes [PR114870]

2025-02-26 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:8d22474af76a386eed488b3c66124134f0e41363 commit r15-7718-g8d22474af76a386eed488b3c66124134f0e41363 Author: Jakub Jelinek Date: Wed Feb 26 19:29:12 2025 +0100 c: stddef.h C23 fixes [PR114870] The stddef.h header for C23 defines __STDC_VERSION_STDDEF_H__ and

[gcc r15-7717] arm: Fix up REVERSE_CONDITION macro [PR119002]

2025-02-26 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:40bf0770563501f4c6d7e92cdaa1fa361caa commit r15-7717-g40bf0770563501f4c6d7e92cdaa1fa361caa Author: Jakub Jelinek Date: Wed Feb 26 19:28:09 2025 +0100 arm: Fix up REVERSE_CONDITION macro [PR119002] The linaro CI found my PR119002 patch broke bootstrap

[gcc r15-7716] [PR119021][LRA]: Fix rtl correctness check failure in LRA.

2025-02-26 Thread Vladimir Makarov via Gcc-cvs
https://gcc.gnu.org/g:7ce3a8e872d945d537a7e7ba1bd3f45b1cf9a6d2 commit r15-7716-g7ce3a8e872d945d537a7e7ba1bd3f45b1cf9a6d2 Author: Vladimir N. Makarov Date: Wed Feb 26 11:28:08 2025 -0500 [PR119021][LRA]: Fix rtl correctness check failure in LRA. Patch to fix PR115458 contained a

[gcc r12-10967] s390: Fix s390_valid_shift_count() for TI mode [PR118835]

2025-02-26 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:b27fa6a7ca86a9b885cb4dbe8a55991e7fb666f0 commit r12-10967-gb27fa6a7ca86a9b885cb4dbe8a55991e7fb666f0 Author: Stefan Schulze Frielinghaus Date: Thu Feb 13 09:13:06 2025 +0100 s390: Fix s390_valid_shift_count() for TI mode [PR118835] During combine we may end up

[gcc r15-7715] [testsuite] add x86 effective target

2025-02-26 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:55bf33f37fe3d5acf1d21773587fdaaf9452db28 commit r15-7715-g55bf33f37fe3d5acf1d21773587fdaaf9452db28 Author: Alexandre Oliva Date: Wed Feb 26 07:39:25 2025 -0300 [testsuite] add x86 effective target I got tired of repeating the conditional that recognizes ia32

[gcc r15-7714] [testsuite] adjust expectations of x86 vect-simd-clone tests

2025-02-26 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:e6f5fadec5f6a719145ed2ed513209ec3e8eeb2f commit r15-7714-ge6f5fadec5f6a719145ed2ed513209ec3e8eeb2f Author: Alexandre Oliva Date: Wed Feb 26 07:39:18 2025 -0300 [testsuite] adjust expectations of x86 vect-simd-clone tests Some vect-simd-clone tests fail when t

[gcc r15-7713] simple-diagnostic-path: Inline two trivial methods [PR116143]

2025-02-26 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:3b72464ba5e4597d2d559bcdbf150637adeb00b0 commit r15-7713-g3b72464ba5e4597d2d559bcdbf150637adeb00b0 Author: Jakub Jelinek Date: Wed Feb 26 10:50:51 2025 +0100 simple-diagnostic-path: Inline two trivial methods [PR116143] Various plugin tests fail with --enable

[gcc r15-7712] Fortran: Remove SAVE_EXPR on lhs in assign [PR108233]

2025-02-26 Thread Andre Vehreschild via Gcc-cvs
https://gcc.gnu.org/g:751b37047b2ad3a358d41ac792487b42430e9901 commit r15-7712-g751b37047b2ad3a358d41ac792487b42430e9901 Author: Andre Vehreschild Date: Tue Feb 25 14:17:16 2025 +0100 Fortran: Remove SAVE_EXPR on lhs in assign [PR108233] With vectorial shaped datatypes like e.g. c

[gcc(refs/users/aoliva/heads/testme)] [testsuite] add x86 effective target

2025-02-26 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:79f456a1cd845b2953ee31062e35e1de9988e83a commit 79f456a1cd845b2953ee31062e35e1de9988e83a Author: Alexandre Oliva Date: Mon Feb 17 23:17:40 2025 -0300 [testsuite] add x86 effective target I got tired of repeating the conditional that recognizes ia32 or x86

[gcc/aoliva/heads/testme] (95 commits) [testsuite] add x86 effective target

2025-02-26 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 79f456a1cd84... [testsuite] add x86 effective target It previously pointed to: 98a1939da569... [testsuite] add x86 effective target Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):

[gcc(refs/users/aoliva/heads/testme)] [testsuite] adjust expectations of x86 vect-simd-clone tests

2025-02-26 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:9ed39738d19be2842e4af36acfa14bc053ab2dc3 commit 9ed39738d19be2842e4af36acfa14bc053ab2dc3 Author: Alexandre Oliva Date: Mon Feb 17 23:17:38 2025 -0300 [testsuite] adjust expectations of x86 vect-simd-clone tests Some vect-simd-clone tests fail when targeting a

[gcc/aoliva/heads/testbase] (93 commits) [testsuite] fix check-function-bodies usage

2025-02-26 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testbase' was updated to point to: f039584e9e6c... [testsuite] fix check-function-bodies usage It previously pointed to: 926c989131e9... arm: gimple fold aes[ed] [PR114522] Diff: Summary of changes (added commits): --- f039584... [t