diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-03 00:18:15 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-03 00:18:15 +0000 |
commit | 93acd068af65c4a73ddaee6a8e36f016bde3df9d (patch) | |
tree | 132507c1b11e7354fdc3599e7d251434a636444f /gcc/fortran | |
parent | 0acac6c432aef97222f14a1b87b9e9f9ee94c9e8 (diff) | |
download | gcc-93acd068af65c4a73ddaee6a8e36f016bde3df9d.zip gcc-93acd068af65c4a73ddaee6a8e36f016bde3df9d.tar.gz gcc-93acd068af65c4a73ddaee6a8e36f016bde3df9d.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 9da9326..c9c07b35 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,13 @@ +2025-04-02 Sandra Loosemore <sloosemore@baylibre.com> + + PR middle-end/118965 + * openmp.cc (gfc_parser_omp_clause_init_modifiers): Fix some + inconsistent code indentation. Remove code for recognizing + clauses without modifiers. Diagnose prefer_type without a + following paren. Adjust error message for an unrecognized modifier. + Diagnose missing target/targetsync modifier. + (gfc_match_omp_init): Fix more inconsistent code indentation. + 2025-03-28 Harald Anlauf <anlauf@gmx.de> * check.cc (gfc_invalid_boz): Correct spelling of compiler flag in |