diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-12-21 00:19:33 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-12-21 00:19:33 +0000 |
commit | 2a95e00abfe4a48ce2a0a239f1c88851d7b6ef08 (patch) | |
tree | b67118eff102e8235fd24274bb16bfef2992ec8d /gcc/fortran | |
parent | 1ec38e26e2be462c0fb645718714f61fc86a497d (diff) | |
download | gcc-2a95e00abfe4a48ce2a0a239f1c88851d7b6ef08.zip gcc-2a95e00abfe4a48ce2a0a239f1c88851d7b6ef08.tar.gz gcc-2a95e00abfe4a48ce2a0a239f1c88851d7b6ef08.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index c183746..bf55582 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,37 @@ +2024-12-20 Sandra Loosemore <sloosemore@baylibre.com> + + * gfortran.texi: Get rid of some unnecessary hyphens throughout + the file. + * invoke.texi: Likewise. + +2024-12-20 Sandra Loosemore <sloosemore@baylibre.com> + + * gfortran.texi: Use the present tense throughout; fix some + markup issues and awkward wording. + * invoke.texi: Likewise. + +2024-12-20 Sandra Loosemore <sloosemore@baylibre.com> + + * gfortran.texi: Fix markup, typos, and indexing throughout the + file. + * invoke.texi: Likewise. + +2024-12-20 Sandra Loosemore <sloosemore@baylibre.com> + + PR fortran/51820 + PR fortran/89632 + PR fortran/109216 + * invoke.texi (Code Gen Options): Further cleanups of the discussion + of what -funderscoring and -fsecond-underscore do. + +2024-12-20 Harald Anlauf <anlauf@gmx.de> + + PR fortran/118120 + PR fortran/113928 + * trans-array.cc (symbols_could_alias): If one symbol refers to a + complex type and the other to a real type of the same kind, do not + a priori exclude the possibility of aliasing. + 2024-12-17 Sandra Loosemore <sloosemore@baylibre.com> PR c/26154 |