https://gcc.gnu.org/g:092dcef93d40ff3dfed6c35001325bf522785c25
commit r16-756-g092dcef93d40ff3dfed6c35001325bf522785c25
Author: Jakub Jelinek
Date: Tue May 20 08:20:16 2025 +0200
libgcc: Small bitint_reduce_prec big-endian fixes
The big-endian _BitInt support in libgcc was written
https://gcc.gnu.org/g:e38027c8ff449ffadaca449004bb891b9094ad00
commit r16-757-ge38027c8ff449ffadaca449004bb891b9094ad00
Author: Jakub Jelinek
Date: Tue May 20 08:21:14 2025 +0200
tree-chrec: Use signed_type_for in convert_affine_scev
On s390x-linux I've run into the gcc.dg/torture
https://gcc.gnu.org/g:9728f377ae6a1092aba53166a8e67e6eff641412
commit 9728f377ae6a1092aba53166a8e67e6eff641412
Author: Ondřej Machota
Date: Tue May 20 08:37:19 2025 +0200
rtl-ssa-dce: detect phi loop when deleting, enable debugizing
Diff:
---
gcc/dce.cc | 20 ++---
https://gcc.gnu.org/g:7fabbf3562812f648bb49d0a7ea6b74e88defd4b
commit r16-730-g7fabbf3562812f648bb49d0a7ea6b74e88defd4b
Author: Dongyan Chen
Date: Mon May 19 15:17:12 2025 +0800
RISC-V: Fix the warning of temporary object dangling references.
During the GCC compilation, some warni
https://gcc.gnu.org/g:c37fa5f8e5d2f9296f4207f430a4ac69ecab54fa
commit r15-9701-gc37fa5f8e5d2f9296f4207f430a4ac69ecab54fa
Author: Andrew Stubbs
Date: Thu Apr 24 16:50:08 2025 +
OpenMP, GCN: Add interop-hsa testcase
This testcase ensures that the interop HSA support is sufficien
https://gcc.gnu.org/g:e8b69eeb1c3d217f344fe92e758a30851883ab08
commit r15-9700-ge8b69eeb1c3d217f344fe92e758a30851883ab08
Author: Tobias Burnus
Date: Thu Apr 24 18:26:30 2025 +0200
libgomp/testsuite: Fix hip_header_nvidia check, add workaround to test
This is all about using the AM
https://gcc.gnu.org/g:f251e2748a9c6dd90ed4df796da0a0ad6c8a377a
commit r15-9698-gf251e2748a9c6dd90ed4df796da0a0ad6c8a377a
Author: Tobias Burnus
Date: Wed Apr 23 09:03:00 2025 +0200
OpenMP: Add libgomp.fortran/target-enter-data-8.f90
Add another testcase for Fortran deep mapping of
https://gcc.gnu.org/g:951d02dde2b86cbc999ef8c6c2256c2cde21735f
commit r15-9699-g951d02dde2b86cbc999ef8c6c2256c2cde21735f
Author: Tobias Burnus
Date: Thu Apr 24 14:36:37 2025 +0200
libgomp: Add additional OpenMP interop runtime tests
Add checks for nowait/depend and for checks that
https://gcc.gnu.org/g:6ae29e2c1cab22b971a96a1523dfd6e407e051a0
commit r15-9702-g6ae29e2c1cab22b971a96a1523dfd6e407e051a0
Author: Tobias Burnus
Date: Thu May 1 15:39:42 2025 +
OpenMP: Restore lost Fortran testcase for 'omp allocate'
This testcase, which is present on the OG13 a
https://gcc.gnu.org/g:ab9ca3a8b1af4119b5849f3615a94e5f1fd4e5a7
commit r15-9706-gab9ca3a8b1af4119b5849f3615a94e5f1fd4e5a7
Author: Tobias Burnus
Date: Wed May 14 20:06:49 2025 +0200
OpenMP: Fix mapping of zero-sized arrays with non-literal size:
map(var[:n]), n = 0
For map(ptr[:0])
https://gcc.gnu.org/g:57f73c3956572f30f3e0f7a350d958985b11daa5
commit r15-9707-g57f73c3956572f30f3e0f7a350d958985b11daa5
Author: Tobias Burnus
Date: Thu May 15 09:15:21 2025 +0200
OpenMP/Fortran: Fix allocatable-component mapping of derived-type array
comps
The check whether the
https://gcc.gnu.org/g:e71170dc97caf1c6582e4ca1a6416c56160adea9
commit r15-9703-ge71170dc97caf1c6582e4ca1a6416c56160adea9
Author: Thomas Schwinge
Date: Mon May 5 10:19:30 2025 +0200
'libgomp.c/interop-hsa.c': GCN offloading only
Fix-up for commit 8d84ea28510054fbbb8a2b7441916bd75e2
https://gcc.gnu.org/g:24edffe147a7e550821e482498ef18719368255b
commit r15-9704-g24edffe147a7e550821e482498ef18719368255b
Author: Tobias Burnus
Date: Wed May 7 13:46:51 2025 +0200
libgomp.fortran/map-alloc-comp-9{,-usm}.f90: Add unified_shared_memory
variant
When host memory is de
https://gcc.gnu.org/g:1ed7585bf60ba9940ca5dc6d2c72dba86eea7b4d
commit r16-731-g1ed7585bf60ba9940ca5dc6d2c72dba86eea7b4d
Author: Jonathan Wakely
Date: Thu May 15 19:32:01 2025 +0100
libstdc++: Fix std::format of chrono::local_days with {} [PR120293]
Formatting of chrono::local_days
https://gcc.gnu.org/g:1197f896ae5558f27baa929a10f66447aaafb681
commit r16-732-g1197f896ae5558f27baa929a10f66447aaafb681
Author: Jonathan Wakely
Date: Fri May 16 11:54:46 2025 +0100
libstdc++: Fix some Clang -Wsystem-headers warnings in
libstdc++-v3/ChangeLog:
* i
https://gcc.gnu.org/g:11936041970a45e5cf9a75110f365398451be6b5
commit r16-729-g11936041970a45e5cf9a75110f365398451be6b5
Author: zhusonghe
Date: Mon May 19 10:43:48 2025 +0800
RISC-V: Rename conflicting variables in gen-riscv-ext-texi.cc
The variables `major` and `minor` in `gen-ri
https://gcc.gnu.org/g:6f607c9174ea8cc257b5d2f82fe1fe1e26ddbbf2
commit r15-9705-g6f607c9174ea8cc257b5d2f82fe1fe1e26ddbbf2
Author: Tobias Burnus
Date: Fri May 9 10:57:44 2025 +0200
libgomp.{c,fortran}/interop-{hip,cuda}: Fix dg-run target selection
While the tests checked whether th
https://gcc.gnu.org/g:beb0ffd36eedf0542d7f408e87efee4bee3150f8
commit r15-9709-gbeb0ffd36eedf0542d7f408e87efee4bee3150f8
Author: Jonathan Wakely
Date: Wed Apr 30 17:31:01 2025 +0100
libstdc++: Fix dangling pointer in fs::path::operator+=(*this) [PR120029]
When concatenating a path
https://gcc.gnu.org/g:06a10db2211615e193b5fbe12aa72128b8b0a366
commit r15-9711-g06a10db2211615e193b5fbe12aa72128b8b0a366
Author: Jonathan Wakely
Date: Fri May 16 11:54:46 2025 +0100
libstdc++: Fix some Clang -Wsystem-headers warnings in
libstdc++-v3/ChangeLog:
*
https://gcc.gnu.org/g:4bc5697341f1eda3b20c16dcf173948b2d1bd5c8
commit r15-9710-g4bc5697341f1eda3b20c16dcf173948b2d1bd5c8
Author: Jonathan Wakely
Date: Thu May 15 19:32:01 2025 +0100
libstdc++: Fix std::format of chrono::local_days with {} [PR120293]
Formatting of chrono::local_day
https://gcc.gnu.org/g:53680c1aa92d9f78e8255fbf696c0ed36f160650
commit r15-9708-g53680c1aa92d9f78e8255fbf696c0ed36f160650
Author: Jonathan Wakely
Date: Thu May 15 11:01:05 2025 +0100
libstdc++: Fix std::format_kind primary template for Clang [PR120190]
Although Clang trunk has been
https://gcc.gnu.org/g:c622acde6c26fede4f195828be483df8ea13ebb1
commit c622acde6c26fede4f195828be483df8ea13ebb1
Author: Mikael Morin
Date: Thu Dec 5 20:30:08 2024 +0100
Creation méthode initialisation descripteur
Utilisation méthode initialisation descripteur gfc_trans_deferred_arr
The branch 'mikael/heads/refactor_descriptor_v05' was updated to point to:
01bd6e39c64f... Correction assumed_type_2
It previously pointed to:
482194f182ad... Correction régressions {maxloc,minloc}_nan_2
Diff:
!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
--
https://gcc.gnu.org/g:8da6025bc60c71d1432fabb919da5a0d0885520c
commit 8da6025bc60c71d1432fabb919da5a0d0885520c
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
https://gcc.gnu.org/g:37d98507c22fcc0ff6fd4d1e5d4c2ea832e37864
commit 37d98507c22fcc0ff6fd4d1e5d4c2ea832e37864
Author: Mikael Morin
Date: Tue Dec 17 17:27:24 2024 +0100
Déplacement shift descriptor vers gfc_conv_array_parameter
Suppression variables inutilisées
Diff:
---
gcc/for
https://gcc.gnu.org/g:cba2c61eab3232721838fda6ce13d041c972a48b
commit cba2c61eab3232721838fda6ce13d041c972a48b
Author: Mikael Morin
Date: Wed Dec 18 19:04:41 2024 +0100
Utilisation de la méthode de nullification pour nullifier un pointeur
Correction régression modifiable_p
https://gcc.gnu.org/g:4c5667421e180351f4a5fe236040733f8a172cb7
commit 4c5667421e180351f4a5fe236040733f8a172cb7
Author: Mikael Morin
Date: Thu Jan 9 21:38:39 2025 +0100
Extraction fonction fcncall_realloc_result
Correction variable inutilisée
Correction régression coarray
https://gcc.gnu.org/g:8bf185db41da04b8607d8c1db3eb1dd25bd96956
commit 8bf185db41da04b8607d8c1db3eb1dd25bd96956
Author: Mikael Morin
Date: Thu Jan 16 14:35:14 2025 +0100
Factorisation shift descriptor
Diff:
---
gcc/fortran/trans-array.cc | 6 +++---
gcc/fortran/trans-array.h | 1 +
gcc/f
https://gcc.gnu.org/g:887b7810e5b9eb9317936ca963f55f3327e2626b
commit 887b7810e5b9eb9317936ca963f55f3327e2626b
Author: Mikael Morin
Date: Sat Jan 4 21:36:13 2025 +0100
Factorisation gfc_conv_remap_descriptor
Correction régression pointer_remapping_5
Diff:
---
gcc/fortran/trans-a
https://gcc.gnu.org/g:73951e7dc4c8a0ce0a9a2893a83a9382461ba28f
commit 73951e7dc4c8a0ce0a9a2893a83a9382461ba28f
Author: Mikael Morin
Date: Thu Jan 16 14:00:20 2025 +0100
Factorisation gfc_conv_expr_descriptor
Diff:
---
gcc/fortran/trans-array.cc | 380 +++--
https://gcc.gnu.org/g:6d65a19998ba14a906d73ba6b826a444f50c289b
commit 6d65a19998ba14a906d73ba6b826a444f50c289b
Author: Mikael Morin
Date: Thu Jan 16 14:51:42 2025 +0100
Factorisation shift descriptor
Diff:
---
gcc/fortran/trans-expr.cc | 7 +--
1 file changed, 1 insertion(+), 6 delet
https://gcc.gnu.org/g:754d5103c0029737eb003bee5eaf0e8c2ae0d235
commit 754d5103c0029737eb003bee5eaf0e8c2ae0d235
Author: Mikael Morin
Date: Tue Dec 31 15:27:35 2024 +0100
Introduction gfc_copy_sequence_descriptor
Correction régression sizeof_6
Diff:
---
gcc/fortran/trans-array.cc
https://gcc.gnu.org/g:963292d4113acc719af10d93e3d2c39b92e540d0
commit 963292d4113acc719af10d93e3d2c39b92e540d0
Author: Mikael Morin
Date: Fri Mar 14 15:42:06 2025 +0100
Correction bootstrap, ajout ; declaration.
Diff:
---
gcc/fortran/trans-array.cc | 4 ++--
1 file changed, 2 insertions(
https://gcc.gnu.org/g:c3764bfd23b83c540294915945dbaeb45c3f
commit c3764bfd23b83c540294915945dbaeb45c3f
Author: Mikael Morin
Date: Wed Jan 15 17:51:21 2025 +0100
Factorisation copie gfc_conv_expr_descriptor
Diff:
---
gcc/fortran/trans-array.cc | 58
https://gcc.gnu.org/g:4326c50e406921ae8d4b59135cbce8b446cbab82
commit 4326c50e406921ae8d4b59135cbce8b446cbab82
Author: Mikael Morin
Date: Fri Mar 14 15:40:09 2025 +0100
Factorisation set descriptor with shape
Diff:
---
gcc/fortran/trans-array.cc | 77 +
https://gcc.gnu.org/g:6c9f45e4b0c4c370b7e39bd74f391155bfb88c86
commit 6c9f45e4b0c4c370b7e39bd74f391155bfb88c86
Author: Mikael Morin
Date: Tue Jan 21 18:44:41 2025 +0100
Factorisation initialisation subarray_descriptor
Diff:
---
gcc/fortran/trans-expr.cc | 151
https://gcc.gnu.org/g:b0daaedc4619502af24c75cb41200920b7b6b89b
commit b0daaedc4619502af24c75cb41200920b7b6b89b
Author: Mikael Morin
Date: Thu Jan 16 15:28:38 2025 +0100
Refactor conv_shift_descriptor
Correction régressions
Correction régression gfc_conv_expr_descriptor
D
https://gcc.gnu.org/g:16d9c82b576dd068ca5e1840cd93f487b63d9bd7
commit 16d9c82b576dd068ca5e1840cd93f487b63d9bd7
Author: Mikael Morin
Date: Thu Jan 16 20:45:34 2025 +0100
Essai suppression unlimited_polymorphic
Diff:
---
gcc/fortran/trans-array.cc | 13 -
gcc/fortran/trans.h
https://gcc.gnu.org/g:bfefa68c860995e08de97f6011ed2d706eb1ef76
commit bfefa68c860995e08de97f6011ed2d706eb1ef76
Author: Mikael Morin
Date: Tue Jan 21 22:27:02 2025 +0100
Factorisation shift descriptor
Diff:
---
gcc/fortran/trans-array.cc | 117 -
https://gcc.gnu.org/g:b00bd59c03f82c1530f3f503282481c20918cc4b
commit b00bd59c03f82c1530f3f503282481c20918cc4b
Author: Mikael Morin
Date: Tue Jan 28 21:03:24 2025 +0100
Factorisation set_descriptor_from_scalar dans conv_class_to_class
Correction régression associate_66
Co
https://gcc.gnu.org/g:686804bdfbfebd2df133c4dd020f56c2afcdd9b3
commit 686804bdfbfebd2df133c4dd020f56c2afcdd9b3
Author: Mikael Morin
Date: Wed Jan 22 21:59:46 2025 +0100
Refactoring gfc_conv_descriptor_sm_get.
Diff:
---
gcc/fortran/trans-array.cc | 11 +++
gcc/fortran/trans-array.
https://gcc.gnu.org/g:a73298da5c841e176ce2b2fc951c7756bc426d3f
commit a73298da5c841e176ce2b2fc951c7756bc426d3f
Author: Mikael Morin
Date: Fri Jan 17 17:25:59 2025 +0100
Factorisation set_contiguous_array
Diff:
---
gcc/fortran/trans-array.cc | 57 +++---
https://gcc.gnu.org/g:7fdd6dc0441934ea8d80b7ed2295b12d1a74f566
commit 7fdd6dc0441934ea8d80b7ed2295b12d1a74f566
Author: Mikael Morin
Date: Thu Jan 23 20:46:59 2025 +0100
Factorisation initialisation gfc depuis cfi
Correction régression scalar descriptor
Diff:
---
gcc/fortran/tran
https://gcc.gnu.org/g:e83e08fa4dcae826c4a5d72ad1a28e6fb0412670
commit e83e08fa4dcae826c4a5d72ad1a28e6fb0412670
Author: Mikael Morin
Date: Fri Jan 17 17:48:42 2025 +0100
Factorisation set_contiguous_array
Diff:
---
gcc/fortran/trans-array.cc | 13 +
1 file changed, 1 insertion
https://gcc.gnu.org/g:60f961fde9a37a7e17b9dd28cad4e6313228eb18
commit 60f961fde9a37a7e17b9dd28cad4e6313228eb18
Author: Mikael Morin
Date: Thu Jan 23 21:38:24 2025 +0100
utilisation booléen allocatable
Diff:
---
gcc/fortran/trans-expr.cc | 6 +++---
1 file changed, 3 insertions(+), 3 dele
https://gcc.gnu.org/g:52233b93213a8578013671aee33bfc9c3a031912
commit 52233b93213a8578013671aee33bfc9c3a031912
Author: Mikael Morin
Date: Wed Jan 29 18:22:29 2025 +0100
Factorisation set_descriptor_from_scalar conv_derived_to_class
Diff:
---
gcc/fortran/trans-expr.cc | 42 +++
https://gcc.gnu.org/g:7c0984b4323edc1eadb27b3cb002c679521a5ad1
commit 7c0984b4323edc1eadb27b3cb002c679521a5ad1
Author: Mikael Morin
Date: Thu Jan 30 16:53:48 2025 +0100
Update dump match count
Diff:
---
gcc/testsuite/gfortran.dg/coarray_collectives_18.f90 | 2 +-
1 file changed, 1 insert
https://gcc.gnu.org/g:ef9b8102ec142543342d4f9d4f9cc8e78e66483f
commit ef9b8102ec142543342d4f9d4f9cc8e78e66483f
Author: Mikael Morin
Date: Wed Jan 29 19:05:04 2025 +0100
Factorisation set_descriptor_from_scalar dans gfc_conv_scalar_to_descriptor
Correction régression pr49213.f90
https://gcc.gnu.org/g:971a47a027b198d6ad2662318b273c1b6aa109c9
commit 971a47a027b198d6ad2662318b273c1b6aa109c9
Author: Mikael Morin
Date: Fri Jan 24 16:01:58 2025 +0100
Factorisation initialisation depuis cfi
Correction régression contiguous-2.f90
Correction regression co
https://gcc.gnu.org/g:2706d5a72139c9d716f367cf1c3ccfbe8d40800d
commit 2706d5a72139c9d716f367cf1c3ccfbe8d40800d
Author: Mikael Morin
Date: Thu Jan 30 21:07:15 2025 +0100
Déplacement méthode set_descriptor_from_scalar
Correction erreur compil'
Diff:
---
gcc/fortran/trans-array.cc
https://gcc.gnu.org/g:db316c89fe13530d9bea52badda4fed7e90e8638
commit db316c89fe13530d9bea52badda4fed7e90e8638
Author: Mikael Morin
Date: Thu Jan 30 21:27:40 2025 +0100
Déplacement gfc_set_gfc_from_cfi
Correction compil'
Diff:
---
gcc/fortran/trans-array.cc | 258 +++
https://gcc.gnu.org/g:c3d40aceca0b00adb1aba7c0ca55d56414dfb820
commit c3d40aceca0b00adb1aba7c0ca55d56414dfb820
Author: Mikael Morin
Date: Wed Feb 5 11:57:09 2025 +0100
Séparation motifs dump assumed_rank_12.f90
Diff:
---
gcc/testsuite/gfortran.dg/assumed_rank_12.f90 | 6 +-
1 file ch
https://gcc.gnu.org/g:b30af8b23e527625ae8df96911cb6be3485d4b5b
commit b30af8b23e527625ae8df96911cb6be3485d4b5b
Author: Mikael Morin
Date: Thu Jan 30 21:21:39 2025 +0100
Déplacement gfc_copy_sequence_descriptor
Correction erreur compil'
Diff:
---
gcc/fortran/trans-array.cc | 64 +
https://gcc.gnu.org/g:c41855aa4c01657732c278987635ed3d9bf12c92
commit c41855aa4c01657732c278987635ed3d9bf12c92
Author: Mikael Morin
Date: Tue Feb 4 11:16:32 2025 +0100
Sauvegarde factorisation set_descriptor_from_scalar
Correction régression allocate_with_source_15.f03
Ne
https://gcc.gnu.org/g:733a134201a5dd800e59adfd2b1fdd018452230a
commit 733a134201a5dd800e59adfd2b1fdd018452230a
Author: Mikael Morin
Date: Wed Feb 5 11:45:00 2025 +0100
réduction différences dump assumed_rank_12.f90
Diff:
---
gcc/fortran/trans-array.cc | 126 ++
https://gcc.gnu.org/g:ee3997f252330c0ee56b864f52dd84577b2f1670
commit ee3997f252330c0ee56b864f52dd84577b2f1670
Author: Mikael Morin
Date: Fri Feb 7 12:07:36 2025 +0100
Factorisation set_descriptor_dimension
Correction compil'
Diff:
---
gcc/fortran/trans-array.cc | 82 +++
https://gcc.gnu.org/g:08b15e8c2f67f6e868a127cb68bc537f43e0a7df
commit 08b15e8c2f67f6e868a127cb68bc537f43e0a7df
Author: Mikael Morin
Date: Mon Feb 10 19:24:59 2025 +0100
Introduction getters et setters descriptor compil' OK
Correction régression realloc on assign (associate_61, ...
https://gcc.gnu.org/g:6fe4fd1425a5c2d5b239cd5dd88c017c5e880ae6
commit 6fe4fd1425a5c2d5b239cd5dd88c017c5e880ae6
Author: Mikael Morin
Date: Sat Feb 8 21:37:49 2025 +0100
Factorisation initialisation dimension descripteur
Correction régression realloc_on_assign_12.f90
Diff:
---
gcc
https://gcc.gnu.org/g:f8223bcc7fe3ef718208cc05c4365a3f57e05dc7
commit f8223bcc7fe3ef718208cc05c4365a3f57e05dc7
Author: Mikael Morin
Date: Thu Feb 6 17:16:13 2025 +0100
Factorisation gfc_conv_shift_descriptor
Correction compil'
Correction régression allocated_4.f90
https://gcc.gnu.org/g:012045ef77a7d31c977a94c06115e88e36f0260a
commit 012045ef77a7d31c977a94c06115e88e36f0260a
Author: Mikael Morin
Date: Wed Feb 5 15:12:25 2025 +0100
Renseignement token par gfc_set_descriptor_from_scalar.
Diff:
---
gcc/fortran/trans-array.cc | 27 --
https://gcc.gnu.org/g:df740459e166e8f4861e540eee29f2bb0f8213d4
commit df740459e166e8f4861e540eee29f2bb0f8213d4
Author: Mikael Morin
Date: Thu Jul 4 12:59:34 2024 +0200
match: Simplify double not and double negate to a non_lvalue
I noticed while testing the second patch that none o
https://gcc.gnu.org/g:16097006619ec58d3abe08dd420710ef30537df3
commit 16097006619ec58d3abe08dd420710ef30537df3
Author: Mikael Morin
Date: Thu Jul 4 15:24:36 2024 +0200
match: Unwrap non-lvalue as unary or binary operand
This avoids most of the testsuite dump pattern updates with a
https://gcc.gnu.org/g:d46afc3495918e9fe4c9169947d061e09f242dac
commit d46afc3495918e9fe4c9169947d061e09f242dac
Author: Mikael Morin
Date: Fri Mar 14 16:27:05 2025 +0100
Mises à jour dumps
Mise à jour dump bind-c-contiguous-2.f90
Mise à jour dumps coarray_poly_*.f90
https://gcc.gnu.org/g:a039db39860a1ec6084d6a0bdab8ceef51ed36a9
commit a039db39860a1ec6084d6a0bdab8ceef51ed36a9
Author: Mikael Morin
Date: Fri Mar 14 16:30:09 2025 +0100
Correction erreur compil'
Diff:
---
gcc/fortran/trans-array.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
d
https://gcc.gnu.org/g:415ecd58f9b96bcd8bfdc9515b7b6a0f192cde0c
commit 415ecd58f9b96bcd8bfdc9515b7b6a0f192cde0c
Author: Mikael Morin
Date: Wed Feb 12 10:07:40 2025 +0100
Correction non_lvalue PR97046.f90
Diff:
---
gcc/fortran/trans-array.cc | 42 +++---
https://gcc.gnu.org/g:c40cc86e77af6f4761bce0876f9d2874e594c456
commit c40cc86e77af6f4761bce0876f9d2874e594c456
Author: Mikael Morin
Date: Tue Feb 11 21:34:11 2025 +0100
Interdiction non-lvalue as lhs
git commit correction erreur gimplify
Diff:
---
gcc/gimplify.cc | 6 ++
1 f
https://gcc.gnu.org/g:fffeaf28989aa5494230294b975ececc3f448c06
commit fffeaf28989aa5494230294b975ececc3f448c06
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 +---
https://gcc.gnu.org/g:0ecf50436efed1728c0e55b3f27d191a7cc74b1f
commit 0ecf50436efed1728c0e55b3f27d191a7cc74b1f
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
https://gcc.gnu.org/g:e3fbeb0683fbc7caeb0911ead3fc3d80d34e3ed5
commit e3fbeb0683fbc7caeb0911ead3fc3d80d34e3ed5
Author: Mikael Morin
Date: Fri Feb 14 09:34:02 2025 +0100
Déplacement fonction
Diff:
---
gcc/fortran/trans-array.cc | 53 ++
gcc/fort
https://gcc.gnu.org/g:4547cd297e61032f66ef4664052e91ae3e29a17c
commit 4547cd297e61032f66ef4664052e91ae3e29a17c
Author: Mikael Morin
Date: Fri Feb 14 11:22:35 2025 +0100
Mise à jour offset & span dans gfc_array_init_size
Diff:
---
gcc/fortran/trans-array.cc | 34 --
https://gcc.gnu.org/g:27d7b26c992ed0cd169fc850035b3a3130244d99
commit 27d7b26c992ed0cd169fc850035b3a3130244d99
Author: Mikael Morin
Date: Thu Feb 13 20:26:47 2025 +0100
Factorisation set_descriptor_dimension
Correction typo
Diff:
---
gcc/fortran/trans-array.cc | 12 +---
https://gcc.gnu.org/g:d39f440ad8e155955de1e935158b4682cb45f1ca
commit d39f440ad8e155955de1e935158b4682cb45f1ca
Author: Mikael Morin
Date: Fri Feb 14 12:07:08 2025 +0100
Séparation get_array_memory_size
Diff:
---
gcc/fortran/trans-array.cc | 160 ++-
https://gcc.gnu.org/g:d942a13460fe8a830552789d7e8cc5e700f54937
commit d942a13460fe8a830552789d7e8cc5e700f54937
Author: Mikael Morin
Date: Thu Feb 13 21:03:54 2025 +0100
Factorisation shift_descriptor
Diff:
---
gcc/fortran/trans-expr.cc | 76 ---
https://gcc.gnu.org/g:69d2b21187627d3909c4564656c29c2d12cbed0c
commit 69d2b21187627d3909c4564656c29c2d12cbed0c
Author: Mikael Morin
Date: Fri Feb 14 16:55:42 2025 +0100
Sauvegarde modif
Diff:
---
gcc/fortran/trans-array.cc | 94 --
gcc/fortran/
https://gcc.gnu.org/g:062fc19daf23884c9e66a49e54b09e90776cb1e7
commit 062fc19daf23884c9e66a49e54b09e90776cb1e7
Author: Mikael Morin
Date: Fri Feb 14 11:04:01 2025 +0100
Factorisation descriptor_element_size
Diff:
---
gcc/fortran/trans-array.cc | 85 +++
https://gcc.gnu.org/g:22e2303e995a79b0998caca0d0ff1079b0f4aef9
commit 22e2303e995a79b0998caca0d0ff1079b0f4aef9
Author: Mikael Morin
Date: Fri Feb 14 17:23:47 2025 +0100
Correction régression class_to_type_2.f90
Diff:
---
gcc/fortran/trans-array.cc | 8 +---
1 file changed, 5 insertio
https://gcc.gnu.org/g:b97c5ec4b146ab2b66d207a5aa6916cf065783f9
commit b97c5ec4b146ab2b66d207a5aa6916cf065783f9
Author: Mikael Morin
Date: Fri Feb 14 17:11:03 2025 +0100
Correction ICE class_to_type_1
Diff:
---
gcc/fortran/trans-array.cc | 30 --
1 file changed
https://gcc.gnu.org/g:678f770b44a585b9827163c4b07416949ef69320
commit 678f770b44a585b9827163c4b07416949ef69320
Author: Mikael Morin
Date: Fri Feb 14 13:46:24 2025 +0100
Renommage gfc_array_init_count -> gfc_descr_init_count
Diff:
---
gcc/fortran/trans-array.cc | 4 ++--
1 file changed, 2
https://gcc.gnu.org/g:677397c04ae053e15056af72169b02fcda0c8524
commit 677397c04ae053e15056af72169b02fcda0c8524
Author: Mikael Morin
Date: Mon Feb 17 14:43:06 2025 +0100
Suppression modif offset trans_associate_var
Diff:
---
gcc/fortran/trans-stmt.cc | 15 ---
1 file changed,
https://gcc.gnu.org/g:7df04e1e587a83eec3edf4421248304d40601cc2
commit 7df04e1e587a83eec3edf4421248304d40601cc2
Author: Mikael Morin
Date: Mon Feb 17 16:16:47 2025 +0100
Suppression set span dans trans_associate_var
Diff:
---
gcc/fortran/trans-stmt.cc | 10 --
1 file changed, 10 d
https://gcc.gnu.org/g:03aae9140f9e10b5969fc77cc435f7fde182028a
commit 03aae9140f9e10b5969fc77cc435f7fde182028a
Author: Mikael Morin
Date: Wed Feb 12 18:17:41 2025 +0100
Factorisation set temporary descriptor
Suppression code redondant initialisation descriptor temporaire
https://gcc.gnu.org/g:67854909eacbab0a1e386dbf5f0bb2ba9e73c1b1
commit 67854909eacbab0a1e386dbf5f0bb2ba9e73c1b1
Author: Mikael Morin
Date: Mon Feb 17 15:48:12 2025 +0100
Correction bootstrap suppression variables inutilisées
Diff:
---
gcc/fortran/trans-stmt.cc | 3 ---
1 file changed, 3 d
https://gcc.gnu.org/g:7bed5363364cad904d31937f5f39798c42bbb8e6
commit 7bed5363364cad904d31937f5f39798c42bbb8e6
Author: Mikael Morin
Date: Fri Feb 14 18:55:55 2025 +0100
Correction régressions inline_sum_*
Diff:
---
gcc/fortran/trans-array.cc | 2 +-
1 file changed, 1 insertion(+), 1 dele
https://gcc.gnu.org/g:498dfa7396961dd54a8a16661f891d5d5d9dec2e
commit 498dfa7396961dd54a8a16661f891d5d5d9dec2e
Author: Mikael Morin
Date: Fri Feb 14 12:11:43 2025 +0100
Suppression argument nelems gfc_array_allocate
Diff:
---
gcc/fortran/trans-array.cc | 6 ++
gcc/fortran/trans-array
https://gcc.gnu.org/g:b584cb483771ec97720aab7d88a25f19f0900630
commit b584cb483771ec97720aab7d88a25f19f0900630
Author: Mikael Morin
Date: Mon Feb 17 17:15:10 2025 +0100
Utilisation setter trans_associate_var
Diff:
---
gcc/fortran/trans-stmt.cc | 7 ---
1 file changed, 4 insertions(+)
https://gcc.gnu.org/g:121eac20ba2a339b5b521e58a4b744005359d3ba
commit 121eac20ba2a339b5b521e58a4b744005359d3ba
Author: Mikael Morin
Date: Mon Feb 17 17:28:01 2025 +0100
Suppression mise à jour offset forall
Diff:
---
gcc/fortran/trans-stmt.cc | 7 ---
1 file changed, 7 deletions(-)
https://gcc.gnu.org/g:6f09819583bf8f197c5ac367cfd118dfea41af81
commit 6f09819583bf8f197c5ac367cfd118dfea41af81
Author: Mikael Morin
Date: Sat Feb 15 18:29:16 2025 +0100
Correction régression class_assign_4.f90
Diff:
---
gcc/fortran/trans-array.cc | 6 --
1 file changed, 6 deletions(-
https://gcc.gnu.org/g:dbc08bec1d3c415e8b82955b17d45f29dcc31c01
commit dbc08bec1d3c415e8b82955b17d45f29dcc31c01
Author: Mikael Morin
Date: Fri Feb 14 12:23:42 2025 +0100
Mise à jour commentaires.
Diff:
---
gcc/fortran/trans-array.cc | 37 ++---
1 file chang
https://gcc.gnu.org/g:a6ae3d04dd25eda353e9f6333a9bc5b12241d98e
commit a6ae3d04dd25eda353e9f6333a9bc5b12241d98e
Author: Mikael Morin
Date: Fri Feb 14 13:50:51 2025 +0100
Essai suppression code inutile
Diff:
---
gcc/fortran/trans-expr.cc | 10 --
1 file changed, 10 deletions(-)
di
https://gcc.gnu.org/g:e137626d1a1304ee74504ce1b632da3537236ac7
commit e137626d1a1304ee74504ce1b632da3537236ac7
Author: Mikael Morin
Date: Fri Feb 14 18:48:22 2025 +0100
Correction class_result_10.f90
Diff:
---
gcc/fortran/trans-array.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletio
https://gcc.gnu.org/g:58cd443a07498ff8056a4c9557635696f5586a0f
commit 58cd443a07498ff8056a4c9557635696f5586a0f
Author: Mikael Morin
Date: Fri Mar 14 16:37:46 2025 +0100
Sauvegarde suppression initialisation inutile bornes pour taire warnings
Diff:
---
gcc/fortran/gfortran.h | 4
https://gcc.gnu.org/g:79fc4682e55916d07325b0c8bcb8d24fd87e59c7
commit 79fc4682e55916d07325b0c8bcb8d24fd87e59c7
Author: Mikael Morin
Date: Mon Feb 17 21:28:01 2025 +0100
Correction régression realloc_on_assign_23.f90
Diff:
---
gcc/fortran/trans-expr.cc | 8 +---
1 file changed, 5 inse
https://gcc.gnu.org/g:d3343f63c9fa88d4ad97fd6ab225ef400d4ba62d
commit d3343f63c9fa88d4ad97fd6ab225ef400d4ba62d
Author: Mikael Morin
Date: Mon Feb 17 21:59:00 2025 +0100
Correction régression realloc_on_assign_1.f03
Diff:
---
gcc/fortran/trans-expr.cc | 42 +++-
https://gcc.gnu.org/g:48a376e32d7966114dd57852bc96ba06f57ae671
commit 48a376e32d7966114dd57852bc96ba06f57ae671
Author: Mikael Morin
Date: Mon Feb 17 22:59:01 2025 +0100
Correction régression pr108889.f90 realloc_on_assign*
Diff:
---
gcc/fortran/trans-array.cc | 75 +++
https://gcc.gnu.org/g:670b0c103a6922544c85557ae2434ee144bfb4c9
commit 670b0c103a6922544c85557ae2434ee144bfb4c9
Author: Mikael Morin
Date: Tue Feb 18 12:35:05 2025 +0100
Correction régression associate_46.f90
Diff:
---
gcc/fortran/trans-array.cc | 3 +++
1 file changed, 3 insertions(+)
d
https://gcc.gnu.org/g:47759397f87b10b10315eb21260ad4779b2703c6
commit 47759397f87b10b10315eb21260ad4779b2703c6
Author: Mikael Morin
Date: Tue Feb 18 19:18:37 2025 +0100
Correction régression func_result_6.f90
Diff:
---
gcc/fortran/resolve.cc | 50 -
https://gcc.gnu.org/g:a964afbbf0a516f06a37575ad2b00f537a915f8a
commit a964afbbf0a516f06a37575ad2b00f537a915f8a
Author: Mikael Morin
Date: Tue Feb 18 15:07:23 2025 +0100
Correction régression array_function_6.f90
Diff:
---
gcc/fortran/resolve.cc | 4
gcc/fortran/trans-array.cc |
https://gcc.gnu.org/g:926fb0ef5f6b9ac41275ee3a85baa7d662af3abe
commit 926fb0ef5f6b9ac41275ee3a85baa7d662af3abe
Author: Mikael Morin
Date: Wed Feb 19 14:39:29 2025 +0100
Correction régression class_transformational_2.f90
Diff:
---
gcc/fortran/trans-array.cc | 1 -
1 file changed, 1 deleti
https://gcc.gnu.org/g:a9b9e40b155031e00835fa4072616266a0ef9e2a
commit a9b9e40b155031e00835fa4072616266a0ef9e2a
Author: Mikael Morin
Date: Tue Feb 18 22:08:17 2025 +0100
Ajout nom variable dans temp select type
Diff:
---
gcc/fortran/resolve.cc | 24 +---
1 file changed
https://gcc.gnu.org/g:f24a0afcfac627c7779ec39583f67247d0b84496
commit f24a0afcfac627c7779ec39583f67247d0b84496
Author: Mikael Morin
Date: Mon Feb 17 18:49:30 2025 +0100
Correction régression forall_13
Diff:
---
gcc/fortran/trans-array.cc | 86 ++---
1 - 100 of 499 matches
Mail list logo