aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-14fortran: Silence conversion warnings for MIN1 and MAX1Manfred Schwarb1-0/+10
2021-12-14Daily bump.GCC Administrator1-0/+7
2021-12-13Fortran: Handle compare in OpenMP atomicTobias Burnus2-83/+209
2021-12-12Daily bump.GCC Administrator1-0/+6
2021-12-11Fortran: fix checking of elemental functions of type CLASSHarald Anlauf1-1/+2
2021-12-11Daily bump.GCC Administrator1-0/+9
2021-12-10Fortran: fix check for pointer dummy arguments with INTENT(IN)Harald Anlauf2-29/+12
2021-12-09Daily bump.GCC Administrator1-0/+17
2021-12-08Fortran: avoid NULL pointer dereference on missing or bad dummy argumentsHarald Anlauf1-0/+3
2021-12-08Fortran: dimensions of an array have to be non-negativeHarald Anlauf1-2/+4
2021-12-09OpenMP 5.0: Remove array section base-pointer mapping semantics and other fro...Chung-Lin Tang1-0/+3
2021-12-08Daily bump.GCC Administrator1-0/+18
2021-12-07Fortran: perform array subscript checks only for valid INTEGER boundsHarald Anlauf1-0/+4
2021-12-07Fortran: catch failed simplification of bad stride expressionHarald Anlauf1-5/+4
2021-12-07Fortran: add check for type of upper bound in case rangeHarald Anlauf1-0/+9
2021-12-05Daily bump.GCC Administrator1-0/+15
2021-12-04Fortran/OpenMP: Support most of 5.1 atomic extensionsTobias Burnus6-219/+421
2021-12-04Daily bump.GCC Administrator1-0/+16
2021-12-03Fortran: improve checking of array specificationsHarald Anlauf3-0/+30
2021-12-03fortran: Fix setting of array lower bound for named arraysChung-Lin Tang1-10/+7
2021-12-03Daily bump.GCC Administrator1-0/+8
2021-12-02fortran: OpenMP/OpenACC array mapping alignment fix (PR90030)Chung-Lin Tang1-12/+7
2021-12-01Daily bump.GCC Administrator1-0/+74
2021-11-30Fortran: improve expansion of constant array expressions within constructorsHarald Anlauf1-0/+6
2021-11-30Fortran: error recovery when simplifying MINLOC/MAXLOCHarald Anlauf1-0/+3
2021-11-30Fortran: check type of SUB argument to IMAGE_INDEXHarald Anlauf1-0/+7
2021-11-30Add comment to indicate tail recursionRichard Biener1-0/+1
2021-11-30Remove more stray returns and gcc_unreachable ()sRichard Biener1-1/+0
2021-11-30Consolidate OpenACC "gang reduction on an orphan loop" checkingThomas Schwinge1-37/+0
2021-11-30Re OpenACC "gang reduction on an orphan loop" error messageFrederik Harwath1-4/+5
2021-11-30[OpenACC] Allow gang reductions inside serial constructsKwok Cheung Yeung1-1/+13