aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2022-01-18Daily bump.GCC Administrator1-0/+233
2022-01-17Change references of .c files to .cc filesMartin Liska44-181/+181
2022-01-17Rename .c files to .cc files.Martin Liska46-0/+0
2022-01-17OpenMP: allow requires dynamic_allocatorsAndrew Stubbs1-1/+2
2022-01-16Daily bump.GCC Administrator1-0/+9
2022-01-15Fortran: fix ICE and wrong code with TRANSFER and CHARACTER(kind=4)Harald Anlauf2-4/+15
2022-01-15Daily bump.GCC Administrator1-0/+12
2022-01-14Fortran: always reject alternate return specifier as argument of intrinsicsHarald Anlauf1-1/+1
2022-01-14Fortran: fix ICE overloading elemental intrinsicsHarald Anlauf1-3/+2
2022-01-14Daily bump.GCC Administrator1-0/+27
2022-01-13Add support for allocate clause (OpenMP 5.0).Hafiz Abid Qadeer4-17/+219
2022-01-13Fortran: fix error recovery on bad structure constructor in DATA statementHarald Anlauf1-3/+12
2022-01-12Daily bump.GCC Administrator1-0/+63
2022-01-11Implement CONVERT specifier for OPEN.Thomas Koenig1-2/+10
2022-01-11libgfortran: Make sure glibc < 2.32 built powerpc64le-linux libgfortran doesn...Jakub Jelinek3-3/+17
2022-01-11fortran, libgfortran: Add remaining missing *_r17 symbolsJakub Jelinek1-1/+1
2022-01-11fortran, libgfortran: Assorted -mabi=ieeelongdouble I/O fixesJakub Jelinek1-1/+1
2022-01-11fortran, libgfortran: -mabi=ieeelongdouble I/OJakub Jelinek1-15/+14
2022-01-11gfortran: Introduce gfc_type_abi_kindJakub Jelinek5-76/+177
2022-01-11Daily bump.GCC Administrator1-0/+6
2022-01-10Fortran: Pass unlimited polymorphic argument to assumed type [PR103366].Paul Thomas1-4/+14
2022-01-10Daily bump.GCC Administrator1-0/+21
2022-01-09Fortran: check arguments of MASKL/MASKR intrinsics before simplificationHarald Anlauf1-0/+6
2022-01-09Fortran: reject invalid non-constant pointer initialization targetsHarald Anlauf1-0/+34
2022-01-09Fortran: Ignore KIND argument of a few more intrinsics. [PR103789]Mikael Morin1-0/+4
2022-01-08Daily bump.GCC Administrator1-0/+6
2022-01-06Fortran: Fix handling of optional argument to SIZE intrinsic [PR103898]Sandra Loosemore1-1/+5
2022-01-07Daily bump.GCC Administrator1-0/+7
2022-01-06Fortran: Fix ICE in argument_rank_mismatch [PR103287]Sandra Loosemore1-1/+5
2022-01-06Daily bump.GCC Administrator1-0/+9
2022-01-05Fortran: Fix ICE caused by missing error for untyped symbol [PR103258]Sandra Loosemore4-1/+13
2022-01-04Daily bump.GCC Administrator1-0/+17
2022-01-03Fortran: Fix array copy-in/copy-out for BIND(C) functions [PR103390]Sandra Loosemore2-4/+18
2022-01-03Update copyright years.Jakub Jelinek74-74/+74
2022-01-03Update copyright dates.Jakub Jelinek5-6/+6
2022-01-03Rotate ChangeLog files - step 2 - remove 2021 entries from ChangeLog files.Jakub Jelinek1-2559/+1
2022-01-03Rotate ChangeLog files - part 1 - add ChangeLog-2021.Jakub Jelinek1-0/+2563
2021-12-30Daily bump.GCC Administrator1-0/+10
2021-12-29Fortran: avoid several NULL pointer dereferences during error recoveryHarald Anlauf4-4/+12
2021-12-29Daily bump.GCC Administrator1-0/+18
2021-12-28Fortran: Emit correct types for CHARACTER(C_CHAR), VALUE argumentsFrancois-Xavier Coudert4-57/+49
2021-12-28docs: replace http:// with https://Martin Liska2-9/+9
2021-12-23Daily bump.GCC Administrator1-0/+12
2021-12-22Fortran: BOZ literal constants are not interoperableHarald Anlauf1-0/+6
2021-12-22Fortran: CASE selector expressions must be scalarHarald Anlauf1-0/+13
2021-12-19Daily bump.GCC Administrator1-0/+5
2021-12-18Fortran: reject BOZ type argument to SIZEOF().Harald Anlauf1-0/+3
2021-12-15Daily bump.GCC Administrator1-0/+21
2021-12-14Fortran: prevent NULL pointer dereference in check of passed do-loop variableHarald Anlauf1-1/+1
2021-12-14Fortran: prevent NULL pointer dereferences checking do-loop contained stuffHarald Anlauf1-7/+10