diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-03-04 00:18:29 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-03-04 00:18:29 +0000 |
commit | 491c0b8071323295471648a438eb4c216d15735c (patch) | |
tree | f7491d71cedca33edfdd1fb5415c86eb86d3b440 /gcc/fortran | |
parent | 6fdc64edada4a14b6dcd786bdf9fb7960cc14321 (diff) | |
download | gcc-491c0b8071323295471648a438eb4c216d15735c.zip gcc-491c0b8071323295471648a438eb4c216d15735c.tar.gz gcc-491c0b8071323295471648a438eb4c216d15735c.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index d2efacc..442fbfc 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,19 @@ +2025-03-03 Harald Anlauf <anlauf@gmx.de> + + PR fortran/101577 + * symbol.cc (verify_bind_c_derived_type): Generate error message + for derived type with no components in standard conformance mode, + indicating that this is a GNU extension. + +2025-03-03 Andre Vehreschild <vehre@gcc.gnu.org> + + PR fortran/118747 + * trans-array.cc (gfc_trans_array_ctor_element): Remove copy to + temporary variable. + * trans-expr.cc (gfc_conv_procedure_call): Use references to + array members instead of copies when freeing after use. + Formatting fix. + 2025-03-02 Sandra Loosemore <sloosemore@baylibre.com> * intrinsic.texi: Fix inconsistent capitalization of argument |