aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.cc
AgeCommit message (Expand)AuthorFilesLines
2024-10-25Fortran: Fix ICE with structure constructor in data statement [PR79685]Paul Thomas1-5/+3
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-10-23Fortran: Generic processing of assumed rank objects (f202y) [PR116733]Paul Thomas1-0/+1
2024-10-19Fortran: Add range-based diagnosticTobias Burnus1-2/+2
2024-10-19Fix an ICE with UNSIGNED in match_sym_complex_part.Thomas Koenig1-0/+3
2024-10-08Fix parsing of substring refs in coarrays. [PR51815]Andre Vehreschild1-11/+24
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig1-1/+110
2024-08-15Add corank to gfc_expr.Andre Vehreschild1-2/+8
2024-05-17Fortran: Fix select type regression due to r14-9489 [PR114874]Paul Thomas1-5/+5
2024-05-12Fortran: fix frontend memleakHarald Anlauf1-1/+1
2024-04-18Fortran: Fix ICE and clear incorrect error messages [PR114739]Paul Thomas1-0/+9
2024-03-28Fortran: fix DATA and derived types with pointer components [PR114474]Harald Anlauf1-0/+12
2024-03-15Fortran: Fix class/derived/complex function associate selectors [PR87477]Paul Thomas1-20/+150
2024-02-10Add %[zt][diox] support to pretty-printJakub Jelinek1-6/+6
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-10Fortran: allow NULL() for POINTER, OPTIONAL, CONTIGUOUS dummy [PR111503]Harald Anlauf1-1/+3
2023-11-30Fortran: fix TARGET attribute of associating entity in ASSOCIATE [PR112764]Harald Anlauf1-0/+16
2023-08-25fortran: Rename TRUE/FALSE to true/false in *.cc filesUros Bizjak1-2/+2
2023-06-09fortran: Fix ICE on pr96024.f90 on big-endian hosts [PR96024]Jakub Jelinek1-1/+2
2023-05-18Fortran: Narrow return types [PR78798]Bernhard Reutner-Fischer1-2/+2
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-3/+3
2023-03-05Fortran: fix CLASS attribute handling [PR106856]Harald Anlauf1-1/+0
2023-02-13Fortran: error recovery after invalid use of CLASS variable [PR103475]Harald Anlauf1-1/+1
2023-01-21fortran: [PR102595]Jerry DeLisle1-2/+8
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-10Fortran: Replace simple '.' quotes by %<.%>Tobias Burnus1-3/+3
2022-07-31Fortran: detect blanks within literal constants in free-form mode [PR92805]Harald Anlauf1-11/+3
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+4175