[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] git commit correction erreur gimplify

2025-02-12 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:0f4d403799290b81652e9649229aba1ece495c94 commit 0f4d403799290b81652e9649229aba1ece495c94 Author: Mikael Morin Date: Wed Feb 12 09:52:09 2025 +0100 git commit correction erreur gimplify Diff: --- gcc/gimplify.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2025-02-12 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:18adfe80069d2541a5f3550eef2b51881ec15cde commit 18adfe80069d2541a5f3550eef2b51881ec15cde Author: Mikael Morin Date: Wed Feb 12 10:22:42 2025 +0100 Ajout surcharge gfc_conv_descriptor_type_set Diff: --- gcc/fortran/trans-array.cc | 41 +---

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Correction erreurs non-lvalue lhs pr113363.f90

2025-02-12 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:e10f6194f7c040a6254a1712999fafda5b7394b0 commit e10f6194f7c040a6254a1712999fafda5b7394b0 Author: Mikael Morin Date: Wed Feb 12 10:47:31 2025 +0100 Correction erreurs non-lvalue lhs pr113363.f90 Diff: --- gcc/fortran/trans-decl.cc | 21 + gcc/fort

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Correction non_lvalue PR97046.f90

2025-02-12 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:053373044075a110eb210a6d2c57ec492647d49a commit 053373044075a110eb210a6d2c57ec492647d49a Author: Mikael Morin Date: Wed Feb 12 10:07:40 2025 +0100 Correction non_lvalue PR97046.f90 Diff: --- gcc/fortran/trans-array.cc | 42 +++---

[gcc r13-9373] AArch64: Fix GCC 13 backport of big.Little CPU detection [PR118800]

2025-02-12 Thread Tamar Christina via Gcc-cvs
https://gcc.gnu.org/g:fa5aedd841105329b2f65cb0ff418cb4427f255e commit r13-9373-gfa5aedd841105329b2f65cb0ff418cb4427f255e Author: Tamar Christina Date: Wed Feb 12 10:38:21 2025 + AArch64: Fix GCC 13 backport of big.Little CPU detection [PR118800] On the GCC-13 branch the backpo

[gcc r15-7491] vect: Set counts of early break exit blocks correctly [PR117790]

2025-02-12 Thread Alex Coplan via Gcc-cvs
https://gcc.gnu.org/g:cfdb961588ba318a78e995d2e2cde43130acd993 commit r15-7491-gcfdb961588ba318a78e995d2e2cde43130acd993 Author: Alex Coplan Date: Tue Nov 26 17:48:14 2024 + vect: Set counts of early break exit blocks correctly [PR117790] This adds missing code to correctly se

[gcc/aoliva/heads/testme] [testsuite] adjust expectations of x86 vect-simd-clone test

2025-02-12 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: dec20ebfffeb... [testsuite] adjust expectations of x86 vect-simd-clone test It previously pointed to: 89bc8c7a9b8e... [testsuite] adjust expectations of x86 vect-simd-clone test Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER A

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

2025-02-12 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:dec20ebfffeba351ea9dd58979f4640fc2406083 commit dec20ebfffeba351ea9dd58979f4640fc2406083 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)] [testsuite] add x86 effective target

2025-02-12 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:b9e7c101eafcefb4c5a3b70e18f25ac92a01f0ae commit b9e7c101eafcefb4c5a3b70e18f25ac92a01f0ae 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 r15-7498] tree-optimization/118817 - fix ICE with VN CTOR simplification

2025-02-12 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:77d01927bd7c989d431035251a5c196fe39bcec9 commit r15-7498-g77d01927bd7c989d431035251a5c196fe39bcec9 Author: Richard Biener Date: Wed Feb 12 15:01:53 2025 +0100 tree-optimization/118817 - fix ICE with VN CTOR simplification The representation of CONSTRUCTOR nod

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Factorisation set temporary descriptor

2025-02-12 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:bcdea6ab6a4b8a0e200d143c5ec4c39ada487a41 commit bcdea6ab6a4b8a0e200d143c5ec4c39ada487a41 Author: Mikael Morin Date: Wed Feb 12 18:17:41 2025 +0100 Factorisation set temporary descriptor Diff: --- gcc/fortran/trans-array.cc | 104 +

[gcc r15-7494] avr.opt.urls += -mcall-main

2025-02-12 Thread Georg-Johann Lay via Gcc-cvs
https://gcc.gnu.org/g:30dfcecddc6260970924841f222402aebfbec57d commit r15-7494-g30dfcecddc6260970924841f222402aebfbec57d Author: Georg-Johann Lay Date: Wed Feb 12 22:16:23 2025 +0100 avr.opt.urls += -mcall-main gcc/ * config/avr/avr.opt.urls: Add -mcall-main. Diff: --

[gcc(refs/users/meissner/heads/work193-bugs)] Revert changes

2025-02-12 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:929044cf459560200db55922d9d1d66d1de77f85 commit 929044cf459560200db55922d9d1d66d1de77f85 Author: Michael Meissner Date: Wed Feb 12 15:02:28 2025 -0500 Revert changes Diff: --- gcc/config/rs6000/predicates.md | 10 +- gcc/config/rs6000/rs6000-pr

[gcc r15-7492] c++: add fixed test [PR101740]

2025-02-12 Thread Marek Polacek via Gcc-cvs
https://gcc.gnu.org/g:b0cf0429bd711c2121a7d4a920d875157f19 commit r15-7492-gb0cf0429bd711c2121a7d4a920d875157f19 Author: Marek Polacek Date: Wed Feb 12 15:48:22 2025 -0500 c++: add fixed test [PR101740] Fixed by r12-3643. PR c++/101740 gcc/testsui

[gcc r15-7493] AVR: target/118806 - Add -mno-call-main to tweak running main().

2025-02-12 Thread Georg-Johann Lay via Gcc-cvs
https://gcc.gnu.org/g:0fa06d7fd7820e0d60fd8da381ec45175a675c80 commit r15-7493-g0fa06d7fd7820e0d60fd8da381ec45175a675c80 Author: Georg-Johann Lay Date: Sun Feb 9 10:55:20 2025 +0100 AVR: target/118806 - Add -mno-call-main to tweak running main(). On devices with very limited resou

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Suppression code redondant initialisation descriptor temporaire

2025-02-12 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:61b45d514d49f1e075b2cab97ffd6038c41d0c3d commit 61b45d514d49f1e075b2cab97ffd6038c41d0c3d Author: Mikael Morin Date: Wed Feb 12 18:30:17 2025 +0100 Suppression code redondant initialisation descriptor temporaire Diff: --- gcc/fortran/trans-array.cc | 21 +

[gcc(refs/users/meissner/heads/work193-bugs)] Fix PR 118541, do not generate unordered fp cmoves for IEEE compares.

2025-02-12 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:c7c8ed0d63efced5991690ee2d48568561617825 commit c7c8ed0d63efced5991690ee2d48568561617825 Author: Michael Meissner Date: Wed Feb 12 15:20:32 2025 -0500 Fix PR 118541, do not generate unordered fp cmoves for IEEE compares. This is version 3 of the patch.

[gcc(refs/users/meissner/heads/work193-bugs)] Update ChangeLog.*

2025-02-12 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:0ef072cfea54663d85a77c45bf1eda6984f17aad commit 0ef072cfea54663d85a77c45bf1eda6984f17aad Author: Michael Meissner Date: Wed Feb 12 15:22:14 2025 -0500 Update ChangeLog.* Diff: --- gcc/ChangeLog.bugs | 19 +-- 1 file changed, 17 insertions(+), 2 delet

[gcc r15-7496] loop-invariant: Treat inline-asm conditional trapping [PR102150]

2025-02-12 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:8598a84bf5ca91ddd26f3bf6f944b0235cfa06b4 commit r15-7496-g8598a84bf5ca91ddd26f3bf6f944b0235cfa06b4 Author: Andrew Pinski Date: Tue Feb 11 21:00:06 2025 -0800 loop-invariant: Treat inline-asm conditional trapping [PR102150] So inline-asm is known not to trap B

[gcc r15-7495] ifcvt: Don't speculation move inline-asm [PR102150]

2025-02-12 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:aa972d027437784686dfc66180dc1b640e7dbb39 commit r15-7495-gaa972d027437784686dfc66180dc1b640e7dbb39 Author: Andrew Pinski Date: Tue Feb 11 15:13:07 2025 -0800 ifcvt: Don't speculation move inline-asm [PR102150] So unlike loop invariant motion, moving an inline

[gcc r14-11303] [PATCH] PR modula2/118703 Abort compiling m2pim_NumberIO_BinToStr

2025-02-12 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:209de720fb8ad491568633780c8e8c5cca8b4c33 commit r14-11303-g209de720fb8ad491568633780c8e8c5cca8b4c33 Author: Gaius Mulley Date: Wed Feb 12 21:26:04 2025 + [PATCH] PR modula2/118703 Abort compiling m2pim_NumberIO_BinToStr This patch builds access to the gcc