aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.cc
AgeCommit message (Expand)AuthorFilesLines
2023-06-02Fortran: Fix some problems blocking associate meta-bug [PR87477]Paul Thomas1-27/+34
2023-06-01OpenMP/Fortran: Permit pure directives inside PURETobias Burnus1-15/+35
2023-05-26Fortran/OpenMP: Add parsing support for allocators/allocate directivesTobias Burnus1-2/+182
2023-05-18Fortran: Narrow return types [PR78798]Bernhard Reutner-Fischer1-1/+1
2023-02-21Fortran: improve checking of character length specification [PR96025]Harald Anlauf1-11/+14
2023-02-09Fortran/OpenMP: Fix -fopenmp-simd for 'omp assume(s)'Tobias Burnus1-0/+3
2023-01-29ICE in gfc_free_namespace. ice-on-invalid.Jerry DeLisle1-8/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-29Modify checks to avoid referencing NULL pointer.Steve Kargl1-2/+2
2022-12-13Fortran: NULL pointer dereference while parsing a function [PR107423]Steve Kargl1-1/+1
2022-11-30fix Clang warningMartin Liska1-1/+1
2022-11-28OpenMP/Fortran: Permit end-clause on directiveTobias Burnus1-4/+29
2022-10-05Fortran: Add OpenMP's assume(s) directivesTobias Burnus1-3/+28
2022-10-04OpenMP: Update invoke.texi and fix fortran/parse.cc for -fopenmp-simdTobias Burnus1-3/+3
2022-09-05Fortran/openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration supportTobias Burnus1-1/+2
2022-08-25Fortran/OpenMP: Fix strictly structured blocks parsingTobias Burnus1-1/+1
2022-07-04OpenMP: Move omp requires checks to libgompTobias Burnus1-1/+21
2022-05-09Fortran: check for non-optional spaces between adjacent keywordsHarald Anlauf1-11/+11
2022-03-19fortran: Separate associate character lengths earlier [PR104570]Mikael Morin1-0/+18
2022-01-17Change references of .c files to .cc filesMartin Liska1-3/+3
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+6987