aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-17582/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-29Fortran: avoid several NULL pointer dereferences during error recoveryHarald Anlauf1-2/+7
2021-12-11Fortran: fix checking of elemental functions of type CLASSHarald Anlauf1-1/+2
2021-12-04Fortran/OpenMP: Support most of 5.1 atomic extensionsTobias Burnus1-7/+2
2021-11-16Fortran: avoid NULL pointer dereference on invalid range in logical SELECT CASEHarald Anlauf1-1/+2
2021-11-07Fortran: Diagnose all operands/arguments with constraint violationsSandra Loosemore1-1/+4
2021-11-05Fortran: Missing error with IMPLICIT none (external) [PR100972]Bernhard Reutner-Fischer1-0/+13
2021-10-31Fortran: Silence -Wmaybe-uninitialized warningBernhard Reutner-Fischer1-1/+1
2021-10-30Fortran: generate regular error on invalid conversions of CASE expressionsSteve Kargl1-2/+2
2021-10-26Fortran: error recovery on initializing invalid derived type array componentHarald Anlauf1-2/+9
2021-10-15Fortran: validate shape of arrays in constructors against declarationsHarald Anlauf1-0/+28
2021-10-06Fortran: Fix deprecate warning with parameterTobias Burnus1-1/+1
2021-10-04Fortran: Avoid var initialization in interfaces [PR54753]Tobias Burnus1-3/+8
2021-09-14Fortran - fix ICE during error recovery checking entry characteristicsHarald Anlauf1-1/+3
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