summaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.cc
AgeCommit message (Expand)Author
2025-11-18fortran: Enforce spec statement ordering [PR32365]Jerry DeLisle
2025-11-17GCC, meet C++20Jakub Jelinek
2025-11-04OpenMP/Fortran: Revamp handling of labels in metadirectives [PR122369,PR122508]Paul-Antoine Arras
2025-08-21Fortran: gfortran PDT component access [PR84122, PR85942]Paul Thomas
2025-08-09Fortran: F2018 GENERIC statement is missing [PR121182]Paul Thomas
2025-07-11Fortran: Implement F2018 IMPORT statements [PR106135]Paul Thomas
2025-05-30OpenMP: C++ "declare mapper" supportJulian Brown
2025-04-22Fortran: Improve F2018 TEAM handling [PR87326, PR87556, PR88254, PR103896]Andre Vehreschild
2025-02-20Fortran: Move caf_get-rewrite to coarray.cc [PR107635]Andre Vehreschild
2025-02-08[PATCH] OpenMP: Improve Fortran metadirective diagnostics [PR107067]Sandra Loosemore
2025-01-31OpenMP/Fortran: Add missing pop_state in parse_omp_dispatch [PR118714]Paul-Antoine Arras
2025-01-30OpenMP: Fortran support for metadirectives and dynamic selectorsSandra Loosemore
2025-01-16Allow CFI_cdesc_t in argument lists with -fc-prototypes.Thomas Koenig
2025-01-13Fortran: Add LOCALITY support for DO_CONCURRENTAnuj Mohite
2025-01-02OpenMP: Fortran front-end support for dispatch + adjust_argsPaul-Antoine Arras
2025-01-02Update copyright years.Jakub Jelinek
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm
2024-10-23Fortran: Generic processing of assumed rank objects (f202y) [PR116733]Paul Thomas
2024-10-19Fortran: Add range-based diagnosticTobias Burnus
2024-09-25OpenMP: Update OMP_REQUIRES_TARGET_USED for declare_target + interopTobias Burnus
2024-09-24OpenMP: Add support for 'self_maps' to the 'require' directiveTobias Burnus
2024-09-06Fortran: Add OpenMP 'interop' directive parsing supportTobias Burnus
2024-08-15Add corank to gfc_expr.Andre Vehreschild
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek
2024-03-22fortran: Ignore use statements on error [PR107426]Mikael Morin
2024-03-15Fortran: Fix class/derived/complex function associate selectors [PR87477]Paul Thomas
2024-01-20fortran: Restore current interface info on error [PR111291]Mikael Morin
2024-01-13Fortran: annotations for DO CONCURRENT loops [PR113305]Harald Anlauf
2024-01-03Update copyright years.Jakub Jelinek
2023-12-16Fortran: Fix problems with class array function selectors [PR112834]Paul Thomas
2023-12-11OpenMP: Support acquires/release in 'omp require atomic_default_mem_order'Tobias Burnus
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus
2023-11-02Fortran: Fix for regression in ASSOCIATE [PR112316]Paul Thomas
2023-10-14Fortran: Support OpenMP's 'allocate' directive for stack varsTobias Burnus
2023-10-08Fortran/OpenMP: Fix handling of strictly structured blocksTobias Burnus
2023-09-15fortran: Remove reference count update [PR108957]Mikael Morin
2023-08-30fortran: Restore interface to its previous state on error [PR48776]Mikael Morin
2023-07-27OpenMP/Fortran: Extend reject code between target + teams [PR71065, PR110725]Tobias Burnus
2023-07-25OpenMP/Fortran: Reject declarations between target + teamsTobias Burnus
2023-07-24OpenMP/Fortran: Reject not strictly nested target -> teams [PR110725, PR71065]Tobias Burnus
2023-06-02Fortran: Fix some problems blocking associate meta-bug [PR87477]Paul Thomas
2023-06-01OpenMP/Fortran: Permit pure directives inside PURETobias Burnus
2023-05-26Fortran/OpenMP: Add parsing support for allocators/allocate directivesTobias Burnus
2023-05-18Fortran: Narrow return types [PR78798]Bernhard Reutner-Fischer
2023-02-21Fortran: improve checking of character length specification [PR96025]Harald Anlauf
2023-02-09Fortran/OpenMP: Fix -fopenmp-simd for 'omp assume(s)'Tobias Burnus
2023-01-29ICE in gfc_free_namespace. ice-on-invalid.Jerry DeLisle
2023-01-16Update copyright years.Jakub Jelinek
2022-12-29Modify checks to avoid referencing NULL pointer.Steve Kargl