aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dump-parse-tree.cc
AgeCommit message (Expand)AuthorFilesLines
2025-03-04C prototypes for external arguments; add warning for mismatch.Thomas Koenig1-37/+77
2025-02-16Remove double output of attr->save.Thomas Koenig1-4/+0
2025-01-30OpenMP: Fortran support for metadirectives and dynamic selectorsSandra Loosemore1-0/+20
2025-01-16Allow CFI_cdesc_t in argument lists with -fc-prototypes.Thomas Koenig1-20/+134
2025-01-13Fortran: Add LOCALITY support for DO_CONCURRENTAnuj Mohite1-3/+110
2025-01-13Fix typos in show_attr.Thomas Koenig1-1/+1
2025-01-12Dump all symbol attributes in show_attr.Thomas Koenig1-1/+107
2025-01-02OpenMP: Fortran front-end support for dispatch + adjust_argsPaul-Antoine Arras1-0/+17
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-22OpenMP: 'interop' construct - add C/C++ parser support, improve Fortran parsingTobias Burnus1-45/+24
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-10-12Unsigned constants for ISO_FORTRAN_ENV and ISO_C_BINDING.Thomas Koenig1-2/+12
2024-09-13Fortran: Fixes to OpenMP 'interop' directive parsing supportTobias Burnus1-24/+60
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig1-0/+8
2024-09-06Fortran: Add OpenMP 'interop' directive parsing supportTobias Burnus1-15/+46
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek1-0/+26
2024-03-15Fortran: Fix class/derived/complex function associate selectors [PR87477]Paul Thomas1-4/+13
2024-03-14Minor fixes for OpenACC/Fortran 'self' clause for compute constructsThomas Schwinge1-0/+6
2024-03-14OpenACC 2.7: front-end support for readonly modifierChung-Lin Tang1-1/+4
2024-02-15openmp, fortran: Add Fortran support for indirect clause on the declare targe...Kwok Cheung Yeung1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-0/+2
2023-10-25OpenMP/Fortran: Group handling of 'if' clause without and with modifierThomas Schwinge1-21/+21
2023-07-17OpenMP/Fortran: Parsing support for 'uses_allocators'Tobias Burnus1-0/+24
2023-06-20Fortran: Fix parse-dump-tree for OpenMP ALLOCATE clauseTobias Burnus1-3/+6
2023-06-06openmp: Add support for the 'present' modifierTobias Burnus1-0/+14
2023-05-26Fortran/OpenMP: Add parsing support for allocators/allocate directivesTobias Burnus1-2/+6
2023-05-10Fortran: dump-parse-tree: Mark debug functions with DEBUG_FUNCTIONBernhard Reutner-Fischer1-16/+22
2023-05-10Fortran: dump-parse-tree attribs: fix unbalanced braces [PR109624]Bernhard Reutner-Fischer1-3/+13
2023-04-01Change "long_double" into "long double" for C prototypes from Fortran.Thomas Koenig1-0/+2
2023-03-29Fix fc-prototypes usage with C_INT64_T and non LP64 Targets.Andrew Pinski1-0/+3
2023-03-18Fortran: Fix bugs and missing features in finalization [PR37336]Paul Thomas1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-23Fortran: Typo/unicode-o fixesJulian Brown1-1/+1
2022-12-09Fortran/OpenMP: align/allocator modifiers to the allocate clauseTobias Burnus1-0/+23
2022-10-05Fortran: Add OpenMP's assume(s) directivesTobias Burnus1-0/+41
2022-09-05Fortran/openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration supportTobias Burnus1-7/+31
2022-07-04OpenMP/Fortran: Add support for OpenMP 5.2 linear clause syntaxTobias Burnus1-3/+3
2022-07-01OpenMP: Handle tofrom with target enter/exit dataTobias Burnus1-0/+5
2022-05-28OpenMP/Fortran: Add support for enter clause on declare targetTobias Burnus1-0/+1
2022-05-18OpenMP: Add Fortran support for inoutset depend-kindTobias Burnus1-0/+2
2022-05-17OpenMP: Add omp_all_memory support to FortranTobias Burnus1-1/+1
2022-03-07Fortran: Fix typosTobias Burnus1-1/+1
2022-02-24Fortran: frontend code for F2018 QUIET specifier to STOP and ERROR STOPHarald Anlauf1-0/+5
2022-02-09C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct.Marcel Vollweiler1-0/+1
2022-01-20Fortran: Fix scope for OMP AFFINITY clause iterator variables [PR103695]Sandra Loosemore1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+3924