aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.cc
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Fortran: Fix select type regression due to r14-9489 [PR114874]Paul Thomas1-0/+21
2024-03-15Fortran: Fix class/derived/complex function associate selectors [PR87477]Paul Thomas1-4/+23
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-16Fortran: Fix problems with class array function selectors [PR112834]Paul Thomas1-3/+17
2023-11-03Fortran: fix issue with multiple references of a procedure pointer [PR97245]Harald Anlauf1-0/+1
2023-10-27Fortran: Fix some problems with SELECT TYPE selectors [PR104625].Paul Thomas1-9/+13
2023-10-14Fortran: Support OpenMP's 'allocate' directive for stack varsTobias Burnus1-1/+8
2023-08-25fortran: Rename TRUE/FALSE to true/false in *.cc filesUros Bizjak1-2/+2
2023-07-17OpenMP/Fortran: Parsing support for 'uses_allocators'Tobias Burnus1-1/+6
2023-07-08Fortran: Fix default type bugs in gfortran [PR99139, PR99368]Paul Thomas1-4/+37
2023-06-21Fortran: Fix some bugs in associate [PR87477]Paul Thomas1-15/+45
2023-06-20Fortran's gfc_match_char: %S to match symbol with host_assocTobias Burnus1-2/+4
2023-05-26Fortran/OpenMP: Add parsing support for allocators/allocate directivesTobias Burnus1-2/+5
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-1/+1
2023-01-28Fortran: diagnose USE associated symbols in COMMON blocks [PR108453]Harald Anlauf1-0/+10
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-22Fortran: check for invalid uses of statement functions arguments [PR69604]Harald Anlauf1-0/+27
2022-12-10Fortran: Replace simple '.' quotes by %<.%>Tobias Burnus1-1/+1
2022-12-09Fortran/OpenMP: align/allocator modifiers to the allocate clauseTobias Burnus1-1/+3
2022-07-31Fortran: detect blanks within literal constants in free-form mode [PR92805]Harald Anlauf1-9/+15
2022-05-09Fortran: check for non-optional spaces between adjacent keywordsHarald Anlauf1-11/+11
2022-04-13OpenMP/Fortran: Fix EXIT in loop diagnostic [PR105242]Tobias Burnus1-71/+95
2022-02-24Fortran: frontend code for F2018 QUIET specifier to STOP and ERROR STOPHarald Anlauf1-10/+52
2022-01-17Change references of .c files to .cc filesMartin Liska1-8/+8
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+7264