[gcc/aoliva/heads/testme] add options to control ifcombine

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: e4660b4065d0... add options to control ifcombine It previously pointed to: eae53de5dc6e... add options to control ifcombine Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):

[gcc(refs/users/aoliva/heads/testme)] add options to control ifcombine

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:e4660b4065d01d29c6938c09a4c72676023f4c48 commit e4660b4065d01d29c6938c09a4c72676023f4c48 Author: Alexandre Oliva Date: Thu Dec 19 00:19:34 2024 -0300 add options to control ifcombine Diff: --- gcc/common.opt| 12 gcc/tree-ssa-ifcombine.cc |

[gcc/aoliva/heads/testme] add options to control ifcombine

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 97eff7216094... add options to control ifcombine It previously pointed to: e4660b4065d0... add options to control ifcombine Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):

[gcc(refs/users/aoliva/heads/testme)] add options to control ifcombine

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:97eff72160946ca89bd548fa2655802361dfa8fb commit 97eff72160946ca89bd548fa2655802361dfa8fb Author: Alexandre Oliva Date: Thu Dec 19 00:19:34 2024 -0300 add options to control ifcombine Diff: --- gcc/common.opt| 12 gcc/tree-ssa-ifcombine.cc |

[gcc(refs/users/aoliva/heads/testme)] add options to control ifcombine

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:c1f9acc3fb6dfa372a8098d53ce8ef025e45a2f7 commit c1f9acc3fb6dfa372a8098d53ce8ef025e45a2f7 Author: Alexandre Oliva Date: Thu Dec 19 00:19:34 2024 -0300 add options to control ifcombine Diff: --- gcc/common.opt| 12 gcc/doc/invoke.t

[gcc/aoliva/heads/testme] add options to control ifcombine

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: c1f9acc3fb6d... add options to control ifcombine It previously pointed to: 04e4490c7f38... add options to control ifcombine Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):

[gcc/aoliva/heads/testme] add options to control ifcombine

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 4c290a0a24c3... add options to control ifcombine It previously pointed to: c1f9acc3fb6d... add options to control ifcombine Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):

[gcc(refs/users/aoliva/heads/testme)] add options to control ifcombine

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:4c290a0a24c36b9bff48364ce0c516bbc6b6a560 commit 4c290a0a24c36b9bff48364ce0c516bbc6b6a560 Author: Alexandre Oliva Date: Thu Dec 19 00:19:34 2024 -0300 add options to control ifcombine Introduce flags to disable ifcombine as a whole, or its new components.

[gcc/aoliva/heads/testme] add options to control ifcombine

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 942a25fa89d7... add options to control ifcombine It previously pointed to: 4c290a0a24c3... add options to control ifcombine Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):

[gcc(refs/users/aoliva/heads/testme)] add options to control ifcombine

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:942a25fa89d7b0ea3e6e36bec4e5e93b3a0e82d4 commit 942a25fa89d7b0ea3e6e36bec4e5e93b3a0e82d4 Author: Alexandre Oliva Date: Thu Dec 19 00:19:34 2024 -0300 add options to control ifcombine Introduce flags to disable ifcombine as a whole, or its new components.

[gcc/devel/omp/gcc-14] nvptx: PTX 'alloca' for '-mptx=7.3'+, '-march=sm_52'+ [PR65181]

2024-12-18 Thread Thomas Schwinge via Gcc-cvs
https://gcc.gnu.org/g:2f01bd9787dc850132337278ebf25f1eeade5067 commit 2f01bd9787dc850132337278ebf25f1eeade5067 Author: Thomas Schwinge Date: Sat Dec 7 00:17:49 2024 +0100 nvptx: PTX 'alloca' for '-mptx=7.3'+, '-march=sm_52'+ [PR65181] ..., and use it for '-mno-soft-stack': PTX "na

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

2024-12-18 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:492b272767db328ec8e44345f055dfae56f0b1ea commit 492b272767db328ec8e44345f055dfae56f0b1ea Author: Mikael Morin Date: Wed Dec 18 21:38:06 2024 +0100 Correction régression modifiable_p Diff: --- gcc/fortran/trans-array.cc | 3 +++ 1 file changed, 3 insertions(+) diff

[gcc r15-6352] libstdc++: Have std::addressof use __builtin_addressof

2024-12-18 Thread Francois Dumont via Libstdc++-cvs
https://gcc.gnu.org/g:33502a11e47a87f1423a80bead8e87fbd6363fa1 commit r15-6352-g33502a11e47a87f1423a80bead8e87fbd6363fa1 Author: François Dumont Date: Wed Dec 18 19:18:32 2024 +0100 libstdc++: Have std::addressof use __builtin_addressof Rather than calling std::__addressof in std:

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

2024-12-18 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:890cb2ba6b87501b21160c33d8d5f5cd094a786e commit 890cb2ba6b87501b21160c33d8d5f5cd094a786e Author: Mikael Morin Date: Wed Dec 18 21:55:13 2024 +0100 Correction dump Diff: --- gcc/testsuite/gfortran.dg/class_allocate_14.f90 | 2 +- 1 file changed, 1 insertion(+), 1 del

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Ajout assertion

2024-12-18 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:d3ce0ba6270ab45f0ee78d035208c3ca54041f00 commit d3ce0ba6270ab45f0ee78d035208c3ca54041f00 Author: Mikael Morin Date: Wed Dec 18 21:57:29 2024 +0100 Ajout assertion Diff: --- gcc/fortran/trans-expr.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/fortran/tra

[gcc r15-6353] Fix bootstrap failure on SPARC with -O3 -mvis3

2024-12-18 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:ed5ef9b39291e9d76e5caf4d96d7e6b09a35591e commit r15-6353-ged5ef9b39291e9d76e5caf4d96d7e6b09a35591e Author: Eric Botcazou Date: Wed Dec 18 21:48:36 2024 +0100 Fix bootstrap failure on SPARC with -O3 -mvis3 This replaces the use of FAIL in the new vec_cmp[u] ex

[gcc/aoliva/heads/testme] (2 commits) expand: drop stack adjustments after barrier [PR118006]

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: efe673c4078f... expand: drop stack adjustments after barrier [PR118006] It previously pointed to: 74f98c52df56... expand: drop stack adjustments after barrier [PR118006] Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBL

[gcc(refs/users/aoliva/heads/testme)] strub: accept indirection of volatile pointer types [PR118007]

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:9c001398aa835e701b3fff5e3275ae4bb15d8740 commit 9c001398aa835e701b3fff5e3275ae4bb15d8740 Author: Alexandre Oliva Date: Wed Dec 18 14:47:07 2024 -0300 strub: accept indirection of volatile pointer types [PR118007] We don't want to indirect pointers in strub wr

[gcc(refs/users/aoliva/heads/testme)] expand: drop stack adjustments after barrier [PR118006]

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:efe673c4078f212c700fbd8c869073d715a664f4 commit efe673c4078f212c700fbd8c869073d715a664f4 Author: Alexandre Oliva Date: Wed Dec 18 16:28:48 2024 -0300 expand: drop stack adjustments after barrier [PR118006] A gimple block with __builtin_unreachable () can't ha

[gcc(refs/users/aoliva/heads/testme)] add options to control ifcombine

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:04e4490c7f3877fb308a678e4e6809e3854e5669 commit 04e4490c7f3877fb308a678e4e6809e3854e5669 Author: Alexandre Oliva Date: Thu Dec 19 00:19:34 2024 -0300 add options to control ifcombine Diff: --- gcc/common.opt| 12 gcc/testsuite/gc

[gcc/aoliva/heads/testme] add options to control ifcombine

2024-12-18 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 04e4490c7f38... add options to control ifcombine It previously pointed to: 97eff7216094... add options to control ifcombine Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):

<    1   2