aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/gfortran.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-21Fortran: Fix some bugs in associate [PR87477]Paul Thomas1-0/+1
2023-06-08Fortran: Fix some more blockers in associate meta-bug [PR87477]Paul Thomas1-3/+0
2023-06-06openmp: Add support for the 'present' modifierTobias Burnus1-1/+9
2023-05-26Fortran/OpenMP: Add parsing support for allocators/allocate directivesTobias Burnus1-2/+7
2023-05-24Fortran: checking and simplification of RESHAPE intrinsic [PR103794]Harald Anlauf1-0/+1
2023-05-18Fortran: Narrow return types [PR78798]Bernhard Reutner-Fischer1-24/+24
2023-05-05Fortran: overloading of intrinsic binary operators [PR109641]Harald Anlauf1-0/+1
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-2/+2
2023-04-14Fortran: Fix an excess finalization during allocation [PR104272]Paul Thomas1-0/+2
2023-03-24Fortran: Escalate failure when Hollerith constant to real conversion failsHaochen Gui1-0/+1
2023-03-18Fortran: Fix bugs and missing features in finalization [PR37336]Paul Thomas1-0/+1
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka1-2/+2
2023-02-13Fortran: Add !GCC$ attributes NOINLINE,NORETURN,WEAKRimvydas Jasinskas1-0/+3
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-14OpenMP: Duplicate checking for map clauses in Fortran (PR107214)Julian Brown1-9/+21
2022-12-09Fortran/OpenMP: align/allocator modifiers to the allocate clauseTobias Burnus1-1/+2
2021-11-06Fortran: Remove unused declarationBernhard Reutner-Fischer1-1/+0
2022-10-17Fortran: handle bad array ctors with typespec [PR93483, PR107216, PR107219]Harald Anlauf1-2/+3
2022-10-08Fortran: error recovery for invalid types in array constructors [PR107000]Harald Anlauf1-1/+1
2022-10-05Fortran: Add OpenMP's assume(s) directivesTobias Burnus1-2/+21
2022-09-05Fortran/openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration supportTobias Burnus1-6/+7
2022-07-04OpenMP/Fortran: Add support for OpenMP 5.2 linear clause syntaxTobias Burnus1-1/+5
2022-06-28fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek1-0/+3
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-1/+2
2022-05-05Fortran: Add support for OMP non-rectangular loops.Sandra Loosemore1-0/+1
2022-03-07Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2022-02-20Fortran: improve check of pointer initialization in DATA statementsHarald Anlauf1-0/+3
2022-02-09C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct.Marcel Vollweiler1-1/+2
2022-01-20Fortran: Fix scope for OMP AFFINITY clause iterator variables [PR103695]Sandra Loosemore1-0/+3
2022-01-17Change references of .c files to .cc filesMartin Liska1-43/+43
2022-01-13Add support for allocate clause (OpenMP 5.0).Hafiz Abid Qadeer1-0/+1
2022-01-11gfortran: Introduce gfc_type_abi_kindJakub Jelinek1-1/+7
2022-01-05Fortran: Fix ICE caused by missing error for untyped symbol [PR103258]Sandra Loosemore1-0/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-04Fortran/OpenMP: Support most of 5.1 atomic extensionsTobias Burnus1-1/+2
2021-12-03Fortran: improve checking of array specificationsHarald Anlauf1-0/+1
2021-11-16fortran: Identify arguments by their namesMikael Morin1-0/+1
2021-11-16fortran: Delete redundant missing_arg_type fieldMikael Morin1-5/+0
2021-11-16fortran: simplify elemental arguments walkingMikael Morin1-0/+4
2021-11-16fortran: Reverse actual vs dummy argument mappingMikael Morin1-2/+29
2021-11-11Fortran/openmp: Add support for 2 argument num_teams clauseTobias Burnus1-1/+2
2021-11-09Fortran: Fix memory leak in finalization wrappers [PR68800]Bernhard Reutner-Fischer1-3/+3
2021-11-05Fortran: Delete unused decl in gfortran.hBernhard Reutner-Fischer1-9/+0
2021-10-27Fortran: make some trans* functions staticBernhard Reutner-Fischer1-1/+0
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-0/+34
2021-10-14openmp, fortran: Add support for OpenMP declare variant directive in FortranKwok Cheung Yeung1-1/+72
2021-10-13Fortran: dump-parse-tree.c fixes for OpenMPTobias Burnus1-2/+1
2021-10-01openmp: Differentiate between order(concurrent) and order(reproducible:concur...Jakub Jelinek1-2/+2
2021-09-22Fortran: Improve -Wmissing-include-dirs warnings [PR55534]Tobias Burnus1-2/+2