aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-20fortran: Restore current interface info on error [PR111291]Mikael Morin1-0/+1
2024-01-13Fortran: annotations for DO CONCURRENT loops [PR113305]Harald Anlauf1-5/+29
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-16Fortran: Fix problems with class array function selectors [PR112834]Paul Thomas1-1/+11
2023-12-11OpenMP: Support acquires/release in 'omp require atomic_default_mem_order'Tobias Burnus1-0/+8
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-1/+6
2023-11-02Fortran: Fix for regression in ASSOCIATE [PR112316]Paul Thomas1-50/+46
2023-10-14Fortran: Support OpenMP's 'allocate' directive for stack varsTobias Burnus1-4/+4
2023-10-08Fortran/OpenMP: Fix handling of strictly structured blocksTobias Burnus1-5/+17
2023-09-15fortran: Remove reference count update [PR108957]Mikael Morin1-3/+0
2023-08-30fortran: Restore interface to its previous state on error [PR48776]Mikael Morin1-0/+54
2023-07-27OpenMP/Fortran: Extend reject code between target + teams [PR71065, PR110725]Tobias Burnus1-26/+21
2023-07-25OpenMP/Fortran: Reject declarations between target + teamsTobias Burnus1-3/+22
2023-07-24OpenMP/Fortran: Reject not strictly nested target -> teams [PR110725, PR71065]Tobias Burnus1-0/+33
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