[gcc r15-3123] Revert "Fortran: Fix class transformational intrinsic calls [PR102689]"

2024-08-23 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:f9f599a44e3156a5f5679adc048ec6ff2f44cc0e commit r15-3123-gf9f599a44e3156a5f5679adc048ec6ff2f44cc0e Author: Paul Thomas Date: Fri Aug 23 13:16:53 2024 +0100 Revert "Fortran: Fix class transformational intrinsic calls [PR102689]" This reverts commit 4cb07a38233

[gcc r15-2739] Fortran: Fix class transformational intrinsic calls [PR102689]

2024-08-05 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:4cb07a38233aadb4b389a6e5236c95f52241b6e0 commit r15-2739-g4cb07a38233aadb4b389a6e5236c95f52241b6e0 Author: Paul Thomas Date: Tue Aug 6 06:42:27 2024 +0100 Fortran: Fix class transformational intrinsic calls [PR102689] 2024-08-06 Paul Thomas gcc/fo

[gcc r12-10658] libgomp: Remove bogus warnings from privatized-ref-2.f90.

2024-08-05 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:3f356a88d6c15d0ea93a5191c23b668744254f72 commit r12-10658-g3f356a88d6c15d0ea93a5191c23b668744254f72 Author: Paul Thomas Date: Fri Jul 19 16:58:33 2024 +0100 libgomp: Remove bogus warnings from privatized-ref-2.f90. 2024-07-19 Paul Thomas libgomp/C

[gcc r12-10657] Fortran: Suppress bogus used uninitialized warnings [PR108889].

2024-08-05 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:0e945f6e8849ae4722ea7ac70d713f7b35d3fade commit r12-10657-g0e945f6e8849ae4722ea7ac70d713f7b35d3fade Author: Paul Thomas Date: Thu Jul 18 08:51:35 2024 +0100 Fortran: Suppress bogus used uninitialized warnings [PR108889]. 2024-07-18 Paul Thomas gcc

[gcc r13-8960] libgomp: Remove bogus warnings from privatized-ref-2.f90.

2024-08-05 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:bf0673ef66a6dd8a000c6fb882a206c1cef639c7 commit r13-8960-gbf0673ef66a6dd8a000c6fb882a206c1cef639c7 Author: Paul Thomas Date: Fri Jul 19 16:58:33 2024 +0100 libgomp: Remove bogus warnings from privatized-ref-2.f90. 2024-07-19 Paul Thomas libgomp/Ch

[gcc r13-8959] Fortran: Suppress bogus used uninitialized warnings [PR108889].

2024-08-05 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:7195144e39e404ec712ca5401f2328c14d5020eb commit r13-8959-g7195144e39e404ec712ca5401f2328c14d5020eb Author: Paul Thomas Date: Thu Jul 18 08:51:35 2024 +0100 Fortran: Suppress bogus used uninitialized warnings [PR108889]. 2024-07-18 Paul Thomas gcc/

[gcc r14-10561] libgomp: Remove bogus warnings from privatized-ref-2.f90.

2024-08-05 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:2405d29086d5045821b1a7260b589fbae1e6f05a commit r14-10561-g2405d29086d5045821b1a7260b589fbae1e6f05a Author: Paul Thomas Date: Fri Jul 19 16:58:33 2024 +0100 libgomp: Remove bogus warnings from privatized-ref-2.f90. 2024-07-19 Paul Thomas libgomp/C

[gcc r14-10560] Fortran: Suppress bogus used uninitialized warnings [PR108889].

2024-08-05 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:9906a9863d65386ee4045333eb26a2569783abb5 commit r14-10560-g9906a9863d65386ee4045333eb26a2569783abb5 Author: Paul Thomas Date: Thu Jul 18 08:51:35 2024 +0100 Fortran: Suppress bogus used uninitialized warnings [PR108889]. 2024-07-18 Paul Thomas gcc

[gcc r15-2187] Fortran: Fix regression caused by r14-10477 [PR59104]

2024-07-21 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:838999bb23303edc14e96b6034cd837fa4454cfd commit r15-2187-g838999bb23303edc14e96b6034cd837fa4454cfd Author: Paul Thomas Date: Sun Jul 21 17:48:47 2024 +0100 Fortran: Fix regression caused by r14-10477 [PR59104] 2024-07-21 Paul Thomas gcc/fortran

[gcc r14-10480] Revert "Fortran: Auto array allocation with function dependencies [PR59104]"

2024-07-20 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:94e4661fee27c5b1362e02690c5047e0b543fc9a commit r14-10480-g94e4661fee27c5b1362e02690c5047e0b543fc9a Author: Paul Thomas Date: Sat Jul 20 10:42:40 2024 +0100 Revert "Fortran: Auto array allocation with function dependencies [PR59104]" This reverts commit 5034a

[gcc r13-8926] Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363]

2024-07-19 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:7c81ff02a943cda82cc1a82b36ae8ab14470b00a commit r13-8926-g7c81ff02a943cda82cc1a82b36ae8ab14470b00a Author: Paul Thomas Date: Mon May 13 07:27:20 2024 +0100 Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363] 2024-05-13 Paul Thomas

[gcc r14-10478] Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363]

2024-07-19 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:d15664f71c150a1b0e6cc07c0534b356b111344d commit r14-10478-gd15664f71c150a1b0e6cc07c0534b356b111344d Author: Paul Thomas Date: Mon May 13 07:27:20 2024 +0100 Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363] 2024-05-13 Paul Thomas

[gcc r14-10477] Fortran: Auto array allocation with function dependencies [PR59104]

2024-07-19 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:5034af8223c0db07cdec01cef70048ec44cdd47b commit r14-10477-g5034af8223c0db07cdec01cef70048ec44cdd47b Author: Paul Thomas Date: Thu Jun 20 08:01:36 2024 +0100 Fortran: Auto array allocation with function dependencies [PR59104] 2024-06-20 Paul Thomas

[gcc r15-2157] libgomp: Remove bogus warnings from privatized-ref-2.f90.

2024-07-19 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:8d6994f33a98a168151a57a3d21395b19196cd9d commit r15-2157-g8d6994f33a98a168151a57a3d21395b19196cd9d Author: Paul Thomas Date: Fri Jul 19 16:58:33 2024 +0100 libgomp: Remove bogus warnings from privatized-ref-2.f90. 2024-07-19 Paul Thomas libgomp/Ch

[gcc r15-2135] Fortran: Suppress bogus used uninitialized warnings [PR108889].

2024-07-18 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:c3aa339ea50f050caf7ed2e497f5499ec2d7b9cc commit r15-2135-gc3aa339ea50f050caf7ed2e497f5499ec2d7b9cc Author: Paul Thomas Date: Thu Jul 18 08:51:35 2024 +0100 Fortran: Suppress bogus used uninitialized warnings [PR108889]. 2024-07-18 Paul Thomas gcc/

[gcc r15-2072] Fortran: Simplify len_trim with array ref and fix mapping bug[PR84868].

2024-07-16 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:9f966b6a8ff0244dd6f8bf36d876799d5f9bbaee commit r15-2072-g9f966b6a8ff0244dd6f8bf36d876799d5f9bbaee Author: Paul Thomas Date: Tue Jul 16 15:56:44 2024 +0100 Fortran: Simplify len_trim with array ref and fix mapping bug[PR84868]. 2024-07-16 Paul Thomas

[gcc r13-8907] Fortran: Fix ICEs due to comp calls in initialization exprs [PR103312]

2024-07-11 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:1b22831d3c74a1b3e72dab840e2818e495ecd567 commit r13-8907-g1b22831d3c74a1b3e72dab840e2818e495ecd567 Author: Paul Thomas Date: Thu May 23 07:59:46 2024 +0100 Fortran: Fix ICEs due to comp calls in initialization exprs [PR103312] 2024-05-23 Paul Thomas

[gcc r14-10410] Fortran: Fix ICEs due to comp calls in initialization exprs [PR103312]

2024-07-11 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:29b2e1cdb6f182d3f519a4b96cdc98032a10f81d commit r14-10410-g29b2e1cdb6f182d3f519a4b96cdc98032a10f81d Author: Paul Thomas Date: Thu May 23 07:59:46 2024 +0100 Fortran: Fix ICEs due to comp calls in initialization exprs [PR103312] 2024-05-23 Paul Thomas

[gcc r13-8897] Fortran: Unlimited polymorphic intrinsic function arguments [PR84006]

2024-07-07 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:b1429ddd7f20a5c88b65d8de38d64c98c4820782 commit r13-8897-gb1429ddd7f20a5c88b65d8de38d64c98c4820782 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 r14-10390] Fortran: Unlimited polymorphic intrinsic function arguments [PR84006]

2024-07-07 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:c36acfea1aea17ff8df8994657c8bf9e3ccde6ca commit r14-10390-gc36acfea1aea17ff8df8994657c8bf9e3ccde6ca 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-1468] Fortran: Auto array allocation with function dependencies [PR59104]

2024-06-20 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:ccaa39a268bef2a1d8880022696ff2dcaa6af941 commit r15-1468-gccaa39a268bef2a1d8880022696ff2dcaa6af941 Author: Paul Thomas Date: Thu Jun 20 08:01:36 2024 +0100 Fortran: Auto array allocation with function dependencies [PR59104] 2024-06-20 Paul Thomas

[gcc r15-788] Fortran: Fix ICEs due to comp calls in initialization exprs [PR103312]

2024-05-23 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:2ce90517ed75c4af9fc0616f2670cf6dfcfa8a91 commit r15-788-g2ce90517ed75c4af9fc0616f2670cf6dfcfa8a91 Author: Paul Thomas Date: Thu May 23 07:59:46 2024 +0100 Fortran: Fix ICEs due to comp calls in initialization exprs [PR103312] 2024-05-23 Paul Thomas

[gcc r14-10216] Fortran: Fix select type regression due to r14-9489 [PR114874]

2024-05-17 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:c887341432bb71cf5540d54955ad7265b0aaca77 commit r14-10216-gc887341432bb71cf5540d54955ad7265b0aaca77 Author: Paul Thomas Date: Fri May 17 15:19:26 2024 +0100 Fortran: Fix select type regression due to r14-9489 [PR114874] 2024-05-17 Paul Thomas gcc/

[gcc r15-633] Fortran: Fix select type regression due to r14-9489 [PR114874]

2024-05-17 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:5f5074fe7aaf9524defb265299a985eecba7f914 commit r15-633-g5f5074fe7aaf9524defb265299a985eecba7f914 Author: Paul Thomas Date: Fri May 17 15:19:26 2024 +0100 Fortran: Fix select type regression due to r14-9489 [PR114874] 2024-05-17 Paul Thomas gcc/fo

[gcc r15-394] Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363]

2024-05-12 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:2d0eeb529d400e61197a09c56011be976dd81ef0 commit r15-394-g2d0eeb529d400e61197a09c56011be976dd81ef0 Author: Paul Thomas Date: Mon May 13 07:27:20 2024 +0100 Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363] 2024-05-13 Paul Thomas

[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 r13-8717] Fortran: Generate new charlens for shared symbol typespecs [PR89462]

2024-05-08 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:ff78ffe8f912bc8d2d355f22d32e1ddb9a1169aa commit r13-8717-gff78ffe8f912bc8d2d355f22d32e1ddb9a1169aa Author: Paul Thomas Date: Thu Apr 25 06:52:31 2024 +0100 Fortran: Generate new charlens for shared symbol typespecs [PR89462] 2024-04-25 Paul Thomas

[gcc r13-8716] Fortran: Fix ICE in gfc_trans_create_temp_array from bad type [PR93678]

2024-05-08 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:80bb0bda4a96da7e690cb4df572fcb9604f511f8 commit r13-8716-g80bb0bda4a96da7e690cb4df572fcb9604f511f8 Author: Paul Thomas Date: Thu Apr 25 06:56:10 2024 +0100 Fortran: Fix ICE in gfc_trans_create_temp_array from bad type [PR93678] 2024-04-25 Paul Thomas

[gcc r13-8715] Fortran: Fix ICE in gfc_trans_pointer_assignment [PR113956]

2024-05-08 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:102d52967bde164d6b99037465688b62d57ae560 commit r13-8715-g102d52967bde164d6b99037465688b62d57ae560 Author: Paul Thomas Date: Tue Apr 9 15:23:46 2024 +0100 Fortran: Fix ICE in gfc_trans_pointer_assignment [PR113956] 2024-04-09 Paul Thomas gcc/fortr

[gcc r13-8714] Fortran: Fix ICE in trans-stmt.cc(gfc_trans_call) [PR114535]

2024-05-08 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:9fd6f7e912415f426382099d6aa182fd2b8ebb82 commit r13-8714-g9fd6f7e912415f426382099d6aa182fd2b8ebb82 Author: Paul Thomas Date: Tue Apr 9 15:27:28 2024 +0100 Fortran: Fix ICE in trans-stmt.cc(gfc_trans_call) [PR114535] 2024-04-09 Paul Thomas gcc/fort

[gcc r12-10416] Fortran: Add error for subroutine passed to a variable dummy [PR106999]

2024-05-06 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:d72e9f90e370538b057690b16c1e65350dbbb75c commit r12-10416-gd72e9f90e370538b057690b16c1e65350dbbb75c Author: Paul Thomas Date: Tue Apr 2 15:53:29 2024 +0100 Fortran: Add error for subroutine passed to a variable dummy [PR106999] 2024-04-02 Paul Thomas

[gcc r13-8692] Fortran: Add error for subroutine passed to a variable dummy [PR106999]

2024-05-06 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:429935510202c4efee933bf907fd9dff816193f2 commit r13-8692-g429935510202c4efee933bf907fd9dff816193f2 Author: Paul Thomas Date: Tue Apr 2 15:53:29 2024 +0100 Fortran: Add error for subroutine passed to a variable dummy [PR106999] 2024-04-02 Paul Thomas

[gcc r13-8691] Fortran: Fix wrong recursive errors and class initialization [PR112407]

2024-05-06 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:f598a1c8a77e678ca009b433fd849b4834594926 commit r13-8691-gf598a1c8a77e678ca009b433fd849b4834594926 Author: Paul Thomas Date: Tue Apr 2 14:19:09 2024 +0100 Fortran: Fix wrong recursive errors and class initialization [PR112407] 2024-04-02 Paul Thomas

[gcc r13-8690] Fortran: Fix a gimplifier ICE/wrong result with finalization [PR36337]

2024-05-06 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:9f204cc695d27d0b8eb69d9a4d266261171185ae commit r13-8690-g9f204cc695d27d0b8eb69d9a4d266261171185ae Author: Paul Thomas Date: Fri Mar 29 07:23:19 2024 + Fortran: Fix a gimplifier ICE/wrong result with finalization [PR36337] 2024-03-29 Paul Thomas

[gcc r12-10415] Fortran: Fix ICE and clear incorrect error messages [PR114739]

2024-05-06 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:3a5acd2583056e8cd0e5fda83e7c34be65415c62 commit r12-10415-g3a5acd2583056e8cd0e5fda83e7c34be65415c62 Author: Paul Thomas Date: Mon May 6 08:21:14 2024 +0100 Fortran: Fix ICE and clear incorrect error messages [PR114739] 2024-05-06 Paul Thomas gcc/f

[gcc r13-8689] Fortran: Fix ICE and clear incorrect error messages [PR114739]

2024-05-06 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:094f8a36dffea52fe6a64596203b82648a3f6121 commit r13-8689-g094f8a36dffea52fe6a64596203b82648a3f6121 Author: Paul Thomas Date: Mon May 6 08:21:14 2024 +0100 Fortran: Fix ICE and clear incorrect error messages [PR114739] 2024-05-06 Paul Thomas gcc/fo

[gcc r15-46] Fortran: Fix regression caused by r14-9752 [PR114959]

2024-04-29 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:bca41a8d55e830c882b0f39246afead4fcfae6f7 commit r15-46-gbca41a8d55e830c882b0f39246afead4fcfae6f7 Author: Paul Thomas Date: Mon Apr 29 11:52:11 2024 +0100 Fortran: Fix regression caused by r14-9752 [PR114959] 2024-04-29 Paul Thomas gcc/fortran

[gcc r14-10116] Fortran: Fix ICE in gfc_trans_create_temp_array from bad type [PR93678]

2024-04-24 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:c058105bc47a0701e157d1028e60f48554561f9f commit r14-10116-gc058105bc47a0701e157d1028e60f48554561f9f Author: Paul Thomas Date: Thu Apr 25 06:56:10 2024 +0100 Fortran: Fix ICE in gfc_trans_create_temp_array from bad type [PR93678] 2024-04-25 Paul Thomas

[gcc r14-10115] Fortran: Generate new charlens for shared symbol typespecs [PR89462]

2024-04-24 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:1fd5a07444776d76cdd6a2eee7df0478201197a5 commit r14-10115-g1fd5a07444776d76cdd6a2eee7df0478201197a5 Author: Paul Thomas Date: Thu Apr 25 06:52:31 2024 +0100 Fortran: Generate new charlens for shared symbol typespecs [PR89462] 2024-04-25 Paul Thomas

[gcc r14-10089] Fortran: Check that the ICE does not reappear [PR102597]

2024-04-23 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:ca00bf02dcc37f9ff1028ca1d90e8b8d95d69683 commit r14-10089-gca00bf02dcc37f9ff1028ca1d90e8b8d95d69683 Author: Paul Thomas Date: Tue Apr 23 10:22:48 2024 +0100 Fortran: Check that the ICE does not reappear [PR102597] 2024-04-23 Paul Thomas gcc/testsu

[gcc r14-10059] Fortran: Detect 'no implicit type' error in right place [PR103471]

2024-04-21 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:f17d31e709af9b2d488adecd6cd040dfc1f23b04 commit r14-10059-gf17d31e709af9b2d488adecd6cd040dfc1f23b04 Author: Paul Thomas Date: Sun Apr 21 17:24:24 2024 +0100 Fortran: Detect 'no implicit type' error in right place [PR103471] 2024-04-21 Paul Thomas

[gcc r14-10030] Fortran: Fix ICE and clear incorrect error messages [PR114739]

2024-04-18 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:e243d0feafa533141ef7e23820d5cc60cf33204a commit r14-10030-ge243d0feafa533141ef7e23820d5cc60cf33204a Author: Paul Thomas Date: Thu Apr 18 18:07:25 2024 +0100 Fortran: Fix ICE and clear incorrect error messages [PR114739] 2024-04-18 Paul Thomas gcc/

[gcc r14-9874] Fortran: Fix ICE in trans-stmt.cc(gfc_trans_call) [PR114535]

2024-04-09 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:de82b0cf981e49a0bda957c0ac31146b17407e23 commit r14-9874-gde82b0cf981e49a0bda957c0ac31146b17407e23 Author: Paul Thomas Date: Tue Apr 9 15:27:28 2024 +0100 Fortran: Fix ICE in trans-stmt.cc(gfc_trans_call) [PR114535] 2024-04-09 Paul Thomas gcc/fort

[gcc r14-9873] Fortran: Fix ICE in gfc_trans_pointer_assignment [PR113956]

2024-04-09 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:88aea122a7ee639230bf17a9eda4bf8a5eb7e282 commit r14-9873-g88aea122a7ee639230bf17a9eda4bf8a5eb7e282 Author: Paul Thomas Date: Tue Apr 9 15:23:46 2024 +0100 Fortran: Fix ICE in gfc_trans_pointer_assignment [PR113956] 2024-04-09 Paul Thomas gcc/fortr

[gcc r14-9753] Fortran: Add error for subroutine passed to a variable dummy [PR106999]

2024-04-02 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:a7aa9455a8b9cb080649a7357b7360f2d99bcbf1 commit r14-9753-ga7aa9455a8b9cb080649a7357b7360f2d99bcbf1 Author: Paul Thomas Date: Tue Apr 2 15:53:29 2024 +0100 Fortran: Add error for subroutine passed to a variable dummy [PR106999] 2024-04-02 Paul Thomas

[gcc r14-9752] Fortran: Fix wrong recursive errors and class initialization [PR112407]

2024-04-02 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:35408b3669fac104cd380582b32e32c64a603d8b commit r14-9752-g35408b3669fac104cd380582b32e32c64a603d8b Author: Paul Thomas Date: Tue Apr 2 14:19:09 2024 +0100 Fortran: Fix wrong recursive errors and class initialization [PR112407] 2024-04-02 Paul Thomas

[gcc r14-9719] Fortran: Fix a gimplifier ICE/wrong result with finalization [PR36337]

2024-03-29 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:3c793f0361bc66d2a6bf0b3e1fb3234fc511e2a6 commit r14-9719-g3c793f0361bc66d2a6bf0b3e1fb3234fc511e2a6 Author: Paul Thomas Date: Fri Mar 29 07:23:19 2024 + Fortran: Fix a gimplifier ICE/wrong result with finalization [PR36337] 2024-03-29 Paul Thomas

[gcc r13-8503] Fortran: Fix assumed length chars and len inquiry [PR103716]

2024-03-28 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:48d23749534ca96b3f0883579b44700a17e83d15 commit r13-8503-g48d23749534ca96b3f0883579b44700a17e83d15 Author: Paul Thomas Date: Tue May 23 06:46:37 2023 +0100 Fortran: Fix assumed length chars and len inquiry [PR103716] 2023-05-23 Paul Thomas gcc/for

[gcc r14-9489] Fortran: Fix class/derived/complex function associate selectors [PR87477]

2024-03-14 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:3fd46d859cda1074125449a4cc680ce59fcebc38 commit r14-9489-g3fd46d859cda1074125449a4cc680ce59fcebc38 Author: Paul Thomas Date: Fri Mar 15 06:52:59 2024 + Fortran: Fix class/derived/complex function associate selectors [PR87477] 2024-03-15 Paul Thomas