aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
33 hoursDaily bump.GCC Administrator1-0/+5
38 hoursFortran: fix spelling of flag -fallow-invalid-bozHarald Anlauf1-1/+1
3 daysDaily bump.GCC Administrator1-0/+6
3 daysFortran: fix bogus recursion with DT default initialization [PR118796]Harald Anlauf1-1/+2
4 daysDaily bump.GCC Administrator1-0/+13
5 daysC prototypes for functions returning C function pointers.Thomas Koenig1-3/+23
5 daysOpenMP: Create additional interop objects with append_args.Sandra Loosemore1-2/+2
8 daysDaily bump.GCC Administrator1-0/+66
8 daysFix up some further cases of missing or extraneous spaces in diagnosticsJakub Jelinek1-1/+1
9 daysOpenMP: 'interop' construct - add ME support + target-independent libgompPaul-Antoine Arras2-3/+20
9 daysFortran: Fix typo in error message.Jerry DeLisle1-1/+1
9 daysFortran: Fix typo in error message.Jerry DeLisle1-1/+1
9 daysFortran: Implement the F2018 reduce intrinsic [PR85836]Paul Thomas7-51/+427
9 daysFortran: Fix freeing procedure pointer components [PR119380]Andre Vehreschild1-1/+1
9 daysFortran: Fix double free on polymorphic array dummy argument [PR119349]Andre Vehreschild1-1/+5
10 daysDaily bump.GCC Administrator1-0/+12
10 daysFortran: fix bogus bounds check for reallocation on assignment [PR116706]Harald Anlauf1-3/+1
11 daysFortran: Fix comp call in associate [PR119272]Andre Vehreschild1-2/+3
11 daysDaily bump.GCC Administrator1-0/+7
12 daysFortran: check type-spec in ALLOCATE of dummy with assumed length [PR119338]Harald Anlauf1-0/+16
13 daysDaily bump.GCC Administrator1-0/+10
13 daysFortran: fix bogus dependency check in ALLOCATE statement [PR60560]Harald Anlauf2-14/+26
2025-03-16Daily bump.GCC Administrator1-0/+17
2025-03-15Fortran: Store OpenMP's 'declare variant' in module file [PR115271]Tobias Burnus5-66/+365
2025-03-14Daily bump.GCC Administrator1-0/+8
2025-03-13Fortran: improve checking of substring bounds [PR119118]Harald Anlauf1-2/+4
2025-03-13Daily bump.GCC Administrator1-0/+24
2025-03-12Fortran: Add F2018 TEAM_NUMBER to coindexed expressions [PR98903]Andre Vehreschild7-74/+255
2025-03-12Daily bump.GCC Administrator1-0/+16
2025-03-11Fortran: reject SAVE of a COMMON in a BLOCK construct [PR119199]Harald Anlauf2-1/+10
2025-03-11Abstract interfaces and dummy arguments are not global.Thomas Koenig2-3/+6
2025-03-11Daily bump.GCC Administrator1-0/+6
2025-03-10Fortran: Fix gimplification error for pointer remapping in forall [PR107143]Andre Vehreschild1-1/+2
2025-03-10Daily bump.GCC Administrator1-0/+8
2025-03-09Use gfc_commit_symbol() to remove UNDO status instead of new function.Thomas Koenig3-8/+2
2025-03-09Daily bump.GCC Administrator1-0/+17
2025-03-08Fix regression with -Wexternal-argument-mismatch.Thomas Koenig3-1/+9
2025-03-07Fortran: Fix ICE in resolve.cc with -pedanticJerry DeLisle1-1/+3
2025-03-07Daily bump.GCC Administrator1-0/+10
2025-03-06Fortran: improve checking of substring bounds [PR119118]Harald Anlauf3-2/+84
2025-03-06Daily bump.GCC Administrator1-0/+11
2025-03-05Regenerate fortran/lang.opt.urlsMark Wielaard1-0/+3
2025-03-05Fortran: Add view convert to pointer assign when only pointer/alloc attr diff...Andre Vehreschild1-1/+9
2025-03-05Daily bump.GCC Administrator1-0/+40
2025-03-04C prototypes for external arguments; add warning for mismatch.Thomas Koenig5-37/+162
2025-03-04Fortran: Fix gimplification error on assignment to pointer [PR103391]Andre Vehreschild1-8/+8
2025-03-04Fortran: Prevent ICE when getting caf-token from abstract type [PR77872]Andre Vehreschild1-0/+5
2025-03-04Fortran: Reduce code complexity [PR77872]Andre Vehreschild1-11/+3
2025-03-04Daily bump.GCC Administrator1-0/+16
2025-03-03Fortran: reject empty derived type with bind(C) attribute [PR101577]Harald Anlauf1-3/+20