[gcc r15-8080] [RISC-V][PR target/116256][V4] Fix minor code quality regression in reassociated arithmetic

2025-03-16 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:9d68a2a67351fc5b56262c0028ef8fd1d1466627 commit r15-8080-g9d68a2a67351fc5b56262c0028ef8fd1d1466627 Author: Jeff Law Date: Sun Mar 16 17:43:48 2025 -0600 [RISC-V][PR target/116256][V4] Fix minor code quality regression in reassociated arithmetic Arggh. This

[gcc r15-8079] Fortran: fix bogus dependency check in ALLOCATE statement [PR60560]

2025-03-16 Thread Harald Anlauf via Gcc-cvs
https://gcc.gnu.org/g:b2b139ddee763dd5fd71a3368e5e66399e3c52a3 commit r15-8079-gb2b139ddee763dd5fd71a3368e5e66399e3c52a3 Author: Harald Anlauf Date: Sat Mar 15 15:11:22 2025 +0100 Fortran: fix bogus dependency check in ALLOCATE statement [PR60560] Restrict dependency check of ALLO

[gcc(refs/users/mikael/heads/refactor_descriptor_v03)] Correction régression associate_62.f90

2025-03-16 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:c6ec65afe4f07bcb72ed5037a0d6dc245f2895b3 commit c6ec65afe4f07bcb72ed5037a0d6dc245f2895b3 Author: Mikael Morin Date: Sun Mar 16 21:51:03 2025 +0100 Correction régression associate_62.f90 Diff: --- gcc/fortran/trans-descriptor.cc | 5 - 1 file changed, 4 insertion

[gcc(refs/users/mikael/heads/refactor_descriptor_v03)] Extraction fonction get_descr_type

2025-03-16 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:c4238fcd476dd0b4cfd57ba6df9a5078898e48fe commit c4238fcd476dd0b4cfd57ba6df9a5078898e48fe Author: Mikael Morin Date: Sun Mar 16 21:07:23 2025 +0100 Extraction fonction get_descr_type Diff: --- gcc/fortran/trans-descriptor.cc | 91 ++---

[gcc r15-8076] cobol: add cobol.dg/group1/escape.cob test; modify cobol.dg/gd.exp to handle it

2025-03-16 Thread Robert Dubner via Gcc-cvs
https://gcc.gnu.org/g:427972b2f1335c7430785ad4afd15386a17156ec commit r15-8076-g427972b2f1335c7430785ad4afd15386a17156ec Author: Robert Dubner Date: Sun Mar 16 12:20:01 2025 -0400 cobol: add cobol.dg/group1/escape.cob test; modify cobol.dg/gd.exp to handle it gcc/testsuite

[gcc(refs/users/mikael/heads/refactor_descriptor_v03)] Correction régression sizeof_4.f90

2025-03-16 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:2af3e2d7e92f9c9b6e2496365c1a34794553ee48 commit 2af3e2d7e92f9c9b6e2496365c1a34794553ee48 Author: Mikael Morin Date: Sun Mar 16 20:16:11 2025 +0100 Correction régression sizeof_4.f90 Diff: --- gcc/fortran/trans-descriptor.cc | 6 +++--- 1 file changed, 3 insertions(+

[gcc(refs/users/mikael/heads/refactor_descriptor_v03)] Extraction get_descr_element_length

2025-03-16 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:a2000fe823cd591d941a71382f690ccc4e66e10d commit a2000fe823cd591d941a71382f690ccc4e66e10d Author: Mikael Morin Date: Sun Mar 16 19:37:31 2025 +0100 Extraction get_descr_element_length Diff: --- gcc/fortran/trans-descriptor.cc | 93 +---

[gcc r15-8074] PR modula2/115111 Incorrect line debugging locations at the end of the WHILE loop

2025-03-16 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:5ed0564f2879db35106272556ba91f028177c5cd commit r15-8074-g5ed0564f2879db35106272556ba91f028177c5cd Author: Gaius Mulley Date: Sun Mar 16 15:56:48 2025 + PR modula2/115111 Incorrect line debugging locations at the end of the WHILE loop This fix corrects t

[gcc r15-8073] Darwin: Pass -macos_version_min to the linker [PR119172].

2025-03-16 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:952e17223d3a9809a32be23f86f77166b5860b36 commit r15-8073-g952e17223d3a9809a32be23f86f77166b5860b36 Author: Iain Sandoe Date: Sun Mar 9 09:24:34 2025 + Darwin: Pass -macos_version_min to the linker [PR119172]. For binaries to be notarised, the SDK version

[gcc(refs/users/omachota/heads/rtl-ssa-dce)] rtl-ssa-dce: add may_trap_or_fault_p as another prelive condition

2025-03-16 Thread Ondrej Machota via Gcc-cvs
https://gcc.gnu.org/g:ea280c3ed885befd456eb1b9a54601a93ebaf8af commit ea280c3ed885befd456eb1b9a54601a93ebaf8af Author: Ondřej Machota Date: Sun Mar 16 12:41:31 2025 +0100 rtl-ssa-dce: add may_trap_or_fault_p as another prelive condition Diff: --- gcc/dce.cc | 9 - 1 file changed,