https://gcc.gnu.org/g:ae00818713756fd45ee379a8a30ae907959433fe
commit r16-2398-gae00818713756fd45ee379a8a30ae907959433fe
Author: Tomasz Kamiński
Date: Tue Jul 22 09:32:47 2025 +0200
libstdc++: Fix obvious mistake in inplace_vector::assign_range [PR119137]
In case of input iterator
https://gcc.gnu.org/g:845085856185560952331626fbca3a1414cc3adb
commit r14-11903-g845085856185560952331626fbca3a1414cc3adb
Author: Haochen Gui
Date: Thu Aug 15 13:45:35 2024 +0800
rs6000: Add TARGET_FLOAT128_HW guard for quad-precision insns
gcc/
* config/rs6000/rs6000.
https://gcc.gnu.org/g:e7291bda2381fe7d7d6af6c85c798680276ab3a5
commit r16-2409-ge7291bda2381fe7d7d6af6c85c798680276ab3a5
Author: Javier Miranda
Date: Wed Jul 2 19:22:33 2025 +
ada: Adding support to defer the addition of extra formals
Add support to create the extra formals wh
https://gcc.gnu.org/g:15cd3770ac14562d31d057cd5b65df6b9163521c
commit r16-2410-g15cd3770ac14562d31d057cd5b65df6b9163521c
Author: Denis Mazzucato
Date: Mon Jul 7 11:11:08 2025 +0200
ada: Fix unnecessary extra RE_Activation_Chain_Access with No_Task_Parts
This patch checks the prese
https://gcc.gnu.org/g:c543be28e2e9c1047b81e7abe6377ea6a6ccc1a6
commit r16-2407-gc543be28e2e9c1047b81e7abe6377ea6a6ccc1a6
Author: Martin Clochard
Date: Thu Jul 3 15:52:02 2025 +0200
ada: Expand continue procedure calls for GNATprove
Continue being a non-reserved keyword, occurrence
https://gcc.gnu.org/g:7e533dbd8ce2b786c5c5d174b992197947fbd70d
commit r16-2406-g7e533dbd8ce2b786c5c5d174b992197947fbd70d
Author: Piotr Trojanek
Date: Thu Jul 3 10:10:56 2025 +0200
ada: Tune check for restriction No_Relative_Delay and call to Set_Handler
When checking restriction N
https://gcc.gnu.org/g:3d1f1416180b586549d1a1427edfe1365e86a1a0
commit r16-2400-g3d1f1416180b586549d1a1427edfe1365e86a1a0
Author: Viljar Indus
Date: Mon Jun 30 22:41:45 2025 +0300
ada: Ensure Expression_Copy has a parent before analysis
Some analysis requires going up the parent ch
https://gcc.gnu.org/g:574bdf8e2150df4527e4ae054381caa6e22a227b
commit r16-2399-g574bdf8e2150df4527e4ae054381caa6e22a227b
Author: Steve Baird
Date: Fri Jun 13 13:53:20 2025 -0700
ada: Improved support for mutably tagged types
Fix bugs related to mutably tagged types in streaming op
https://gcc.gnu.org/g:84468c33ffc2ce99678623693a98fcbdddf4ff47
commit r16-2401-g84468c33ffc2ce99678623693a98fcbdddf4ff47
Author: Steve Baird
Date: Fri Jun 27 13:41:51 2025 -0700
ada: Add Unique_Component_Name function for use by CCG.
Define a new function which, initially, is neve
https://gcc.gnu.org/g:2bcb3683f3b468dae3cd586db95ceb234cf6c98f
commit r16-2403-g2bcb3683f3b468dae3cd586db95ceb234cf6c98f
Author: Gary Dismukes
Date: Wed Jul 2 21:49:39 2025 +
ada: Capacity determination for container aggregate with container iterator
In the case of a container
https://gcc.gnu.org/g:b14337e3777ac4525ceedd5df3decb63fc271604
commit r16-2405-gb14337e3777ac4525ceedd5df3decb63fc271604
Author: Eric Botcazou
Date: Wed Jul 2 15:25:55 2025 +0200
ada: Fix wrong indirect access to bit-packed array in iterated loop
This comes from a missing expansio
https://gcc.gnu.org/g:83219c97fabc1c0a8e0c42ad3d023706b8132827
commit r16-2402-g83219c97fabc1c0a8e0c42ad3d023706b8132827
Author: Ghjuvan Lacambre
Date: Wed Jul 2 09:11:03 2025 +0200
ada: exp_util.adb: prevent infinite loop in case of broken code
A recent commit modified exp_util.a
https://gcc.gnu.org/g:9ffa0e4301deccce77cc377e27fa510736bb1fb7
commit r16-2404-g9ffa0e4301deccce77cc377e27fa510736bb1fb7
Author: Gary Dismukes
Date: Wed Jul 2 21:57:57 2025 +
ada: Replace "not Present" test with "No" test
Minor change to satisfy GNAT SAS checker.
gcc/
https://gcc.gnu.org/g:45e5196e8bfafe9af99f63109f9e6273763c02a8
commit r16-2417-g45e5196e8bfafe9af99f63109f9e6273763c02a8
Author: Ronan Desplanques
Date: Wed Jul 9 12:59:08 2025 +0200
ada: Add destructors extension
This patch adds a GNAT-specific extension which enables "destructor
https://gcc.gnu.org/g:585ade15412ae056c5ee17c046ae6316ca5d23c1
commit r16-2420-g585ade15412ae056c5ee17c046ae6316ca5d23c1
Author: Gary Dismukes
Date: Fri Jul 11 23:30:18 2025 +
ada: Nested use_type_clause with "all" cancels use_type_clause with wider
scope
The compiler mishand
https://gcc.gnu.org/g:3289f1a374481d85c01f2db30201ea815624e612
commit r16-2416-g3289f1a374481d85c01f2db30201ea815624e612
Author: Denis Mazzucato
Date: Wed Jul 9 12:03:53 2025 +0200
ada: Fix crash when creating extra formals for aliased types
This patch makes sure that we return th
https://gcc.gnu.org/g:918adccdf1f85273e016452c8da6f6b241496cb8
commit r16-2408-g918adccdf1f85273e016452c8da6f6b241496cb8
Author: Piotr Trojanek
Date: Fri Jul 4 11:52:46 2025 +0200
ada: Tune recent change for bit-packed arrays to help GNATprove backend
When GNAT is operating in GNA
https://gcc.gnu.org/g:4de3be28bab44350548cb559b61f69cc040b4016
commit r16-2413-g4de3be28bab44350548cb559b61f69cc040b4016
Author: Javier Miranda
Date: Mon May 12 18:46:11 2025 +
ada: Wrong dispatch on result in presence of dependent expression
The compiler generates wrong code
https://gcc.gnu.org/g:beb6c12a41738f6cf4a1305be6518a0955a55123
commit r16-2419-gbeb6c12a41738f6cf4a1305be6518a0955a55123
Author: Piotr Trojanek
Date: Thu Jul 10 12:35:47 2025 +0200
ada: Only fold array attributes in SPARK when prefix is safe to evaluate
Fix missing checks for pref
https://gcc.gnu.org/g:6037cf8093eff77aa094ee759b3f3f02f31b9776
commit r16-2415-g6037cf8093eff77aa094ee759b3f3f02f31b9776
Author: Ronan Desplanques
Date: Wed Jul 9 10:19:00 2025 +0200
ada: Fix generation of Initialize and Adjust calls
Before this patch, Make_Init_Call and Make_Adju
https://gcc.gnu.org/g:6a3abaf005f3d21eb261bd052d97dde2a87428e8
commit r16-2414-g6a3abaf005f3d21eb261bd052d97dde2a87428e8
Author: Eric Botcazou
Date: Tue Jul 8 21:40:44 2025 +0200
ada: Remove obsolete code from Safe_Unchecked_Type_Conversion
That's a kludge added to work around the
https://gcc.gnu.org/g:69bbc3a2b3fbd9ab632b1c581d0e51a7a5758bac
commit r16-2418-g69bbc3a2b3fbd9ab632b1c581d0e51a7a5758bac
Author: Ronan Desplanques
Date: Fri Jul 11 09:05:57 2025 +0200
ada: Fix minor issues in comments
gcc/ada/ChangeLog:
* einfo.ads (Is_Controlled_
https://gcc.gnu.org/g:06728901a03376bdeafc3ff48115113a0ffe169e
commit r16-2411-g06728901a03376bdeafc3ff48115113a0ffe169e
Author: Eric Botcazou
Date: Tue Jul 8 11:05:19 2025 +0200
ada: Fix assertion failure on aggregate with controlled component
The assertion is:
pra
https://gcc.gnu.org/g:cdbd7946acc884901c06ec40162e47923d941f12
commit r16-2412-gcdbd7946acc884901c06ec40162e47923d941f12
Author: Gary Dismukes
Date: Mon Jul 7 20:59:18 2025 +
ada: Additional condition for Capacity discriminant on bounded container
aggregates
This change test
https://gcc.gnu.org/g:96d5aef307025a771ae4ef47a9b382ef20eb06c4
commit r16-2434-g96d5aef307025a771ae4ef47a9b382ef20eb06c4
Author: Siddhesh Poyarekar
Date: Mon Jul 21 06:43:20 2025 +0530
testsuite: Fix overflow in gcc.dg/vect/pr116125.c
The test ends up writing a byte beyond bounds
https://gcc.gnu.org/g:156c3ee6a9095c5ec6fc10d837fe3ae2291ad8a8
commit r15-10057-g156c3ee6a9095c5ec6fc10d837fe3ae2291ad8a8
Author: Siddhesh Poyarekar
Date: Mon Jul 21 06:43:20 2025 +0530
testsuite: Fix overflow in gcc.dg/vect/pr116125.c
The test ends up writing a byte beyond bounds
https://gcc.gnu.org/g:9a8d91219d65f7cb304b1d678957f95061bfe02b
commit r16-2437-g9a8d91219d65f7cb304b1d678957f95061bfe02b
Author: Richard Biener
Date: Tue Jul 22 15:04:16 2025 +0200
[aarch64] check for non-NULL vectype in aarch64_vector_costs::add_stmt_cost
With a patch still in de
https://gcc.gnu.org/g:2fda72d1315b72e9d43b05da2f260e5c59aaad41
commit r16-2435-g2fda72d1315b72e9d43b05da2f260e5c59aaad41
Author: Andrew Pinski
Date: Tue Jul 22 22:11:29 2025 -0700
testsuite: Mark fn1 in pr81627.c as noinline [PR120101]
Since r16-372-g064cac730f88dc fn1 is now inli
https://gcc.gnu.org/g:fbc7829c5ae473ca54b0b432c68b7c6696b57a8c
commit fbc7829c5ae473ca54b0b432c68b7c6696b57a8c
Author: Michael Meissner
Date: Tue Jul 22 20:48:04 2025 -0400
Update ChangeLog.*
Diff:
---
gcc/ChangeLog.meissner | 60 ++
1 file
https://gcc.gnu.org/g:c0acd26fd9875f014aa871297d5f6c6bc31c0e64
commit c0acd26fd9875f014aa871297d5f6c6bc31c0e64
Author: Michael Meissner
Date: Tue Jul 22 20:46:04 2025 -0400
Add support for -mcpu=future
This patch adds the support that can be used in developing GCC support for
https://gcc.gnu.org/g:6acf9501771b8a26643fe6b887eb2d9b6d008b47
commit r16-2436-g6acf9501771b8a26643fe6b887eb2d9b6d008b47
Author: Richard Biener
Date: Tue Jul 22 15:41:20 2025 +0200
middle-end/121216 - ICE with VLA const string initializer
constant_byte_string fails to consider the
The branch 'mikael/heads/refactor_descriptor_v08' was created in namespace
'refs/users' pointing to:
29e382e1a33f... Extraction gfc_set_gfc_from_cfi
https://gcc.gnu.org/g:519145540dd7aa59f6c95571a8f45363e6906cba
commit 519145540dd7aa59f6c95571a8f45363e6906cba
Author: Mikael Morin
Date: Wed Jun 18 17:31:23 2025 +0200
Déplacement fonctions descripteur vers fichier séparé
Suppression déclarations trans-array.h
Inclusion
https://gcc.gnu.org/g:dc774b94602f01249536d888945e8ca85291c6e7
commit dc774b94602f01249536d888945e8ca85291c6e7
Author: Mikael Morin
Date: Thu Jun 19 18:04:56 2025 +0200
Utilisation gfc_conv_descriptor_offset_{g,s}et
Correction pr43808
Correction gfc_conv_descriptor_offset
https://gcc.gnu.org/g:5e83783ce1baa086327f25204faac9c53e96a955
commit 5e83783ce1baa086327f25204faac9c53e96a955
Author: Mikael Morin
Date: Sat Jun 28 23:09:22 2025 +0200
Suppression gfc_conv_descriptor_dtype compil' OK
Suppression non_lvalue dtype_get
Ajout location descri
https://gcc.gnu.org/g:421d080b5909191c00ebffd11c6029ae09cd0275
commit 421d080b5909191c00ebffd11c6029ae09cd0275
Author: Mikael Morin
Date: Sat Jun 28 22:02:40 2025 +0200
Suppression gfc_conv_descriptor_data_addr
Diff:
---
gcc/fortran/trans-decl.cc | 5 ++---
gcc/fortran/trans-descr
https://gcc.gnu.org/g:40050dcd731b5350bfc133413aac793af7be40ad
commit 40050dcd731b5350bfc133413aac793af7be40ad
Author: Mikael Morin
Date: Wed Feb 12 10:47:31 2025 +0100
Utilisation gfc_conv_descriptor_data_set
Correction erreurs non-lvalue lhs pr113363.f90
Diff:
---
gcc/fortran/
https://gcc.gnu.org/g:d6d43da9cf6c777a249c164a6df692bc5be68e32
commit d6d43da9cf6c777a249c164a6df692bc5be68e32
Author: Mikael Morin
Date: Mon Jul 7 08:52:38 2025 +0200
Prise en charge affichage TARGET_MEM_REF
Diff:
---
gcc/gimple-simulate.cc| 87 ++
https://gcc.gnu.org/g:0d69c054403723908b6ea5175dec94d2f38f8fd4
commit 0d69c054403723908b6ea5175dec94d2f38f8fd4
Author: Mikael Morin
Date: Wed Jul 9 21:18:18 2025 +0200
fortran: Factor array descriptor references
Regression tested on x86_64-pc-linux-gnu.
OK for master?
https://gcc.gnu.org/g:6566bd8e3fd99f7a73036233a697c152abfcd27e
commit 6566bd8e3fd99f7a73036233a697c152abfcd27e
Author: Mikael Morin
Date: Tue Jul 8 13:13:25 2025 +0200
Sauvegarde/restoration cfun
Correction bootstrap
Correction bootstrap
Correction bootstrap
Dif
https://gcc.gnu.org/g:7354fc47f9e73a5826a3b2034c1562b192684eea
commit 7354fc47f9e73a5826a3b2034c1562b192684eea
Author: Mikael Morin
Date: Thu Jun 19 17:22:05 2025 +0200
Ajout non_lvalue getters.
Mises à jour dumps
Mise à jour dump bind-c-contiguous-2.f90
Mise à j
https://gcc.gnu.org/g:92c52aba353b417e031170df3204bb25e8fc69cb
commit 92c52aba353b417e031170df3204bb25e8fc69cb
Author: Mikael Morin
Date: Sun Jun 29 14:11:50 2025 +0200
Suppression gfc_conv_descriptor_type compil' OK
Correction régression PR97046
Suppression non_lvalue ty
https://gcc.gnu.org/g:68da492392029a8f6ff01bbcfa3dfabc5d4706b6
commit 68da492392029a8f6ff01bbcfa3dfabc5d4706b6
Author: Mikael Morin
Date: Sun Jun 29 14:28:16 2025 +0200
Suppression gfc_conv_descriptor_dimension compil' OK
Suppression non_lvalue dimension_get
ajout locatio
https://gcc.gnu.org/g:9167d2a88480777dc3dbe70d667bddfc4f179d8a
commit 9167d2a88480777dc3dbe70d667bddfc4f179d8a
Author: Mikael Morin
Date: Tue Jul 15 17:17:33 2025 +0200
Utilisation gfc_conv_descriptor_token_set
Diff:
---
gcc/fortran/trans-array.cc | 12 +---
gcc/fortran/tran
https://gcc.gnu.org/g:9d5b0124b6d74d0e49633ee354b75c3968f32b76
commit 9d5b0124b6d74d0e49633ee354b75c3968f32b76
Author: Mikael Morin
Date: Sun Jun 29 14:07:23 2025 +0200
Suppression gfc_conv_descriptor_rank compil' OK
Suppression non_lvalue rank_get
Ajout location rank_set
https://gcc.gnu.org/g:90c50ac950c154988e5ae206698f9689b778b4c0
commit 90c50ac950c154988e5ae206698f9689b778b4c0
Author: Mikael Morin
Date: Sun Jun 29 12:40:53 2025 +0200
Suppression gfc_conv_descriptor_elem_len compil' OK
Correction ICE class_allocate_21
Suppression non_lv
https://gcc.gnu.org/g:889dea56374fb92762fe5b9e8dee7c2c404ebb1e
commit 889dea56374fb92762fe5b9e8dee7c2c404ebb1e
Author: Mikael Morin
Date: Tue Jul 1 22:10:35 2025 +0200
Refactoring getters & setters
Nettoyage refactoring
Correction refactoring
Diff:
---
gcc/fortran/trans
https://gcc.gnu.org/g:39c988d7fc97c71f45b322af0eb489685a85349d
commit 39c988d7fc97c71f45b322af0eb489685a85349d
Author: Mikael Morin
Date: Sun Jun 29 12:58:32 2025 +0200
Suppression gfc_conv_descriptor_version compil' OK
Suppression non_lvalue version_get
Ajout location ve
https://gcc.gnu.org/g:5f685a977d20209ae4b8f54ec7844e2736a57842
commit 5f685a977d20209ae4b8f54ec7844e2736a57842
Author: Mikael Morin
Date: Sun Jun 29 14:15:55 2025 +0200
Suppression gfc_conv_descriptor_attribute compil' OK
Diff:
---
gcc/fortran/trans-descriptor.cc | 16
g
https://gcc.gnu.org/g:dea29b45050970dbbf3ba793907ed504f9852c2d
commit dea29b45050970dbbf3ba793907ed504f9852c2d
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:a507baafc413d1317a71fba98d82c2f062aebd21
commit a507baafc413d1317a71fba98d82c2f062aebd21
Author: Mikael Morin
Date: Sat Jul 19 15:55:19 2025 +0200
Modif gfc_init_descriptor_variable
Diff:
---
gcc/fortran/trans-descriptor.cc | 20 +---
1 file changed,
https://gcc.gnu.org/g:523363da0851354da5634dd9b2cf085746678ea6
commit 523363da0851354da5634dd9b2cf085746678ea6
Author: Mikael Morin
Date: Sat Jul 19 15:55:36 2025 +0200
Introduction gfc_init_descriptor_result
Revert "Suppression gfc_init_descriptor_result"
This reverts co
https://gcc.gnu.org/g:42b09001a5ad7d51f659fd070031707aaf009ef0
commit 42b09001a5ad7d51f659fd070031707aaf009ef0
Author: Mikael Morin
Date: Sat Jul 19 13:55:28 2025 +0200
Creation gfc_conv_null_array_descriptor, gfc_conv_scalar_null_to_descriptor
Revert "Renommage gfc_clear_descript
https://gcc.gnu.org/g:ac326e1c48c940b410122ba6219a7fc1782cb376
commit ac326e1c48c940b410122ba6219a7fc1782cb376
Author: Mikael Morin
Date: Tue Jul 15 18:28:30 2025 +0200
Extraction gfc_init_descriptor_variable
Correction nom block
Correction libgomp.fortran/allocators-1.f9
https://gcc.gnu.org/g:ee977c6735bed47228266806e3ee1e4283b52115
commit ee977c6735bed47228266806e3ee1e4283b52115
Author: Mikael Morin
Date: Tue Jul 15 20:30:45 2025 +0200
Extraction gfc_build_default_class_descriptor
Correction régression class_allocate_14
Diff:
---
gcc/fortran/tr
https://gcc.gnu.org/g:2dd89733d88fcb6252ec0421368b6095e0f4b621
commit 2dd89733d88fcb6252ec0421368b6095e0f4b621
Author: Mikael Morin
Date: Thu Jul 17 16:38:25 2025 +0200
Introduction gfc_symbol_attr
Ajout déclaration gfc_symbol_attr
Diff:
---
gcc/fortran/gfortran.h | 1 +
gcc/fo
https://gcc.gnu.org/g:b7b4a236eb3efe3197aebe0604b3c37a8eb4c7b9
commit b7b4a236eb3efe3197aebe0604b3c37a8eb4c7b9
Author: Mikael Morin
Date: Tue Jul 1 22:20:34 2025 +0200
Ajout locations setters
Diff:
---
gcc/fortran/trans-descriptor.cc | 28
1 file changed, 20
https://gcc.gnu.org/g:5c581cf1c7b04f8cbaff04e9324646c7637131ae
commit 5c581cf1c7b04f8cbaff04e9324646c7637131ae
Author: Mikael Morin
Date: Tue Jul 15 21:49:27 2025 +0200
Extraction gfc_init_absent_descriptor
Correction gfc_clear_descriptor assumed rank
Correction partielle
https://gcc.gnu.org/g:be7b8b0e1b361ef662d63a4f85cc175171232fe1
commit be7b8b0e1b361ef662d63a4f85cc175171232fe1
Author: Mikael Morin
Date: Tue Jul 15 21:06:28 2025 +0200
Extraction gfc_init_static_descriptor
Correction compilation
Renommage gfc_clear_descriptor -> gfc_init
https://gcc.gnu.org/g:c6b571c6c7c45bd86abe4de22fb5f10130ed92e1
commit r15-10052-gc6b571c6c7c45bd86abe4de22fb5f10130ed92e1
Author: Piotr Trojanek
Date: Fri Jul 4 11:52:46 2025 +0200
ada: Tune recent change for bit-packed arrays to help GNATprove backend
When GNAT is operating in GN
https://gcc.gnu.org/g:2b05983ca270f1dae905d987415b3e624d17ceb2
commit r15-10053-g2b05983ca270f1dae905d987415b3e624d17ceb2
Author: Eric Botcazou
Date: Tue Jul 8 11:05:19 2025 +0200
ada: Fix assertion failure on aggregate with controlled component
The assertion is:
pr
https://gcc.gnu.org/g:0bccb1eb75549db809e0685557dcce65798bf746
commit r15-10054-g0bccb1eb75549db809e0685557dcce65798bf746
Author: Eric Botcazou
Date: Tue Jul 8 21:40:44 2025 +0200
ada: Remove obsolete code from Safe_Unchecked_Type_Conversion
That's a kludge added to work around th
https://gcc.gnu.org/g:e28f90fcc8d8eafcae7fe5bd3ea18cfc194e7d6b
commit r15-10050-ge28f90fcc8d8eafcae7fe5bd3ea18cfc194e7d6b
Author: Ghjuvan Lacambre
Date: Wed Jul 2 09:11:03 2025 +0200
ada: exp_util.adb: prevent infinite loop in case of broken code
A recent commit modified exp_util.
https://gcc.gnu.org/g:381d0146e71fb8066d4058083b535848746feec3
commit r15-10055-g381d0146e71fb8066d4058083b535848746feec3
Author: Ronan Desplanques
Date: Wed Jul 9 10:19:00 2025 +0200
ada: Fix generation of Initialize and Adjust calls
Before this patch, Make_Init_Call and Make_Adj
https://gcc.gnu.org/g:633f73c006f94e13dea2a0d5a5423f632c25c38f
commit r15-10051-g633f73c006f94e13dea2a0d5a5423f632c25c38f
Author: Eric Botcazou
Date: Wed Jul 2 15:25:55 2025 +0200
ada: Fix wrong indirect access to bit-packed array in iterated loop
This comes from a missing expansi
https://gcc.gnu.org/g:bdfb5cc5aa6959a6959fc0cf98da08db89c81032
commit r16-2422-gbdfb5cc5aa6959a6959fc0cf98da08db89c81032
Author: Richard Biener
Date: Tue Jul 22 13:02:03 2025 +0200
tree-optimization/121202 - fix vector stmt placement
When we have a vector shift with a scalar the s
https://gcc.gnu.org/g:259451b07145c4920c866a246d158c13d6996057
commit r15-10043-g259451b07145c4920c866a246d158c13d6996057
Author: Waffl3x
Date: Mon May 26 02:38:27 2025 -0600
Add 'libgomp.c++/target-flex-[...].C' test cases
libgomp/ChangeLog:
* testsuite/libgomp.c
https://gcc.gnu.org/g:a7c5f7ac5e7f7cede5d5c33c44d58cb28a79
commit r15-10045-ga7c5f7ac5e7f7cede5d5c33c44d58cb28a79
Author: Kwok Cheung Yeung
Date: Thu May 8 20:41:16 2025 +0100
libgomp: Add testcases for concurrent access to standard C++ containers on
offload targets
libgo
https://gcc.gnu.org/g:e4dbeb01fc816a8fca9d9dcb3fd66ce6e6137fa2
commit r15-10042-ge4dbeb01fc816a8fca9d9dcb3fd66ce6e6137fa2
Author: Thomas Schwinge
Date: Wed May 28 18:40:31 2025 +0200
Defuse 'RESULT_DECL' check in 'pass_nrv' (for offloading compilation)
[PR119835]
... to avoid run
https://gcc.gnu.org/g:9023bcd0d68c1ba7faebc9edb6db34537b2a7966
commit r15-10049-g9023bcd0d68c1ba7faebc9edb6db34537b2a7966
Author: Tobias Burnus
Date: Tue Jun 17 11:33:09 2025 +0200
OpenMP: Fix implicit 'declare target' for
libstdc++-v3/include/std/ostream contains:
nam
https://gcc.gnu.org/g:2b105cb91a67b4343828f258df17d5b1c1a52143
commit r15-10035-g2b105cb91a67b4343828f258df17d5b1c1a52143
Author: Thomas Schwinge
Date: Wed May 7 15:37:17 2025 +0200
nvptx: Support '-mptx=5.0'
gcc/
* config/nvptx/nvptx-opts.h (enum ptx_version):
https://gcc.gnu.org/g:dd10f193a877a45c16682b4b9ee58bdc281859ff
commit r15-10048-gdd10f193a877a45c16682b4b9ee58bdc281859ff
Author: Thomas Schwinge
Date: Mon May 26 13:31:54 2025 +0200
Avoid SIGSEGV in nvptx 'mkoffload' for voluminous PTX code
In commit 50be486dff4ea2676ed022e9524ef
https://gcc.gnu.org/g:f59cb28d53b62aa080da60617109440b303ceb2b
commit r16-2424-gf59cb28d53b62aa080da60617109440b303ceb2b
Author: Tomasz Kamiński
Date: Tue Jul 22 09:44:24 2025 +0200
libstdc++: Make testsuite_iterators constexpr and expand inplace_vector
tests [PR119137]
All funct
The branch 'mikael/heads/refactor_descriptor_v08' in namespace 'refs/users' was
deleted.
It previously pointed to:
29e382e1a33f... Extraction gfc_set_gfc_from_cfi
Diff:
!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-
https://gcc.gnu.org/g:92c52aba353b417e031170df3204bb25e8fc69cb
commit 92c52aba353b417e031170df3204bb25e8fc69cb
Author: Mikael Morin
Date: Sun Jun 29 14:11:50 2025 +0200
Suppression gfc_conv_descriptor_type compil' OK
Correction régression PR97046
Suppression non_lvalue ty
https://gcc.gnu.org/g:5f685a977d20209ae4b8f54ec7844e2736a57842
commit 5f685a977d20209ae4b8f54ec7844e2736a57842
Author: Mikael Morin
Date: Sun Jun 29 14:15:55 2025 +0200
Suppression gfc_conv_descriptor_attribute compil' OK
Diff:
---
gcc/fortran/trans-descriptor.cc | 16
g
https://gcc.gnu.org/g:40050dcd731b5350bfc133413aac793af7be40ad
commit 40050dcd731b5350bfc133413aac793af7be40ad
Author: Mikael Morin
Date: Wed Feb 12 10:47:31 2025 +0100
Utilisation gfc_conv_descriptor_data_set
Correction erreurs non-lvalue lhs pr113363.f90
Diff:
---
gcc/fortran/
https://gcc.gnu.org/g:5e83783ce1baa086327f25204faac9c53e96a955
commit 5e83783ce1baa086327f25204faac9c53e96a955
Author: Mikael Morin
Date: Sat Jun 28 23:09:22 2025 +0200
Suppression gfc_conv_descriptor_dtype compil' OK
Suppression non_lvalue dtype_get
Ajout location descri
https://gcc.gnu.org/g:90c50ac950c154988e5ae206698f9689b778b4c0
commit 90c50ac950c154988e5ae206698f9689b778b4c0
Author: Mikael Morin
Date: Sun Jun 29 12:40:53 2025 +0200
Suppression gfc_conv_descriptor_elem_len compil' OK
Correction ICE class_allocate_21
Suppression non_lv
https://gcc.gnu.org/g:9d5b0124b6d74d0e49633ee354b75c3968f32b76
commit 9d5b0124b6d74d0e49633ee354b75c3968f32b76
Author: Mikael Morin
Date: Sun Jun 29 14:07:23 2025 +0200
Suppression gfc_conv_descriptor_rank compil' OK
Suppression non_lvalue rank_get
Ajout location rank_set
https://gcc.gnu.org/g:421d080b5909191c00ebffd11c6029ae09cd0275
commit 421d080b5909191c00ebffd11c6029ae09cd0275
Author: Mikael Morin
Date: Sat Jun 28 22:02:40 2025 +0200
Suppression gfc_conv_descriptor_data_addr
Diff:
---
gcc/fortran/trans-decl.cc | 5 ++---
gcc/fortran/trans-descr
https://gcc.gnu.org/g:dc774b94602f01249536d888945e8ca85291c6e7
commit dc774b94602f01249536d888945e8ca85291c6e7
Author: Mikael Morin
Date: Thu Jun 19 18:04:56 2025 +0200
Utilisation gfc_conv_descriptor_offset_{g,s}et
Correction pr43808
Correction gfc_conv_descriptor_offset
https://gcc.gnu.org/g:39c988d7fc97c71f45b322af0eb489685a85349d
commit 39c988d7fc97c71f45b322af0eb489685a85349d
Author: Mikael Morin
Date: Sun Jun 29 12:58:32 2025 +0200
Suppression gfc_conv_descriptor_version compil' OK
Suppression non_lvalue version_get
Ajout location ve
https://gcc.gnu.org/g:0d69c054403723908b6ea5175dec94d2f38f8fd4
commit 0d69c054403723908b6ea5175dec94d2f38f8fd4
Author: Mikael Morin
Date: Wed Jul 9 21:18:18 2025 +0200
fortran: Factor array descriptor references
Regression tested on x86_64-pc-linux-gnu.
OK for master?
https://gcc.gnu.org/g:519145540dd7aa59f6c95571a8f45363e6906cba
commit 519145540dd7aa59f6c95571a8f45363e6906cba
Author: Mikael Morin
Date: Wed Jun 18 17:31:23 2025 +0200
Déplacement fonctions descripteur vers fichier séparé
Suppression déclarations trans-array.h
Inclusion
The branch 'mikael/heads/refactor_descriptor_v08' was created in namespace
'refs/users' pointing to:
9ffecd32fdcd... Extraction gfc_set_gfc_from_cfi
https://gcc.gnu.org/g:6566bd8e3fd99f7a73036233a697c152abfcd27e
commit 6566bd8e3fd99f7a73036233a697c152abfcd27e
Author: Mikael Morin
Date: Tue Jul 8 13:13:25 2025 +0200
Sauvegarde/restoration cfun
Correction bootstrap
Correction bootstrap
Correction bootstrap
Dif
https://gcc.gnu.org/g:d6d43da9cf6c777a249c164a6df692bc5be68e32
commit d6d43da9cf6c777a249c164a6df692bc5be68e32
Author: Mikael Morin
Date: Mon Jul 7 08:52:38 2025 +0200
Prise en charge affichage TARGET_MEM_REF
Diff:
---
gcc/gimple-simulate.cc| 87 ++
https://gcc.gnu.org/g:7354fc47f9e73a5826a3b2034c1562b192684eea
commit 7354fc47f9e73a5826a3b2034c1562b192684eea
Author: Mikael Morin
Date: Thu Jun 19 17:22:05 2025 +0200
Ajout non_lvalue getters.
Mises à jour dumps
Mise à jour dump bind-c-contiguous-2.f90
Mise à j
https://gcc.gnu.org/g:2dd89733d88fcb6252ec0421368b6095e0f4b621
commit 2dd89733d88fcb6252ec0421368b6095e0f4b621
Author: Mikael Morin
Date: Thu Jul 17 16:38:25 2025 +0200
Introduction gfc_symbol_attr
Ajout déclaration gfc_symbol_attr
Diff:
---
gcc/fortran/gfortran.h | 1 +
gcc/fo
https://gcc.gnu.org/g:889dea56374fb92762fe5b9e8dee7c2c404ebb1e
commit 889dea56374fb92762fe5b9e8dee7c2c404ebb1e
Author: Mikael Morin
Date: Tue Jul 1 22:10:35 2025 +0200
Refactoring getters & setters
Nettoyage refactoring
Correction refactoring
Diff:
---
gcc/fortran/trans
https://gcc.gnu.org/g:b7b4a236eb3efe3197aebe0604b3c37a8eb4c7b9
commit b7b4a236eb3efe3197aebe0604b3c37a8eb4c7b9
Author: Mikael Morin
Date: Tue Jul 1 22:20:34 2025 +0200
Ajout locations setters
Diff:
---
gcc/fortran/trans-descriptor.cc | 28
1 file changed, 20
https://gcc.gnu.org/g:68da492392029a8f6ff01bbcfa3dfabc5d4706b6
commit 68da492392029a8f6ff01bbcfa3dfabc5d4706b6
Author: Mikael Morin
Date: Sun Jun 29 14:28:16 2025 +0200
Suppression gfc_conv_descriptor_dimension compil' OK
Suppression non_lvalue dimension_get
ajout locatio
https://gcc.gnu.org/g:9167d2a88480777dc3dbe70d667bddfc4f179d8a
commit 9167d2a88480777dc3dbe70d667bddfc4f179d8a
Author: Mikael Morin
Date: Tue Jul 15 17:17:33 2025 +0200
Utilisation gfc_conv_descriptor_token_set
Diff:
---
gcc/fortran/trans-array.cc | 12 +---
gcc/fortran/tran
https://gcc.gnu.org/g:a507baafc413d1317a71fba98d82c2f062aebd21
commit a507baafc413d1317a71fba98d82c2f062aebd21
Author: Mikael Morin
Date: Sat Jul 19 15:55:19 2025 +0200
Modif gfc_init_descriptor_variable
Diff:
---
gcc/fortran/trans-descriptor.cc | 20 +---
1 file changed,
https://gcc.gnu.org/g:dea29b45050970dbbf3ba793907ed504f9852c2d
commit dea29b45050970dbbf3ba793907ed504f9852c2d
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:ac326e1c48c940b410122ba6219a7fc1782cb376
commit ac326e1c48c940b410122ba6219a7fc1782cb376
Author: Mikael Morin
Date: Tue Jul 15 18:28:30 2025 +0200
Extraction gfc_init_descriptor_variable
Correction nom block
Correction libgomp.fortran/allocators-1.f9
https://gcc.gnu.org/g:c121c97eabfaeb580e8511f08face642c8cbc21e
commit c121c97eabfaeb580e8511f08face642c8cbc21e
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:07ebb649314ba924be4f6d4b0e1171a9c998552b
commit 07ebb649314ba924be4f6d4b0e1171a9c998552b
Author: Mikael Morin
Date: Wed Jul 16 15:07:58 2025 +0200
Appel méthode shift descriptor dans gfc_trans_pointer_assignment
Diff:
---
gcc/fortran/trans-descriptor.cc | 92 +++
https://gcc.gnu.org/g:535a44bfb6a5ec84e42f46f874e21b6a5cfdb3bd
commit 535a44bfb6a5ec84e42f46f874e21b6a5cfdb3bd
Author: Mikael Morin
Date: Wed Jul 16 16:49:28 2025 +0200
Extraction fonction gfc_nullify_descriptor
Diff:
---
gcc/fortran/trans-descriptor.cc | 6 ++
gcc/fortran/trans-desc
1 - 100 of 230 matches
Mail list logo