[gcc r15-386] Fortran: Unlimited polymorphic intrinsic function arguments [PR84006]

2024-05-11 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:b9294757f82aae8de6d98c122cd4e3b98f685217 commit r15-386-gb9294757f82aae8de6d98c122cd4e3b98f685217 Author: Paul Thomas Date: Sun May 12 06:59:45 2024 +0100 Fortran: Unlimited polymorphic intrinsic function arguments [PR84006] 2024-05-12 Paul Thomas

[gcc r15-385] Fortran: fix dependency checks for inquiry refs [PR115039]

2024-05-11 Thread Harald Anlauf via Gcc-cvs
https://gcc.gnu.org/g:d4974fd22730014e337fd7ec2471945ba8afb00e commit r15-385-gd4974fd22730014e337fd7ec2471945ba8afb00e Author: Harald Anlauf Date: Fri May 10 21:18:03 2024 +0200 Fortran: fix dependency checks for inquiry refs [PR115039] gcc/fortran/ChangeLog: PR

[gcc r15-384] [PATCH v4 4/4] Output S_COMPILE3 symbol in CodeView debug section

2024-05-11 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:1da83fece2963cfe0df57ac5e85dd1f92427ca70 commit r15-384-g1da83fece2963cfe0df57ac5e85dd1f92427ca70 Author: Mark Harmstone Date: Sat May 11 08:24:59 2024 -0600 [PATCH v4 4/4] Output S_COMPILE3 symbol in CodeView debug section Outputs the S_COMPILE3 symbol in th

[gcc r15-383] [PATCH v2 3/4] Output line numbers in CodeView section

2024-05-11 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:1f129e5e2b74c20a757f2809792af229b551b09b commit r15-383-g1f129e5e2b74c20a757f2809792af229b551b09b Author: Mark Harmstone Date: Sat May 11 08:19:53 2024 -0600 [PATCH v2 3/4] Output line numbers in CodeView section Outputs the DEBUG_S_LINES block in the CodeVie

[gcc r15-382] [PATCH v2 2/4] Output file checksums in CodeView section

2024-05-11 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:ed6690a0ca911138abd4d707510fd03ef188a28b commit r15-382-ged6690a0ca911138abd4d707510fd03ef188a28b Author: Mark Harmstone Date: Sat May 11 08:15:43 2024 -0600 [PATCH v2 2/4] Output file checksums in CodeView section Outputs the file name and MD5 hash of the ma

[gcc r15-381] [PATCH v2 1/4] Support for CodeView debugging format

2024-05-11 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:36781ef8fd26eb9a0686957e7bac8f5ccc5ecc3f commit r15-381-g36781ef8fd26eb9a0686957e7bac8f5ccc5ecc3f Author: Mark Harmstone Date: Sat May 11 08:08:50 2024 -0600 [PATCH v2 1/4] Support for CodeView debugging format This patch and the following add initial support

[gcc r15-380] tree-optimization/114760 - check variants of >> and << in loop-niter

2024-05-11 Thread Di Zhao via Gcc-cvs
https://gcc.gnu.org/g:1b0919cd147a2b6ccdee2b1217bf0200bdcc87aa commit r15-380-g1b0919cd147a2b6ccdee2b1217bf0200bdcc87aa Author: dzhao.ampere Date: Fri May 10 11:55:18 2024 +0800 tree-optimization/114760 - check variants of >> and << in loop-niter When recognizing bit counting idio

[gcc r15-379] [prange] Default unimplemented prange operators to false.

2024-05-11 Thread Aldy Hernandez via Gcc-cvs
https://gcc.gnu.org/g:18c93c65a9fbaaf3762198e78fb3c24b9b6fd9fc commit r15-379-g18c93c65a9fbaaf3762198e78fb3c24b9b6fd9fc Author: Aldy Hernandez Date: Fri May 10 18:55:34 2024 +0200 [prange] Default unimplemented prange operators to false. The canonical way to indicate that a range

[gcc r15-378] [prange] Do not trap by default on range dispatch mismatches.

2024-05-11 Thread Aldy Hernandez via Gcc-cvs
https://gcc.gnu.org/g:45ef24f2702dac4f8707ca682ed364019ee90c44 commit r15-378-g45ef24f2702dac4f8707ca682ed364019ee90c44 Author: Aldy Hernandez Date: Fri May 10 23:21:29 2024 +0200 [prange] Do not trap by default on range dispatch mismatches. The trap in the range-op dispatch code

[gcc(refs/users/mikael/heads/pr99798_v66)] fortran: Fix leaked symbol

2024-05-11 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:4b2e3dff5615a16532f42459fc5d0400c6d61f05 commit 4b2e3dff5615a16532f42459fc5d0400c6d61f05 Author: Mikael Morin Date: Fri May 10 11:17:41 2024 +0200 fortran: Fix leaked symbol For a symbol we create, this adds a reference to a it in a namespace, so that its

[gcc(refs/users/mikael/heads/pr99798_v66)] fortran: Assume there is no cyclic reference with submodule symbols [PR99798]

2024-05-11 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:934742d5d2706d3dc3df1dad7cd7ad1cfd6d6370 commit 934742d5d2706d3dc3df1dad7cd7ad1cfd6d6370 Author: Mikael Morin Date: Fri May 10 11:14:48 2024 +0200 fortran: Assume there is no cyclic reference with submodule symbols [PR99798] This prevents a premature release

[gcc] Created branch 'mikael/heads/pr99798_v66' in namespace 'refs/users'

2024-05-11 Thread Mikael Morin via Gcc-cvs
The branch 'mikael/heads/pr99798_v66' was created in namespace 'refs/users' pointing to: 4b2e3dff5615... fortran: Fix leaked symbol