aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2023-03-28Add missing ChangeLog.omp entriesFrederik Harwath1-0/+93
2023-03-27openmp: Add Fortran support for loop transformations on inner loopsFrederik Harwath2-63/+184
2023-03-27openmp: Add Fortran support for "omp tile"Frederik Harwath9-117/+389
2023-03-27openacc: Rename OMP_CLAUSE_TILE to OMP_CLAUSE_OACC_TILEFrederik Harwath2-5/+5
2023-03-27openmp: Add Fortran support for "omp unroll" directiveFrederik Harwath9-14/+295
2023-03-23Fortran/OpenMP: Fix 'alloc' and 'from' mapping for allocatable componentsTobias Burnus2-7/+99
2023-03-23Fortran: Add attr.class_ok check for generate_callback_wrapperTobias Burnus3-2/+11
2023-03-23OpenMP/Fortran: Fix unmapping of GOMP_MAP_POINTER for scalar allocatables/poi...Tobias Burnus2-13/+38
2023-03-01OpenMP/Fortran: Fix handling of optional is_device_ptr + bind(C) [PR108546]Tobias Burnus2-1/+12
2023-02-22Fortran/OpenMP: Fix mapping of array descriptors and deferred-length stringsTobias Burnus3-99/+243
2023-02-22Fix: Fortran/OpenMP: align/allocator modifiers to the allocate clauseTobias Burnus2-8/+13
2023-02-20Merge branch 'releases/gcc-12' into devel/omp/gcc-12Tobias Burnus2-3/+14
2023-02-17Daily bump.GCC Administrator1-0/+9
2023-02-16Fortran: error recovery on invalid assumed size reference [PR104554]Steve Kargl1-3/+5
2023-02-15OpenMP/Fortran: Fix loop-iter var privatization with !$OMP LOOP [PR108512]Tobias Burnus3-4/+32
2023-02-14openmp: Add support for 'present' modifier in the Fortran parse tree dumpKwok Cheung Yeung2-0/+22
2023-02-13Merge branch 'releases/gcc-12' into devel/omp/gcc-12Tobias Burnus4-22/+71
2023-02-11Daily bump.GCC Administrator1-0/+18
2023-02-10fortran: Fix up hash table usage in gfc_trans_use_stmts [PR108451]Jakub Jelinek1-1/+5
2023-02-10fortran: Fix up function types for realloc and sincos{,f,l} builtins [PR108349]Jakub Jelinek1-18/+20
2023-02-10Daily bump.GCC Administrator1-0/+9
2023-02-09Fortran: error handling of global entity appearing in COMMON block [PR103259]Steve Kargl1-3/+9
2023-02-09openmp: Add support for the 'present' modifierKwok Cheung Yeung4-8/+136
2023-02-09OpenMP/Fortran: Partially fix non-rect loop nests [PR107424]Tobias Burnus2-46/+207
2023-02-09Fortran/OpenMP: Fix -fopenmp-simd for 'omp assume(s)'Tobias Burnus2-0/+11
2023-02-09Daily bump.GCC Administrator1-0/+9
2023-02-08Fortran: ASSOCIATE variables should not be TREE_STATIC [PR95107]Harald Anlauf1-0/+1
2023-02-06Merge branch 'releases/gcc-12' into devel/omp/gcc-12Tobias Burnus5-16/+71
2023-02-06Daily bump.GCC Administrator1-0/+31
2023-02-05fortran: Set name for *LOC default BACK argument [PR108450]Mikael Morin1-0/+2
2023-02-05Fortran: error recovery on invalid array section [PR108609]Harald Anlauf1-1/+5
2023-02-05Fortran: fix ICE in compare_bound_int [PR108527]Harald Anlauf1-15/+14
2023-02-03Daily bump.GCC Administrator1-0/+9
2023-02-02Fortran: diagnose USE associated symbols in COMMON blocks [PR108453]Harald Anlauf1-0/+10
2023-02-02Merge branch 'releases/gcc-12' into devel/omp/gcc-12Tobias Burnus1-0/+8
2023-02-01Fortran: Extend align-clause checks of OpenMP's allocate directiveTobias Burnus2-4/+13
2023-01-31Daily bump.GCC Administrator1-0/+8
2023-01-30Merge branch 'releases/gcc-12' into devel/omp/gcc-12Tobias Burnus7-13/+101
2023-01-30OpenMP/Fortran: Fix has_device_addr clause splitting [PR108558]Tobias Burnus1-0/+2
2023-01-29Daily bump.GCC Administrator1-0/+56
2023-01-28Fortran: ICE in transformational_result [PR108529]Harald Anlauf1-0/+1
2023-01-28Fortran: error recovery for bad initializers of implied-shape arrays [PR106209]Harald Anlauf1-2/+13
2023-01-28Fortran: fix ICE in get_expr_storage_size [PR108421]Harald Anlauf1-1/+2
2023-01-28Fortran: fix ICE in check_charlen_present [PR108420]Harald Anlauf1-3/+6
2023-01-28Fortran: avoid ICE on invalid array subscript triplets [PR108501]Harald Anlauf1-7/+16
2023-01-28Fortran: fix NULL pointer dereference in gfc_check_dependency [PR108502]Harald Anlauf1-0/+5
2023-01-26Merge branch 'releases/gcc-12' into devel/omp/gcc-12Tobias Burnus2-2/+12
2023-01-24Daily bump.GCC Administrator1-0/+10
2023-01-23Fortran: error recovery for invalid CLASS component [PR108434]Harald Anlauf1-2/+2
2023-01-23Merge branch 'releases/gcc-12' into devel/omp/gcc-12Tobias Burnus2-1/+5