https://gcc.gnu.org/g:5abe571e0276fafcc6eed27c27abb28943e67c6f
commit r15-8057-g5abe571e0276fafcc6eed27c27abb28943e67c6f
Author: Tomasz Kamiński
Date: Fri Mar 7 11:54:38 2025 +0100
libstdc++: Fix views::zip_transform constraints for empty range pack
[PR38]
Add missing move_co
https://gcc.gnu.org/g:5d97053d63fb4f6380a56eaaf3a3488be5ef0454
commit 5d97053d63fb4f6380a56eaaf3a3488be5ef0454
Author: Ondřej Machota
Date: Fri Mar 14 14:04:39 2025 +0100
rtl-ssa-dce: phis are marked correctly
Diff:
---
gcc/dce.cc | 112 ++-
https://gcc.gnu.org/g:fad9d58e057e5f976cacdca90e2519ed5f0990ad
commit r15-8054-gfad9d58e057e5f976cacdca90e2519ed5f0990ad
Author: Thomas Schwinge
Date: Sat Dec 23 11:01:08 2023 +0100
Revert "GCN, nvptx: Basic '__cxa_guard_{acquire,abort,release}' for C++
static local variables support"
https://gcc.gnu.org/g:1268924a2eed4e4f4cf1f43cc996b2f0eedeb07e
commit r15-8052-g1268924a2eed4e4f4cf1f43cc996b2f0eedeb07e
Author: Thomas Schwinge
Date: Thu Feb 20 16:31:50 2025 +0100
GCN, nvptx: Allow for "hosted" libstdc++ build
We need '-fno-exceptions', '-fno-rtti', disable gene
https://gcc.gnu.org/g:075ec330307c5b1fe5ed166a633c718c06b01437
commit r15-8061-g075ec330307c5b1fe5ed166a633c718c06b01437
Author: Martin Jambor
Date: Fri Mar 14 16:07:01 2025 +0100
ipa: Do not modify cgraph edges from thunk clones during inlining (PR116572)
In PR 116572 we hit an a
https://gcc.gnu.org/g:6d201cc4a0c083f891275312700b51d6221b2dd9
commit 6d201cc4a0c083f891275312700b51d6221b2dd9
Author: Mikael Morin
Date: Fri Mar 14 12:20:44 2025 +0100
Suppression xfail typebound_call_22.f03
Diff:
---
gcc/testsuite/gfortran.dg/typebound_call_22.f03 | 2 +-
1 file change
https://gcc.gnu.org/g:7b771742050db945ad8ff753bbcb4ba6d1063044
commit 7b771742050db945ad8ff753bbcb4ba6d1063044
Author: Mikael Morin
Date: Tue Mar 11 13:39:58 2025 +0100
Correction reste régression class_defined_operator_2.f03
Diff:
---
gcc/fortran/trans-types.cc | 21 +---
https://gcc.gnu.org/g:83b3443c8351c48327dc24ad5285af5f7c0018b6
commit 83b3443c8351c48327dc24ad5285af5f7c0018b6
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:df0e6509bf74421ea68a2e025300bcd6ca63722f
commit r15-8048-gdf0e6509bf74421ea68a2e025300bcd6ca63722f
Author: Giuseppe D'Angelo
Date: Tue Dec 10 00:56:13 2024 +0100
libstdc++: fix compile error when converting std::weak_ptr
A std::weak_ptr can be converted to a
https://gcc.gnu.org/g:0a069e0a92dd9591fe919e14e4bec361ac96346c
commit 0a069e0a92dd9591fe919e14e4bec361ac96346c
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:a181d00d8a0e0347bfba8dff5831a682e03ed431
commit a181d00d8a0e0347bfba8dff5831a682e03ed431
Author: Mikael Morin
Date: Fri Mar 14 18:40:40 2025 +0100
Correction régression assumed_rank_20.f90
Diff:
---
gcc/fortran/trans-array.cc | 4 ++--
1 file changed, 2 insertions(+
https://gcc.gnu.org/g:1340fd7a9b2a244989f74d90f1a31a9fcae63e1d
commit 1340fd7a9b2a244989f74d90f1a31a9fcae63e1d
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:7f36a555917ff9d82c3bb9edabe971096c75d554
commit 7f36a555917ff9d82c3bb9edabe971096c75d554
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:b2de4b0926bddbb97b991dd95592c714ee519e1e
commit r15-8062-gb2de4b0926bddbb97b991dd95592c714ee519e1e
Author: Jakub Jelinek
Date: Fri Mar 14 20:32:43 2025 +0100
cobol: Don't run cobol tests with -m32 or -mx32 [PR119290]
The following patch adds cobol effective t
https://gcc.gnu.org/g:2f03a8d7be9775312c50abdc99109aaf8641bda3
commit r15-8063-g2f03a8d7be9775312c50abdc99109aaf8641bda3
Author: Patrick Palka
Date: Fri Mar 14 16:10:35 2025 -0400
libstdc++: Missing 'constexpr' in vector's from_range ctor [PR119282]
A missing 'constexpr' in the no
https://gcc.gnu.org/g:60cfdc9b4d2158306806b757f0ac518acb5afb06
commit 60cfdc9b4d2158306806b757f0ac518acb5afb06
Author: Mikael Morin
Date: Thu Mar 6 19:27:49 2025 +0100
Correction initialisation variable
Diff:
---
gcc/cgraphunit.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
di
https://gcc.gnu.org/g:c55fbf86b0ab261b66416719f2ff5fa4f4feeec4
commit c55fbf86b0ab261b66416719f2ff5fa4f4feeec4
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:e0edb330ecc1735e50c504ffb3b290b5c69613ea
commit e0edb330ecc1735e50c504ffb3b290b5c69613ea
Author: Mikael Morin
Date: Thu Mar 6 22:07:28 2025 +0100
Implémentation optional pour supprimer dépendance à c++17
Diff:
---
gcc/cgraphunit.cc | 70 +
https://gcc.gnu.org/g:32776c461fbcffa37db09a40b85f95d64e24897a
commit 32776c461fbcffa37db09a40b85f95d64e24897a
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:6470b4d749a0b9896b985858ee6eae095cd8a37a
commit r15-8050-g6470b4d749a0b9896b985858ee6eae095cd8a37a
Author: Richard Biener
Date: Fri Mar 14 10:01:20 2025 +0100
tree-optimization/119274 - improve VN optimistic dominance query
The following improves how VN perfo
https://gcc.gnu.org/g:62dc2d24f1ee9fd81b85937b0f1b7d51818fb0d4
commit r15-8051-g62dc2d24f1ee9fd81b85937b0f1b7d51818fb0d4
Author: Tomasz Kamiński
Date: Fri Mar 14 12:42:17 2025 +0100
libstdc++: Include missing algorithm header in priority_queue tests.
libstdc++-v3/ChangeLog:
https://gcc.gnu.org/g:adb14c7625178b501389c2d7d7c2feec37da7a19
commit r15-8047-gadb14c7625178b501389c2d7d7c2feec37da7a19
Author: Richard Biener
Date: Fri Mar 7 12:57:42 2025 +0100
tree-optimization/119155 - wrong aligned access for vectorized packed access
When doing strided SLP v
https://gcc.gnu.org/g:c650b557cb01f97bebb894aa68e5e74c2147c395
commit r15-8053-gc650b557cb01f97bebb894aa68e5e74c2147c395
Author: Thomas Schwinge
Date: Mon Jul 11 22:36:39 2022 +0200
GCN, nvptx: Don't default-disable libstdc++ build
In addition to making libstdc++ itself available,
https://gcc.gnu.org/g:d0d7c6632c2913c0243f048a15ff64aec6b6232e
commit r15-8059-gd0d7c6632c2913c0243f048a15ff64aec6b6232e
Author: Jakub Jelinek
Date: Fri Mar 14 15:31:47 2025 +0100
c, c++: Set DECL_NOT_GIMPLE_REG_P on *PART_EXPR operand on lhs of
MODIFY_EXPR [PR119120]
The PR11919
https://gcc.gnu.org/g:ab0133cdba5dbcc29655593377e80586f7080472
commit r15-8060-gab0133cdba5dbcc29655593377e80586f7080472
Author: Jakub Jelinek
Date: Fri Mar 14 15:34:32 2025 +0100
match.pd: Fix up r15-8025 simplification [PR119287]
The following testcase ICEs since r15-8025.
t
https://gcc.gnu.org/g:83a6dc1bc513368e39c5c6ec6adb4b29d4f8a828
commit 83a6dc1bc513368e39c5c6ec6adb4b29d4f8a828
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:cab7316f723763564058b381f85dd2948389879a
commit cab7316f723763564058b381f85dd2948389879a
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:1d87733fb2a12c4ed75b1d84af0731dfa646f0cd
commit 1d87733fb2a12c4ed75b1d84af0731dfa646f0cd
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:9e9030951592f83556ac71fc36ab41c119e482ee
commit 9e9030951592f83556ac71fc36ab41c119e482ee
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:e935f964d8dfa7a9db3242f1e0e3ea4dce6b213b
commit e935f964d8dfa7a9db3242f1e0e3ea4dce6b213b
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:9e938377ea3337cc07feee8ab1398ee5912c898d
commit 9e938377ea3337cc07feee8ab1398ee5912c898d
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:9c2922b62d4203c069e62b2b54d431f33a9fbcb7
commit 9c2922b62d4203c069e62b2b54d431f33a9fbcb7
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:26cb9480cc5ab421cc5dfe32500eaa23e5eef2f3
commit 26cb9480cc5ab421cc5dfe32500eaa23e5eef2f3
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:41b056229a428f1bfc1d13e7a8ef87e7e3601b30
commit 41b056229a428f1bfc1d13e7a8ef87e7e3601b30
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:b383284afec653cad74fa6ba44dbbaff5cad6a66
commit b383284afec653cad74fa6ba44dbbaff5cad6a66
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:c22a5a2463e428ee7fb962087d6dc5e4a95e61d9
commit c22a5a2463e428ee7fb962087d6dc5e4a95e61d9
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:6966490b3ee205b95db8a2e6259a301243dec164
commit 6966490b3ee205b95db8a2e6259a301243dec164
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,
The branch 'mikael/heads/refactor_descriptor_v03' was created in namespace
'refs/users' pointing to:
6d201cc4a0c0... Suppression xfail typebound_call_22.f03
https://gcc.gnu.org/g:14d53ab4598a8db1fc1f20dbdbfaa88ee8e78bfd
commit 14d53ab4598a8db1fc1f20dbdbfaa88ee8e78bfd
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:54cd4ae1122d7ec90f08506c0de65a3b936a4cc1
commit 54cd4ae1122d7ec90f08506c0de65a3b936a4cc1
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:1d7de2d039edcdfc0d42e8b00cc7cf288fd442ee
commit 1d7de2d039edcdfc0d42e8b00cc7cf288fd442ee
Author: Mikael Morin
Date: Wed Mar 5 21:11:56 2025 +0100
Affichage des mises à jour de structures champ par champ
Diff:
---
gcc/cgraphunit.cc | 172 +
https://gcc.gnu.org/g:2f30e5eb84f32d981b11a446134a207cde993dce
commit 2f30e5eb84f32d981b11a446134a207cde993dce
Author: Mikael Morin
Date: Thu Mar 6 11:01:40 2025 +0100
Affichage conditionnelle
Diff:
---
gcc/cgraphunit.cc | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
https://gcc.gnu.org/g:b673d7b593f63a526a85d56204f1217bc4fbf6a1
commit r15-8056-gb673d7b593f63a526a85d56204f1217bc4fbf6a1
Author: Robert Dubner
Date: Thu Mar 13 21:03:46 2025 -0400
Prevent use of ASM_EXPR for optimized COBOL compilations [PR119214]
The creation of assembler labels
https://gcc.gnu.org/g:307ba5b392678330c44b9a43215856eef5befc60
commit 307ba5b392678330c44b9a43215856eef5befc60
Author: Josef Melcr
Date: Fri Mar 14 15:13:42 2025 +0100
omp-cp: fix info copying in fn-summary, fix callback edge inlining
gcc/ChangeLog:
* cgraph.cc (c
https://gcc.gnu.org/g:04aaeab4f84ec5bbc9e0b46fee5a5dd6aca91c8f
commit 04aaeab4f84ec5bbc9e0b46fee5a5dd6aca91c8f
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:2a458b78674f25b72305bae1e48005a6c3417eb8
commit 2a458b78674f25b72305bae1e48005a6c3417eb8
Author: Mikael Morin
Date: Tue Dec 17 22:37:18 2024 +0100
Appel méthode shift descriptor dans gfc_trans_pointer_assignment
Diff:
---
gcc/fortran/trans-array.cc | 129 +++
https://gcc.gnu.org/g:e7aa6473af4187ec5a140dde0c9e42174982301b
commit e7aa6473af4187ec5a140dde0c9e42174982301b
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:66efb52d8615e049a854e052ddf00c31188df3a8
commit 66efb52d8615e049a854e052ddf00c31188df3a8
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:a2e632b52abb44986096314fe0a53fc9f984c966
commit a2e632b52abb44986096314fe0a53fc9f984c966
Author: Mikael Morin
Date: Sat Dec 7 22:22:10 2024 +0100
Sauvegarde modifs
Annulation suppression else
Correction assertions
Initialisation vptr
https://gcc.gnu.org/g:934e6a2f1f9b2da78fe53d1ae4746966944ead83
commit 934e6a2f1f9b2da78fe53d1ae4746966944ead83
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:8476914249d183df6439c7a0058fcca9957559b5
commit 8476914249d183df6439c7a0058fcca9957559b5
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:e707baa2fd1c36dd4e8a327a3e83422a0eb37fb8
commit e707baa2fd1c36dd4e8a327a3e83422a0eb37fb8
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:d0f9fc5d57426a6165e1606ef299ba8e6ec044de
commit d0f9fc5d57426a6165e1606ef299ba8e6ec044de
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:da5e5710423d6343f0a87d02839a6081754af298
commit da5e5710423d6343f0a87d02839a6081754af298
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:2023667ca26ed29394eb90b918192c20f51998cb
commit 2023667ca26ed29394eb90b918192c20f51998cb
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:e3aef1c5f79dae91e67f59654ee0c5639788
commit e3aef1c5f79dae91e67f59654ee0c5639788
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:08f4b49929b1a93df91e481a1c1ed29d5b492fc4
commit 08f4b49929b1a93df91e481a1c1ed29d5b492fc4
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:0ab2f3b55a2ddd4fe6dbc1910510d5ededf604b8
commit 0ab2f3b55a2ddd4fe6dbc1910510d5ededf604b8
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:b8713ef83c2657dae4578a94ac478c37d4ebf739
commit b8713ef83c2657dae4578a94ac478c37d4ebf739
Author: Mikael Morin
Date: Wed Jan 22 19:02:13 2025 +0100
Introduction gfc_conv_descriptor_extent_get
Diff:
---
gcc/fortran/trans-array.cc | 84 ++---
https://gcc.gnu.org/g:bd3fd914be677aa6b791524822b9eede57af1855
commit bd3fd914be677aa6b791524822b9eede57af1855
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:554aebc87d83b8abe5ab9d00c4c97453f74e8531
commit 554aebc87d83b8abe5ab9d00c4c97453f74e8531
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:b7c9a2a9af849aeddae1adc433b89ef32b0444ea
commit b7c9a2a9af849aeddae1adc433b89ef32b0444ea
Author: Mikael Morin
Date: Mon Mar 3 17:57:10 2025 +0100
data_value: Suppression champ context et déplacement méthode print vers
context_printer
Diff:
---
gcc/cgraphunit.cc | 1
https://gcc.gnu.org/g:8fabf6231403b688f81657c3188e0d20f6e60195
commit 8fabf6231403b688f81657c3188e0d20f6e60195
Author: Mikael Morin
Date: Tue Feb 18 22:41:55 2025 +0100
Correction typebound_operator_9.f90
Diff:
---
gcc/fortran/trans-expr.cc | 8 ++--
1 file changed, 6 insertions(+),
https://gcc.gnu.org/g:ffa7329b66ad48d388715248bf7d1ca2620cb767
commit ffa7329b66ad48d388715248bf7d1ca2620cb767
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:7da3557e8d2b321d3003a9a758fa5fcfa0f4778e
commit 7da3557e8d2b321d3003a9a758fa5fcfa0f4778e
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:057f0c6bab0e61a522a894a0bfe618e345c9d1ab
commit 057f0c6bab0e61a522a894a0bfe618e345c9d1ab
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:47f527b9605b6c112f0f0cf2973251c9c9376344
commit 47f527b9605b6c112f0f0cf2973251c9c9376344
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:136929c7198627c9273030a4c19effae5be54454
commit 136929c7198627c9273030a4c19effae5be54454
Author: Mikael Morin
Date: Wed Mar 5 15:43:19 2025 +0100
Prise en charge zero extension
Diff:
---
gcc/cgraphunit.cc | 59 +--
https://gcc.gnu.org/g:af5275a1714af0fd73e6af8f1c87b04fbeaa4ad7
commit af5275a1714af0fd73e6af8f1c87b04fbeaa4ad7
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:df6c137cf4e4ebe258fb66cbfcc6a9045a9f7299
commit df6c137cf4e4ebe258fb66cbfcc6a9045a9f7299
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:afed76dbc269b52c2ee92d4f607b514721ec5176
commit afed76dbc269b52c2ee92d4f607b514721ec5176
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:ae42c3df608ec18da96a26730b015546144140ad
commit ae42c3df608ec18da96a26730b015546144140ad
Author: Mikael Morin
Date: Thu Mar 6 17:22:35 2025 +0100
Modification affichage MEM_REF d'alloc.
Diff:
---
gcc/cgraphunit.cc | 162 ++
https://gcc.gnu.org/g:0647498123c253f44cbdd2267ccd18b8da3ec7b4
commit 0647498123c253f44cbdd2267ccd18b8da3ec7b4
Author: Mikael Morin
Date: Wed Mar 5 13:08:43 2025 +0100
Correction offset MEM_REF
Diff:
---
gcc/cgraphunit.cc | 166 +-
1 fi
https://gcc.gnu.org/g:6fb9c9fb7f2487b57e88dc1760bd74d198c2843b
commit 6fb9c9fb7f2487b57e88dc1760bd74d198c2843b
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:8aff8a58d16fb6d5771f6889eb880b00d780f0fe
commit 8aff8a58d16fb6d5771f6889eb880b00d780f0fe
Author: Mikael Morin
Date: Tue Mar 11 21:43:38 2025 +0100
Correction dynamic_dispatch_4.f03.
Diff:
---
gcc/fortran/f95-lang.cc | 46 +
https://gcc.gnu.org/g:7f6d305a466cda9bfd1b3438fcbe78c71458578d
commit 7f6d305a466cda9bfd1b3438fcbe78c71458578d
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:453902cec8ce276ecb32a9b5b5c57676de4ffb62
commit 453902cec8ce276ecb32a9b5b5c57676de4ffb62
Author: Mikael Morin
Date: Tue Mar 4 18:40:22 2025 +0100
Utilisation d'un seul objet heap_memory global
Diff:
---
gcc/cgraphunit.cc | 513 ++-
https://gcc.gnu.org/g:d18a72c5bcbbacf0320d943fa6720744313a3f45
commit d18a72c5bcbbacf0320d943fa6720744313a3f45
Author: Mikael Morin
Date: Fri Mar 7 10:22:58 2025 +0100
Correction régression PR100040.f90
Diff:
---
gcc/fortran/trans-stmt.cc | 2 ++
1 file changed, 2 insertions(+)
diff --g
https://gcc.gnu.org/g:ff9dcaf96f36526023d9dfb16f8ba9ad9f8dc669
commit ff9dcaf96f36526023d9dfb16f8ba9ad9f8dc669
Author: Mikael Morin
Date: Wed Mar 12 15:19:04 2025 +0100
Correction class_defined_operator_1.f03
Diff:
---
gcc/fortran/f95-lang.cc | 13 ++---
1 file changed, 10 insert
https://gcc.gnu.org/g:3bf5b2590f7567c4b03b1cc1093dc1bd2b37bde4
commit 3bf5b2590f7567c4b03b1cc1093dc1bd2b37bde4
Author: Mikael Morin
Date: Wed Mar 12 15:57:05 2025 +0100
Correction PR100020.f90
Diff:
---
gcc/fortran/trans-types.cc | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
https://gcc.gnu.org/g:7891dce8e6095671061c34ad674dbe2b1dac6df5
commit 7891dce8e6095671061c34ad674dbe2b1dac6df5
Author: Mikael Morin
Date: Thu Mar 13 09:46:18 2025 +0100
gimple-exec: affichage valeur undef
Diff:
---
gcc/cgraphunit.cc | 174 +
https://gcc.gnu.org/g:6ccdbf6eea18109b5c5deb515d0d82c0078d807a
commit 6ccdbf6eea18109b5c5deb515d0d82c0078d807a
Author: Mikael Morin
Date: Thu Mar 6 11:10:40 2025 +0100
gimple-exec Restauration tests print_first_data_ref_part
Diff:
---
gcc/cgraphunit.cc | 353 +
https://gcc.gnu.org/g:8aba3758c4fe9acff8919a6f716c81021a482cb8
commit 8aba3758c4fe9acff8919a6f716c81021a482cb8
Author: Mikael Morin
Date: Thu Mar 6 10:55:01 2025 +0100
Prise en charges des functions sans valeur de retour + free
Diff:
---
gcc/cgraphunit.cc | 96 +++
https://gcc.gnu.org/g:84488c6956d90cbf8e2c60ce754dd5e13025e46c
commit 84488c6956d90cbf8e2c60ce754dd5e13025e46c
Author: Mikael Morin
Date: Thu Mar 6 19:32:28 2025 +0100
Correction régression alloc_comp_assign_12 etc
Diff:
---
gcc/fortran/trans-array.cc | 18 ++
1 file chan
https://gcc.gnu.org/g:76639591dd8d30bfce66a5c2cb32510506677ace
commit 76639591dd8d30bfce66a5c2cb32510506677ace
Author: Mikael Morin
Date: Tue Mar 4 22:32:21 2025 +0100
Changement type retour get_address: data_storage -> storage_address
Diff:
---
gcc/cgraphunit.cc | 91 +++
https://gcc.gnu.org/g:584a8ddc06a8fcba45b6cb141236d579acec8435
commit 584a8ddc06a8fcba45b6cb141236d579acec8435
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:0e366549f6d5ced80a809c2a8ecebf0e9a456597
commit 0e366549f6d5ced80a809c2a8ecebf0e9a456597
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:c121f9df543f5d92d3f1bf763f0622e61675243a
commit c121f9df543f5d92d3f1bf763f0622e61675243a
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:f70f4b60debce4a223725781d1973c05d8d1dfa9
commit r15-8066-gf70f4b60debce4a223725781d1973c05d8d1dfa9
Author: Pan Li
Date: Wed Mar 12 11:26:52 2025 +0800
RISC-V: Refine the testcases for cond_widen_complicate-3
Rearrange the test cases of cond_widen_complicate-3
https://gcc.gnu.org/g:e6313ff0bd2230621d678b00e5db148e70b8b574
commit e6313ff0bd2230621d678b00e5db148e70b8b574
Author: Mikael Morin
Date: Wed Feb 19 20:06:10 2025 +0100
Correction initialisation bornes temp alloc_comp_assign_12.f03
Diff:
---
gcc/fortran/trans-array.cc | 9 +
1 fi
https://gcc.gnu.org/g:9b5c6e05c8766827742f0daf3bf8dfcda76acc3e
commit 9b5c6e05c8766827742f0daf3bf8dfcda76acc3e
Author: Mikael Morin
Date: Tue Mar 4 10:32:35 2025 +0100
Suppression méthode evaluate_litteral
Diff:
---
gcc/cgraphunit.cc | 22 +-
1 file changed, 1 inserti
https://gcc.gnu.org/g:aeab2d327c30ee2e47fa59eb0e70c44e58151231
commit aeab2d327c30ee2e47fa59eb0e70c44e58151231
Author: Mikael Morin
Date: Thu Mar 13 21:25:04 2025 +0100
Correction régression class_optional_2.f90
Diff:
---
gcc/fortran/trans-types.cc | 63 +++---
92 matches
Mail list logo