aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-01Fortran - improve wording of error messageHarald Anlauf1-1/+1
2021-08-30Fortran - correct check for constraint F2008:C628 / F2018:C932Harald Anlauf1-2/+3
2021-08-28Fortran - reject function entries with mismatched characteristicsHarald Anlauf1-0/+9
2021-08-20Fortran: Add OpenMP's error directiveTobias Burnus1-0/+2
2021-08-17Fortran: Implement OpenMP 5.1 scope constructTobias Burnus1-0/+2
2021-08-16Fortran/OpenMP: Add support for OpenMP 5.1 masked constructTobias Burnus1-0/+15
2021-08-15Fortran: fix checks for STAT= and ERRMSG= arguments of SYNC ALL/SYNC IMAGESHarald Anlauf1-10/+18
2021-07-28Fortran: ICE in resolve_allocate_deallocate for invalid STAT argumentHarald Anlauf1-11/+24
2021-06-14Fortran: resolve.c - remove '*XCNEW' based nullifyingTobias Burnus1-1/+0
2021-06-04Fortran/OpenMP: Add omp loop [PR99928]Tobias Burnus1-0/+10
2021-06-01Fortran/OpenMP: Support (parallel) master taskloop (simd) [PR99928]Tobias Burnus1-0/+10
2021-05-17OpenMP/Fortran: Reject nonintrinsic assignments in OMP WORKSHARE [PR100633]Tobias Burnus1-0/+6
2021-05-14Fortran/OpenMP: Support 'omp parallel master'Tobias Burnus1-0/+3
2021-05-14Fortran/OpenMP: Handle implicit SAVE for variables in mainTobias Burnus1-2/+4
2021-04-21Fortran/OpenMP: Add 'omp depobj' and 'depend(mutexinoutset:'Tobias Burnus1-0/+1
2021-04-16Fortran: Fix ICE due to referencing a NULL pointer [PR100018]José Rui Faustino de Sousa1-0/+1
2021-03-24Fortran: Extend buffer, use snprintf to avoid overflows [PR99369]Tobias Burnus1-37/+45
2021-03-22Fortran: Fix 'name' bound size [PR99688]Tobias Burnus1-1/+1
2021-03-12Fortran/OpenMP: Accept implicit-save DATA vars for threadprivate [PR99514]Tobias Burnus1-5/+5
2021-02-23Fortran: Fix for class defined operators [PR99124].Paul Thomas1-1/+10
2021-01-25Fortran: Fix deferred character lengths in array constructors [PR98517].Paul Thomas1-1/+2
2021-01-21Fortran: This patch fixes comments 23 and 24 of PR96320.Paul Thomas1-1/+2
2021-01-14PR fortran/93340 - fix missed substring simplificationsHarald Anlauf1-3/+3
2021-01-14PR fortran/98661 - valgrind issues with error recoveryHarald Anlauf1-0/+4
2021-01-14Revert "PR fortran/98661 - valgrind issues with error recovery"Harald Anlauf1-23/+7
2021-01-14PR fortran/98661 - valgrind issues with error recoveryHarald Anlauf1-7/+23
2021-01-07Fortran: Improve resolution of associate variables. [PR93701].Paul Thomas1-0/+9
2021-01-06PR fortran/78746 - invalid access after error recoveryHarald Anlauf1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-27Fortran: Fix some select rank issues [PR97694 and 97723].Paul Thomas1-2/+3
2020-12-18As well as the PR this patch fixes problems in handling class objectsPaul Thomas1-1/+1
2020-12-17Fortran: Delay vtab generation until after parsing [PR92587]Tobias Burnus1-0/+3
2020-12-16PR fortran/98284 - ICE in get_array_indexHarald Anlauf1-0/+7
2020-12-08Fortran: Add 'omp scan' support of OpenMP 5.0Tobias Burnus1-0/+1
2020-12-05Fortran: flag formal argument before resolving an array spec [PR98016].Paul Thomas1-0/+4
2020-11-25PR fortran/85796 - Floating point exception with implied doHarald Anlauf1-2/+9
2020-11-03Fortran: Add !GCC$ attributes DEPRECATEDTobias Burnus1-0/+20
2020-10-30Fortran: Update omp atomic for OpenMP 5Tobias Burnus1-5/+2
2020-10-27PR fortran/97491 - Wrong restriction for VALUE arguments of pure proceduresHarald Anlauf1-0/+1
2020-10-14Fortran : ICE in build_field PR95614Mark Eggleston1-0/+7
2020-09-28Revert "Fortran : ICE in build_field PR95614"Mark Eggleston1-7/+0
2020-09-27Fortran : ICE in build_field PR95614Mark Eggleston1-0/+7
2020-09-09Fortran: Fixes for OpenMP loop-iter privatization (PRs 95109 + 94690)Tobias Burnus1-0/+2
2020-09-07Fortran: Fixes for pointer function call as variable (PR96896)Tobias Burnus1-1/+3
2020-09-07fortran: Fix arg types of _gfortran_is_extension_ofFrancois-Xavier Coudert1-0/+6
2020-09-01Fortran : ICE on invalid code PR95398Mark Eggleston1-1/+3
2020-08-10This patch fixes PR96102. See the explanatory comment in the testcase.Paul Thomas1-0/+10
2020-07-13Fortran : accepts pointer initialization of DT dummy args PR45337Mark Eggleston1-2/+1
2020-07-10PR fortran/95980 - ICE in get_unique_type_string, at fortran/class.c:485Harald Anlauf1-5/+14
2020-07-10PR fortran/96086 - ICE in gfc_match_select_rank, at fortran/match.c:6645Harald Anlauf1-1/+3