[gcc r15-7525] LoongArch: Adjust the cost of ADDRESS_REG_REG.

2025-02-13 Thread LuluCheng via Gcc-cvs
https://gcc.gnu.org/g:7c50f95421b6de50e4f40773558d0072eafb2365 commit r15-7525-g7c50f95421b6de50e4f40773558d0072eafb2365 Author: Lulu Cheng Date: Tue Dec 10 20:59:22 2024 +0800 LoongArch: Adjust the cost of ADDRESS_REG_REG. After changing this cost from 1 to 3, the performance of

[gcc r15-7524] LoongArch: When -mfpu=none, '__loongarch_frecipe' shouldn't be defined [PR118843].

2025-02-13 Thread LuluCheng via Gcc-cvs
https://gcc.gnu.org/g:ee579b7c257468b9032ab4583ec455fa871d4428 commit r15-7524-gee579b7c257468b9032ab4583ec455fa871d4428 Author: Lulu Cheng Date: Wed Feb 12 11:50:50 2025 +0800 LoongArch: When -mfpu=none, '__loongarch_frecipe' shouldn't be defined [PR118843]. PR target/11

[gcc r15-7523] LoongArch: After setting the compilation options, update the predefined macros.

2025-02-13 Thread LuluCheng via Gcc-cvs
https://gcc.gnu.org/g:753306bbaebb4a56ee8dde893e14dbd9e5269df6 commit r15-7523-g753306bbaebb4a56ee8dde893e14dbd9e5269df6 Author: Lulu Cheng Date: Tue Feb 11 20:36:17 2025 +0800 LoongArch: After setting the compilation options, update the predefined macros. PR target/11882

[gcc r15-7522] LoongArch: Split the function loongarch_cpu_cpp_builtins into two functions.

2025-02-13 Thread LuluCheng via Gcc-cvs
https://gcc.gnu.org/g:c1af05f3d0320b5af98f27a76abfc9263bd42bb8 commit r15-7522-gc1af05f3d0320b5af98f27a76abfc9263bd42bb8 Author: Lulu Cheng Date: Tue Feb 11 20:05:13 2025 +0800 LoongArch: Split the function loongarch_cpu_cpp_builtins into two functions. Split the implementation of

[gcc r15-7521] LoongArch: Move the function loongarch_register_pragmas to loongarch-c.cc.

2025-02-13 Thread LuluCheng via Gcc-cvs
https://gcc.gnu.org/g:46ce50b44e3d06f103c9136bc052a7354e07cfca commit r15-7521-g46ce50b44e3d06f103c9136bc052a7354e07cfca Author: Lulu Cheng Date: Wed Feb 12 09:57:02 2025 +0800 LoongArch: Move the function loongarch_register_pragmas to loongarch-c.cc. gcc/ChangeLog:

[gcc r15-7520] tree-optimization/90579 - avoid STLF fail by better optimizing

2025-02-13 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:27653070db35216d5115cc25672fcc6a51203d26 commit r15-7520-g27653070db35216d5115cc25672fcc6a51203d26 Author: Richard Biener Date: Wed Feb 12 14:18:06 2025 +0100 tree-optimization/90579 - avoid STLF fail by better optimizing For the testcase in question which us

[gcc r15-7519] c++: Clear lambda scope for unattached member template lambdas

2025-02-13 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:8caf67eea7e1b29a4437f07d13c300d9fdb04827 commit r15-7519-g8caf67eea7e1b29a4437f07d13c300d9fdb04827 Author: Nathaniel Shead Date: Fri Jan 31 23:01:15 2025 +1100 c++: Clear lambda scope for unattached member template lambdas In r15-7202 we made lambdas between

[gcc r15-7518] c++: Fix mangling of lambas in static member template initializers [PR107741]

2025-02-13 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:12feb78be517472ca941953dce47d6e78e5a17f8 commit r15-7518-g12feb78be517472ca941953dce47d6e78e5a17f8 Author: Nathaniel Shead Date: Fri Jan 31 21:19:45 2025 +1100 c++: Fix mangling of lambas in static member template initializers [PR107741] My fix for this issu

[gcc r15-7516] RISC-V: Avoid more unsplit insns in const expander [PR118832].

2025-02-13 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:28b2ad5341f875ee7e034b0c6f9e4eb725e19a8f commit r15-7516-g28b2ad5341f875ee7e034b0c6f9e4eb725e19a8f Author: Robin Dapp Date: Thu Feb 13 16:33:24 2025 -0700 RISC-V: Avoid more unsplit insns in const expander [PR118832]. Hi, in PR118832 we have another

[gcc r15-7515] jit: add "final override" to diagnostic sink [PR116613]

2025-02-13 Thread David Malcolm via Gcc-cvs
https://gcc.gnu.org/g:6ac313525a1faecb9f39a0ba3240f7a9ead91dcc commit r15-7515-g6ac313525a1faecb9f39a0ba3240f7a9ead91dcc Author: David Malcolm Date: Thu Feb 13 18:10:47 2025 -0500 jit: add "final override" to diagnostic sink [PR116613] I added class jit_diagnostic_listener in r15-

[gcc r14-11307] driver: -fhardened and -z lazy/-z norelro [PR117739]

2025-02-13 Thread Marek Polacek via Gcc-cvs
https://gcc.gnu.org/g:88ca0670c79f123cc84928f78cd3d5eb46b91338 commit r14-11307-g88ca0670c79f123cc84928f78cd3d5eb46b91338 Author: Marek Polacek Date: Tue Nov 26 14:37:21 2024 -0500 driver: -fhardened and -z lazy/-z norelro [PR117739] As the manual states, using "-fhardened -fstack

[gcc r15-7514] driver: -fhardened and -z lazy/-z norelro [PR117739]

2025-02-13 Thread Marek Polacek via Gcc-cvs
https://gcc.gnu.org/g:a134dcd8a010744a0097d190f73a4efc2e381531 commit r15-7514-ga134dcd8a010744a0097d190f73a4efc2e381531 Author: Marek Polacek Date: Tue Nov 26 14:37:21 2024 -0500 driver: -fhardened and -z lazy/-z norelro [PR117739] As the manual states, using "-fhardened -fstack-

[gcc r15-7510] c++: omp declare variant tweak

2025-02-13 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:32d3e63ebb2aac4208a522fcd3477932d72eacfc commit r15-7510-g32d3e63ebb2aac4208a522fcd3477932d72eacfc Author: Jason Merrill Date: Wed Feb 12 18:47:17 2025 +0100 c++: omp declare variant tweak In r15-6707 I changed this function to use build_stub_object to more s

[gcc r15-7513] testsuite: adjust nontype-class72 for implicit constexpr

2025-02-13 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:a560b5b5b508f39294989ee2559fcecdd2d8924a commit r15-7513-ga560b5b5b508f39294989ee2559fcecdd2d8924a Author: Jason Merrill Date: Thu Feb 13 17:34:15 2025 +0100 testsuite: adjust nontype-class72 for implicit constexpr This test added by r15-7507 doesn't get some

[gcc r15-7512] dwarf: emit DW_AT_name for DW_TAG_GNU_formal_parameter_pack [PR70536]

2025-02-13 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:53e1686e6e0c3e809384e6fcf5eed46f37bc296b commit r15-7512-g53e1686e6e0c3e809384e6fcf5eed46f37bc296b Author: Ed Catmur Date: Sat Feb 4 17:50:33 2023 +0100 dwarf: emit DW_AT_name for DW_TAG_GNU_formal_parameter_pack [PR70536] Per https://wiki.dwarfstd.org/C++0x_

[gcc r15-7511] c++: use -Wprio-ctor-dtor for attribute init_priority

2025-02-13 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:4e7f74225116e76caa65c5ce2815c2714343dfbc commit r15-7511-g4e7f74225116e76caa65c5ce2815c2714343dfbc Author: Jason Merrill Date: Wed Feb 12 23:21:25 2025 +0100 c++: use -Wprio-ctor-dtor for attribute init_priority gcc/cp/ChangeLog: * tree.cc (h

[gcc r15-7509] Fix LAPACK build error due to global symbol checking.

2025-02-13 Thread Thomas Kテカnig via Gcc-cvs
https://gcc.gnu.org/g:cdb4d27a4c2786cf1b1b0eb1872eac6a5f931578 commit r15-7509-gcdb4d27a4c2786cf1b1b0eb1872eac6a5f931578 Author: Thomas Koenig Date: Thu Feb 13 21:47:39 2025 +0100 Fix LAPACK build error due to global symbol checking. This was an interesting regression. It came fr

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Correction typo

2025-02-13 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:2e7ed307c6cf6f5ffadbb11c16a1d2d6ce678c6d commit 2e7ed307c6cf6f5ffadbb11c16a1d2d6ce678c6d Author: Mikael Morin Date: Thu Feb 13 20:28:23 2025 +0100 Correction typo Diff: --- gcc/fortran/trans-array.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Factorisation set_descriptor_dimension

2025-02-13 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:305e39d4521a02d6f7327d938dd8a714951c77e0 commit 305e39d4521a02d6f7327d938dd8a714951c77e0 Author: Mikael Morin Date: Thu Feb 13 20:26:47 2025 +0100 Factorisation set_descriptor_dimension Diff: --- gcc/fortran/trans-array.cc | 12 +--- 1 file changed, 5 insert

[gcc r14-11306] [PATCH] PR modula2/115112 Incorrect line debugging information occurs during INC builtin

2025-02-13 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:3d961691e0878e1328f9cbbc1d1af5e573ee6786 commit r14-11306-g3d961691e0878e1328f9cbbc1d1af5e573ee6786 Author: Gaius Mulley Date: Thu Feb 13 18:17:17 2025 + [PATCH] PR modula2/115112 Incorrect line debugging information occurs during INC builtin This patch

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Correction régression class_transformational_2

2025-02-13 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:cf483b5ab35b5c7e1e68e60fc767b5796e2969c7 commit cf483b5ab35b5c7e1e68e60fc767b5796e2969c7 Author: Mikael Morin Date: Thu Feb 13 18:22:47 2025 +0100 Correction régression class_transformational_2 Diff: --- gcc/fortran/trans-array.cc | 3 +-- 1 file changed, 1 insertio

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Réduction différences

2025-02-13 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:d8e509d0ad729942dabbd64b912d6a62907de29b commit d8e509d0ad729942dabbd64b912d6a62907de29b Author: Mikael Morin Date: Wed Feb 12 18:50:20 2025 +0100 Réduction différences Diff: --- gcc/fortran/trans-array.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

[gcc r15-7508] c++: -frange-for-ext-temps and reused temps [PR118856]

2025-02-13 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:6f7935b3fd60968cff1b3252edf40022f25705aa commit r15-7508-g6f7935b3fd60968cff1b3252edf40022f25705aa Author: Jason Merrill Date: Thu Feb 13 11:54:48 2025 +0100 c++: -frange-for-ext-temps and reused temps [PR118856] Some things in the front-end use a TARGET_EXPR

[gcc r15-7507] c++: P2308, Template parameter initialization (tests) [PR113800]

2025-02-13 Thread Marek Polacek via Gcc-cvs
https://gcc.gnu.org/g:84f19ecb01958fa791b9213dbd80331474fca9f0 commit r15-7507-g84f19ecb01958fa791b9213dbd80331474fca9f0 Author: Marek Polacek Date: Wed Feb 12 13:33:37 2025 -0500 c++: P2308, Template parameter initialization (tests) [PR113800] This proposal was implemented a long

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

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:98a1939da5695727502636624f1b8d88b3d2271e commit 98a1939da5695727502636624f1b8d88b3d2271e Author: Alexandre Oliva Date: Thu Feb 13 10:13:37 2025 -0300 [testsuite] add x86 effective target I got tired of repeating the conditional that recognizes ia32 or x86

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

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:80b3fa99afebf1dd32e1f8ed5e3b47ab4434055b commit 80b3fa99afebf1dd32e1f8ed5e3b47ab4434055b Author: Alexandre Oliva Date: Thu Feb 13 10:13:31 2025 -0300 [testsuite] adjust expectations of x86 vect-simd-clone tests Some vect-simd-clone tests fail when targeting a

[gcc(refs/users/aoliva/heads/testme)] [ifcombine] cope with signbit tests of extended values

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:765fcf5679c6d0db5229f8da3d08f920a4e23dae commit 765fcf5679c6d0db5229f8da3d08f920a4e23dae Author: Alexandre Oliva Date: Thu Feb 13 10:13:34 2025 -0300 [ifcombine] cope with signbit tests of extended values A compare with zero may be taken as a sign bit test by

[gcc(refs/users/aoliva/heads/testme)] [testsuite] fix check-function-bodies usage

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:9d9102995b365735ddccd7a7186965bf1a763fe3 commit 9d9102995b365735ddccd7a7186965bf1a763fe3 Author: Alexandre Oliva Date: Thu Feb 13 10:13:29 2025 -0300 [testsuite] fix check-function-bodies usage The existing usage comment for check-function-bodies is presumabl

[gcc/aoliva/heads/testbase] (85 commits) arm: gimple fold aes[ed] [PR114522]

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testbase' was updated to point to: 926c989131e9... arm: gimple fold aes[ed] [PR114522] It previously pointed to: d790f0137c6f... [testsuite] tolerate later success [PR108357] Diff: Summary of changes (added commits): --- 926c989...

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

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 98a1939da569... [testsuite] add x86 effective target It previously pointed to: 5fed42b6a458... [ifcombine] cope with signbit tests of extended values Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): --

[gcc r15-7506] tree, gengtype: Fix up GC issue with DECL_VALUE_EXPR [PR118790]

2025-02-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:7738c6286fba7ec2112823f53cc2cefac2c8d007 commit r15-7506-g7738c6286fba7ec2112823f53cc2cefac2c8d007 Author: Jakub Jelinek Date: Thu Feb 13 14:14:50 2025 +0100 tree, gengtype: Fix up GC issue with DECL_VALUE_EXPR [PR118790] The following testcase ICEs, because

[gcc r15-7505] arm: gimple fold aes[ed] [PR114522]

2025-02-13 Thread Christophe Lyon via Gcc-cvs
https://gcc.gnu.org/g:926c989131e914e69cd73529d183ebd9d637798a commit r15-7505-g926c989131e914e69cd73529d183ebd9d637798a Author: Christophe Lyon Date: Tue Feb 11 20:51:23 2025 + arm: gimple fold aes[ed] [PR114522] Almost a copy/paste from the recent aarch64 version of this pat

[gcc r14-11305] c++: Constrain visibility for CNTTPs with internal types [PR118849]

2025-02-13 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:9fa962a5db797665972aaa65426b881754782cfb commit r14-11305-g9fa962a5db797665972aaa65426b881754782cfb Author: Nathaniel Shead Date: Wed Feb 12 23:07:43 2025 +1100 c++: Constrain visibility for CNTTPs with internal types [PR118849] While looking into PR118846 I

[gcc r15-7504] c++: Constrain visibility for CNTTPs with internal types [PR118849]

2025-02-13 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:0e485b8c85c31856b9f7c91015ac94874b100bd4 commit r15-7504-g0e485b8c85c31856b9f7c91015ac94874b100bd4 Author: Nathaniel Shead Date: Wed Feb 12 23:07:43 2025 +1100 c++: Constrain visibility for CNTTPs with internal types [PR118849] While looking into PR118846 I n

[gcc/aoliva/heads/testme] [ifcombine] cope with signbit tests of extended values

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 5fed42b6a458... [ifcombine] cope with signbit tests of extended values It previously pointed to: cf2e0f411bea... [ifcombine] cope with signbit tests of extended values Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE

[gcc(refs/users/aoliva/heads/testme)] [ifcombine] cope with signbit tests of extended values

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:5fed42b6a458baf896df610e690ec4593fd7a130 commit 5fed42b6a458baf896df610e690ec4593fd7a130 Author: Alexandre Oliva Date: Thu Feb 13 07:36:04 2025 -0300 [ifcombine] cope with signbit tests of extended values A compare with zero may be taken as a sign bit test by

[gcc/aoliva/heads/testme] [ifcombine] cope with signbit tests of extended values

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 63c14ae67e08... [ifcombine] cope with signbit tests of extended values It previously pointed to: f39dde7887f0... [ifcombine] cope with signbit tests of extended values Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE

[gcc/aoliva/heads/testme] [ifcombine] cope with signbit tests of extended values

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: cf2e0f411bea... [ifcombine] cope with signbit tests of extended values It previously pointed to: 61d1dddfddc9... [ifcombine] cope with signbit tests of extended values Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE

[gcc(refs/users/aoliva/heads/testme)] [ifcombine] cope with signbit tests of extended values

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:cf2e0f411bea79746e2f399bd5642ba0861a6d89 commit cf2e0f411bea79746e2f399bd5642ba0861a6d89 Author: Alexandre Oliva Date: Thu Feb 13 07:36:04 2025 -0300 [ifcombine] cope with signbit tests of extended values A compare with zero may be taken as a sign bit test by

[gcc(refs/users/aoliva/heads/testme)] [ifcombine] cope with signbit tests of extended values

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:61d1dddfddc9cd3f89d0309c895ad60872915f09 commit 61d1dddfddc9cd3f89d0309c895ad60872915f09 Author: Alexandre Oliva Date: Thu Feb 13 07:36:04 2025 -0300 [ifcombine] cope with signbit tests of extended values A compare with zero may be taken as a sign bit test by

[gcc/aoliva/heads/testme] [ifcombine] cope with signbit tests of extended values

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 61d1dddfddc9... [ifcombine] cope with signbit tests of extended values It previously pointed to: 63c14ae67e08... [ifcombine] cope with signbit tests of extended values Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE

[gcc(refs/users/aoliva/heads/testme)] [ifcombine] cope with signbit tests of extended values

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:63c14ae67e0842aa377505ebc97d00a35ddc9513 commit 63c14ae67e0842aa377505ebc97d00a35ddc9513 Author: Alexandre Oliva Date: Thu Feb 13 07:36:04 2025 -0300 [ifcombine] cope with signbit tests of extended values A compare with zero may be taken as a sign bit test by

[gcc r15-7503] testsuite: Add another range for coroutines testcase [PR118574]

2025-02-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:a1855a3e0bcf0f94bc9fa421ccc9ebd0565c62cd commit r15-7503-ga1855a3e0bcf0f94bc9fa421ccc9ebd0565c62cd Author: Jakub Jelinek Date: Thu Feb 13 11:53:04 2025 +0100 testsuite: Add another range for coroutines testcase [PR118574] This patch adds another range for cor

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

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:7adffbcb3ada7046e118bb3b61588e02de5f142f commit 7adffbcb3ada7046e118bb3b61588e02de5f142f Author: Alexandre Oliva Date: Tue Feb 11 00:13:43 2025 -0300 [testsuite] adjust expectations of x86 vect-simd-clone tests Some vect-simd-clone tests fail when targeting a

[gcc(refs/users/aoliva/heads/testme)] [ifcombine] cope with signbit tests of extended values

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:f39dde7887f03b4799747bd0ac0d857ec60f1220 commit f39dde7887f03b4799747bd0ac0d857ec60f1220 Author: Alexandre Oliva Date: Thu Feb 13 07:36:04 2025 -0300 [ifcombine] cope with signbit tests of extended values A compare with zero may be taken as a sign bit test by

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

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:2a10285fd76af8507cc580b52a6c8681b857a644 commit 2a10285fd76af8507cc580b52a6c8681b857a644 Author: Alexandre Oliva Date: Tue Feb 11 00:13:43 2025 -0300 [testsuite] add x86 effective target I got tired of repeating the conditional that recognizes ia32 or x86

[gcc(refs/users/aoliva/heads/testme)] [testsuite] fix check-function-bodies usage

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:4e2f34ff0de1794e28b98250ed9125fdf7ead58c commit 4e2f34ff0de1794e28b98250ed9125fdf7ead58c Author: Alexandre Oliva Date: Tue Feb 11 01:59:39 2025 -0300 [testsuite] fix check-function-bodies usage The existing usage comment for check-function-bodies is presumabl

[gcc/aoliva/heads/testme] (4 commits) [ifcombine] cope with signbit tests of extended values

2025-02-13 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: f39dde7887f0... [ifcombine] cope with signbit tests of extended values It previously pointed to: b9e7c101eafc... [testsuite] add x86 effective target Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): --

[gcc r15-7502] c++: Fix up regressions caused by for/while loops with declarations [PR118822]

2025-02-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:26baa2c09b39abf037afad349a318dc5734eae25 commit r15-7502-g26baa2c09b39abf037afad349a318dc5734eae25 Author: Jakub Jelinek Date: Thu Feb 13 10:21:29 2025 +0100 c++: Fix up regressions caused by for/while loops with declarations [PR118822] The recent PR86769 r1

[gcc r15-7501] build: Remove HAVE_LD_EH_FRAME_CIEV3

2025-02-13 Thread Rainer Orth via Gcc-cvs
https://gcc.gnu.org/g:7db94370a74481ad1db1f0a4dc4aa45fa464a02a commit r15-7501-g7db94370a74481ad1db1f0a4dc4aa45fa464a02a Author: Rainer Orth Date: Thu Feb 13 10:17:50 2025 +0100 build: Remove HAVE_LD_EH_FRAME_CIEV3 Old versions of Solaris ld and GNU ld didn't support CIEv3 in .eh_

[gcc r15-7500] doc: Update install.texi for GCC 15 on Solaris

2025-02-13 Thread Rainer Orth via Gcc-cvs
https://gcc.gnu.org/g:85b0a6e853aeda30acc1990c8bf13951c7e4da7d commit r15-7500-g85b0a6e853aeda30acc1990c8bf13951c7e4da7d Author: Rainer Orth Date: Thu Feb 13 09:59:43 2025 +0100 doc: Update install.texi for GCC 15 on Solaris Apart from minor updates, this patch is primarily an imp

[gcc r15-7499] s390: Fix s390_valid_shift_count() for TI mode [PR118835]

2025-02-13 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:ac9806dae30d07ab082ac341fe5646987753adcb commit r15-7499-gac9806dae30d07ab082ac341fe5646987753adcb 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