aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2021-10-04Take memory from envirnoment variables; document those.Thomas Koenig2-1/+39
2021-09-13Merged current trunk to branch.Thomas Koenig81-6299/+8810
2021-01-05Fix CO_REDUCE with RESULT_IMAGE.Thomas Koenig3-4/+3
2021-01-03Merge branch 'master' into devel/coarray_nativeThomas Koenig34-770/+2292
2020-12-30Make STAT and ERRMSG work on ALLOCATE, move error handling to library.Thomas Koenig5-105/+105
2020-12-30Daily bump.GCC Administrator1-0/+15
2020-12-29Fortran: Correct missing structure constructor comps. [PR97612].Paul Thomas1-11/+21
2020-12-29Fortran: Fix deferred character lengths in array constructors [PR93833].Paul Thomas1-0/+14
2020-12-28Daily bump.GCC Administrator1-0/+11
2020-12-27Fix errors introduced by last commit.Thomas Koenig2-5/+8
2020-12-27Fortran: Fix some select rank issues [PR97694 and 97723].Paul Thomas3-9/+11
2020-12-27Daily bump.GCC Administrator1-0/+21
2020-12-26Fortran: Correction to recent patch in light of comments [PR98022].Paul Thomas1-20/+43
2020-12-26Fix failures with -m32 and some memory leaks.Paul Thomas3-5/+47
2020-12-26Daily bump.GCC Administrator1-0/+8
2020-12-25PR93685 - ICE in gfc_constructor_append_expr, at fortran/constructor.c:135Harald Anlauf2-9/+10
2020-12-23Add offset to allocatable shared coarrays.Thomas Koenig5-21/+66
2020-12-21Daily bump.GCC Administrator1-0/+5
2020-12-20Made the ALLOCATED intrinsic work with scalar coarrays.Thomas Koenig3-2/+9
2020-12-20Set DECL_ARTIFICIAL on gfortran internal variables.Thomas Koenig1-0/+3
2020-12-20Fix allocation with source for coarrays.Thomas Koenig2-14/+17
2020-12-20Set DECL_ARTIFICIAL on gfortran internal variables.Thomas Koenig1-0/+3
2020-12-19Make allocate with source work, some more offset fixes for implied this_image().Thomas Koenig3-5/+55
2020-12-19Daily bump.GCC Administrator1-0/+45
2020-12-18As well as the PR this patch fixes problems in handling class objectsPaul Thomas5-161/+570
2020-12-18Daily bump.GCC Administrator1-0/+12
2020-12-17Sync all for allocation and deallocation of coarrays.Thomas Koenig1-0/+36
2020-12-17Use __builtin_atomic_thread_fence and implement SYNC_MEMORY.Thomas Koenig3-5/+35
2020-12-17Fortran: Delay vtab generation until after parsing [PR92587]Tobias Burnus2-3/+3
2020-12-17PR fortran/98307 - Dependency check fails when using "allocatable"Harald Anlauf1-2/+3
2020-12-17Daily bump.GCC Administrator1-0/+6
2020-12-16Add the -fdebug-aux-vars flag to debug variables generated by Fortran.Thomas Koenig3-1/+56
2020-12-16Show coarrays on parse tree dump, implement debug for array references.Thomas Koenig1-0/+36
2020-12-16Fix handling of shared coarray indexing.Thomas Koenig3-90/+86
2020-12-16PR fortran/98284 - ICE in get_array_indexHarald Anlauf1-0/+7
2020-12-16Daily bump.GCC Administrator1-0/+10
2020-12-15Add the -fdebug-aux-vars flag to debug variables generated by Fortran.Thomas Koenig3-1/+56
2020-12-14Daily bump.GCC Administrator1-0/+5
2020-12-13Show coarrays on parse tree dump, implement debug for array references.Thomas Koenig1-0/+36
2020-12-13Daily bump.GCC Administrator1-0/+6
2020-12-12Fortran: Enable inquiry references in data statements [PR98022].Paul Thomas1-13/+61
2020-12-09Daily bump.GCC Administrator1-0/+19
2020-12-08Fortran: Add 'omp scan' support of OpenMP 5.0Tobias Burnus8-17/+147
2020-12-06Daily bump.GCC Administrator1-0/+6
2020-12-05Fortran: flag formal argument before resolving an array spec [PR98016].Paul Thomas1-0/+4
2020-12-04Daily bump.GCC Administrator1-0/+6
2020-12-03PR fortran/95342 - ICE in gfc_match_subroutine, at fortran/decl.c:7913Harald Anlauf1-0/+2
2020-12-01Daily bump.GCC Administrator1-0/+19
2020-11-30Fortran: With OpenACC, ignore OpenMP's cond comp sentinelsTobias Burnus1-21/+11
2020-11-30Fortran: -fno-automatic and -fopenacc / recusion check cleanupTobias Burnus2-9/+10