aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.cc
AgeCommit message (Expand)AuthorFilesLines
6 daysAdd corank to gfc_expr.Andre Vehreschild1-12/+6
2024-04-10Fortran: fix argument checking of intrinsics C_SIZEOF, C_F_POINTER [PR106500]Harald Anlauf1-11/+15
2024-03-01Fortran: improve checks of NULL without MOLD as actual argument [PR104819]Harald Anlauf1-1/+4
2024-02-10Add %[zt][diox] support to pretty-printJakub Jelinek1-2/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-18Fortran: update DATE_AND_TIME intrinsic for Fortran 2018 [PR96580]Harald Anlauf1-0/+48
2023-11-23Fortran: restrictions on integer arguments to SYSTEM_CLOCK [PR112609]Harald Anlauf1-0/+50
2023-08-14fortran: New predicate gfc_length_one_character_type_pMikael Morin1-4/+3
2023-05-24Fortran: checking and simplification of RESHAPE intrinsic [PR103794]Harald Anlauf1-2/+4
2023-05-18Fortran: Narrow return types [PR78798]Bernhard Reutner-Fischer1-4/+4
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-1/+1
2023-01-29fortran: Set name for *LOC default BACK argument [PR108450]Mikael Morin1-0/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-08-18Revert "Fortran: fix invalid rank error in ASSOCIATED when rank is remapped [...Harald Anlauf1-21/+2
2022-07-31Fortran: fix invalid rank error in ASSOCIATED when rank is remapped [PR77652]Harald Anlauf1-2/+21
2022-06-24Fortran: fix checking of arguments to UNPACK when MASK is a variable [PR105813]Harald Anlauf1-0/+2
2022-03-30Fortran: NULL pointer dereference checking arguments to ASSOCIATED intrinsicHarald Anlauf1-1/+1
2022-02-03Fortran: reject simplifying TRANSFER for MOLD with storage size 0Harald Anlauf1-1/+1
2022-01-25Fortran: MOLD argument to TRANSFER intrinsic having storage size zeroHarald Anlauf1-1/+1
2022-01-25Fortran: optional argument DIM for intrinsics NORM2, PARITY must be scalarHarald Anlauf1-0/+6
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+7523