aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.cc
AgeCommit message (Expand)AuthorFilesLines
2022-10-14Fortran: fix check of polymorphic elements in data transfers [PR100971]Harald Anlauf1-0/+5
2022-10-05Fortran: Add OpenMP's assume(s) directivesTobias Burnus1-0/+5
2022-09-15Fortran: error recovery for bad deferred character length assignment [PR104314]Harald Anlauf1-0/+1
2022-07-19Fortran: error recovery on invalid array reference of non-array [PR103590]Harald Anlauf1-3/+10
2022-05-17OpenMP: Add omp_all_memory support to FortranTobias Burnus1-0/+7
2022-05-10Fortran: check TEAM arguments to coarray intrinsicsHarald Anlauf1-0/+32
2022-04-24fortran: Detect duplicate unlimited polymorphic types [PR103662]Mikael Morin1-1/+4
2022-04-10Fortran: fix checking of coshape specification in ALLOCATE statementHarald Anlauf1-5/+6
2022-03-29Fortran: avoid NULL pointer dereference checking elemental procedure argsHarald Anlauf1-2/+3
2022-03-29Fortran: character length of pointer assignments in structure constructorsHarald Anlauf1-1/+12
2022-03-19fortran: Separate associate character lengths earlier [PR104570]Mikael Morin1-3/+6
2022-03-07Fortran: Fix typosTobias Burnus1-1/+1
2022-03-02Fortran: error recovery after invalid assumed type declarationHarald Anlauf1-3/+7
2022-02-24Fortran: frontend code for F2018 QUIET specifier to STOP and ERROR STOPHarald Anlauf1-0/+9
2022-02-22Fortran: skip compile-time shape check if constructor shape is not knownHarald Anlauf1-0/+2
2022-02-13fortran: Unshare associate var charlen [PR104228]Mikael Morin1-1/+0
2022-01-17Change references of .c files to .cc filesMartin Liska1-11/+11
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+17582