[gcc r15-6271] Fix non-aligned CodeView symbols

2024-12-15 Thread Mark Harmstone via Gcc-cvs
https://gcc.gnu.org/g:a895642e230456c183b80202c68a959aa4aabea6 commit r15-6271-ga895642e230456c183b80202c68a959aa4aabea6 Author: Mark Harmstone Date: Sat Nov 30 22:35:24 2024 + Fix non-aligned CodeView symbols CodeView symbols in PDB files are aligned to four-byte boundaries.

[gcc r15-6269] hppa: Implement TARGET_FRAME_POINTER_REQUIRED

2024-12-15 Thread John David Anglin via Gcc-cvs
https://gcc.gnu.org/g:3e7ae868fa057a808448a5ab081d2ad30ad80bab commit r15-6269-g3e7ae868fa057a808448a5ab081d2ad30ad80bab Author: John David Anglin Date: Sun Dec 15 17:18:40 2024 -0500 hppa: Implement TARGET_FRAME_POINTER_REQUIRED If a function receives nonlocal gotos, it needs to

[gcc r15-6268] testsuite: Enable TImode tests on hppa64

2024-12-15 Thread John David Anglin via Gcc-cvs
https://gcc.gnu.org/g:9573fd7bc8ac5564be5e7fe45358298fc9733067 commit r15-6268-g9573fd7bc8ac5564be5e7fe45358298fc9733067 Author: John David Anglin Date: Sun Dec 15 16:02:54 2024 -0500 testsuite: Enable TImode tests on hppa64 2024-12-15 John David Anglin gcc/testsuite/C

[gcc r15-6267] testsuite: xfail scan-assembler-times in c-c++-common/gomp/unroll-[45].c

2024-12-15 Thread John David Anglin via Gcc-cvs
https://gcc.gnu.org/g:acca546b99e0773355649e276268a7672f273f18 commit r15-6267-gacca546b99e0773355649e276268a7672f273f18 Author: John David Anglin Date: Sun Dec 15 15:53:12 2024 -0500 testsuite: xfail scan-assembler-times in c-c++-common/gomp/unroll-[45].c Count differs on hppa*-*

[gcc r15-6266] testsuite: Require lto in g++.dg/modules/enum-14.C

2024-12-15 Thread John David Anglin via Gcc-cvs
https://gcc.gnu.org/g:de0033bad742b5fe4127a72821a3dab139f6960d commit r15-6266-gde0033bad742b5fe4127a72821a3dab139f6960d Author: John David Anglin Date: Sun Dec 15 15:39:50 2024 -0500 testsuite: Require lto in g++.dg/modules/enum-14.C 2024-12-15 John David Anglin gcc/t

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

2024-12-15 Thread Mikael Morin via Gcc-cvs
The branch 'mikael/heads/refactor_descriptor_v02' was created in namespace 'refs/users' pointing to: 58379e2399d5... Utilisation gfc_clear_descriptor dans gfc_conv_derived_to_c

[gcc] Deleted branch 'mikael/heads/refactor_descriptor_v02' in namespace 'refs/users'

2024-12-15 Thread Mikael Morin via Gcc-cvs
The branch 'mikael/heads/refactor_descriptor_v02' in namespace 'refs/users' was deleted. It previously pointed to: 8606cd415764... Mise à jour class_allocatable_14 Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Utilisation gfc_clear_descriptor dans gfc_conv_derived_to_class

2024-12-15 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:58379e2399d505b9803b6c7d9fb3f93200403459 commit 58379e2399d505b9803b6c7d9fb3f93200403459 Author: Mikael Morin Date: Wed Dec 11 16:03:10 2024 +0100 Utilisation gfc_clear_descriptor dans gfc_conv_derived_to_class essai suppression Suppression fonction

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Sauvegarde modifs

2024-12-15 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:f351cbb70cb7ab639e9aac76bc0e538f72067479 commit f351cbb70cb7ab639e9aac76bc0e538f72067479 Author: Mikael Morin Date: Sat Dec 7 22:22:10 2024 +0100 Sauvegarde modifs Annulation suppression else Correction assertions Initialisation vptr

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

2024-12-15 Thread Mikael Morin via Gcc-cvs
The branch 'mikael/heads/refactor_descriptor_v01' was created in namespace 'refs/users' pointing to: 58379e2399d5... Utilisation gfc_clear_descriptor dans gfc_conv_derived_to_c

[gcc] Deleted branch 'mikael/heads/refactor_descriptor_v01' in namespace 'refs/users'

2024-12-15 Thread Mikael Morin via Gcc-cvs
The branch 'mikael/heads/refactor_descriptor_v01' in namespace 'refs/users' was deleted. It previously pointed to: 645e053fe553... Commentage fonction inutilisée Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): --

[gcc r15-6265] c++, coroutines: Use finish_if_stmt in a missed case.

2024-12-15 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:fe545ea3d82bc2ba65050d235375e8c943740ddc commit r15-6265-gfe545ea3d82bc2ba65050d235375e8c943740ddc Author: Iain Sandoe Date: Tue Sep 3 12:04:59 2024 +0100 c++, coroutines: Use finish_if_stmt in a missed case. Just shorter code. gcc/cp/ChangeLog:

[gcc r15-6264] c++, coroutines: Make the resume index consistent for debug.

2024-12-15 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:3e4ca896baf1cd45ed922b645d1b8f8a7b9a0f21 commit r15-6264-g3e4ca896baf1cd45ed922b645d1b8f8a7b9a0f21 Author: Iain Sandoe Date: Thu Oct 3 09:02:59 2024 +0100 c++, coroutines: Make the resume index consistent for debug. At present, we only update the resume index

[gcc r15-6263] c++, coroutines:Ensure bind exprs are visited once [PR98935].

2024-12-15 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:bd8c7e71f516bae29a5a9e517b266141458f3977 commit r15-6263-gbd8c7e71f516bae29a5a9e517b266141458f3977 Author: Iain Sandoe Date: Fri Nov 1 23:30:58 2024 + c++, coroutines:Ensure bind exprs are visited once [PR98935]. Recent changes in the C++ FE and the corou

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Commentage fonction inutilisée

2024-12-15 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:645e053fe553a1e6630a090e8fdac371d8dc0163 commit 645e053fe553a1e6630a090e8fdac371d8dc0163 Author: Mikael Morin Date: Sun Dec 15 17:59:53 2024 +0100 Commentage fonction inutilisée Diff: --- gcc/fortran/trans-array.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git

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

2024-12-15 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:9f5b3d4f6b8f1b9d42f4f08c69d6b1942390 commit 9f5b3d4f6b8f1b9d42f4f08c69d6b1942390 Author: Mikael Morin Date: Thu Dec 12 20:49:44 2024 +0100 Correction régression Diff: --- gcc/fortran/trans-array.cc | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-)

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Sauvegarde correction null_actual_6

2024-12-15 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:5731adaf8c102ff49bf672487d476fccdb10fcf3 commit 5731adaf8c102ff49bf672487d476fccdb10fcf3 Author: Mikael Morin Date: Sun Dec 15 17:55:45 2024 +0100 Sauvegarde correction null_actual_6 Diff: --- gcc/fortran/trans-array.cc | 145 +++-

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Sauvegarde compilation OK

2024-12-15 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:c7cdf4adf4da35194d460805953e62ef70384a43 commit c7cdf4adf4da35194d460805953e62ef70384a43 Author: Mikael Morin Date: Thu Dec 12 20:44:58 2024 +0100 Sauvegarde compilation OK Diff: --- gcc/fortran/trans-array.cc | 247 +++-- gcc

[gcc r13-9254] Fortran: Fix non_overridable typebound proc problems [PR84674/117730].

2024-12-15 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:e33257cab75c1f8a07ea8d5c829b8aec7069683e commit r13-9254-ge33257cab75c1f8a07ea8d5c829b8aec7069683e Author: Paul Thomas Date: Sun Dec 15 14:48:59 2024 + Fortran: Fix non_overridable typebound proc problems [PR84674/117730]. 2024-12-15 Paul Thomas

[gcc r14-11091] Fortran: Fix non_overridable typebound proc problems [PR84674/117730].

2024-12-15 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:1572e634dec4a09593f68645939b5b5043de8de6 commit r14-11091-g1572e634dec4a09593f68645939b5b5043de8de6 Author: Paul Thomas Date: Sun Dec 15 14:48:59 2024 + Fortran: Fix non_overridable typebound proc problems [PR84674/117730]. 2024-12-15 Paul Thomas

[gcc r15-6262] arm: fix bootstrap after MVE changes

2024-12-15 Thread Tamar Christina via Gcc-cvs
https://gcc.gnu.org/g:7b5599dbd75fe1ee7d861d4cfc6ea655a126bef3 commit r15-6262-g7b5599dbd75fe1ee7d861d4cfc6ea655a126bef3 Author: Tamar Christina Date: Sun Dec 15 13:21:44 2024 + arm: fix bootstrap after MVE changes The recent commits for MVE on Saturday have broken armhf boots

[gcc r15-6261] Shrink back size of tree_exp from 40 bytes to 32

2024-12-15 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:f359fbb364e676176884f316585dcb1fa82b5e27 commit r15-6261-gf359fbb364e676176884f316585dcb1fa82b5e27 Author: Jakub Jelinek Date: Sun Dec 15 13:13:07 2024 +0100 Shrink back size of tree_exp from 40 bytes to 32 The following patch implements what I've mentioned i

[gcc r15-6260] Fortran: Pointer fcn results must not be finalized [PR117897]

2024-12-15 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:a87bf1d20a37bb69c9fa6d2211ffd963aa69240d commit r15-6260-ga87bf1d20a37bb69c9fa6d2211ffd963aa69240d Author: Paul Thomas Date: Sun Dec 15 10:42:34 2024 + Fortran: Pointer fcn results must not be finalized [PR117897] 2024-12-15 Paul Thomas gcc/fo