aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-4175/+0
2022-01-13Fortran: fix error recovery on bad structure constructor in DATA statementHarald Anlauf1-3/+12
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-29Fortran: avoid several NULL pointer dereferences during error recoveryHarald Anlauf1-0/+1
2021-10-12Fortran: Various CLASS + assumed-rank fixed [PR102541]Tobias Burnus1-4/+13
2021-08-07Fortran: ICE with automatic character object, save, and various optionsHarald Anlauf1-1/+1
2021-05-10Come up with startswith function.Martin Liska1-3/+3
2021-03-05Fortran: Follow fixes to -freal-{4,8}-real* handling [PR99355,PR57871]Tobias Burnus1-0/+19
2021-03-04Fortran: Fix -freal-{4,8}-real* handling [PR99355]Tobias Burnus1-40/+0
2021-02-11Fortran: Fix ICE after error regression [PR99060].Paul Thomas1-4/+8
2021-01-14PR fortran/93340 - fix missed substring simplificationsHarald Anlauf1-0/+55
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-29Fortran: Correct missing structure constructor comps. [PR97612].Paul Thomas1-11/+21
2020-08-02This patch fixes PR96325. See the explanatory comment in the testcase.Paul Thomas1-4/+9
2020-07-10PR fortran/95980 - ICE in get_unique_type_string, at fortran/class.c:485Harald Anlauf1-1/+1
2020-07-01Fortran : Fortran translation issues PR52279Mark Eggleston1-4/+4
2020-05-30PR fortran/95373 - ICE in build_reference_type, at tree.c:7942Harald Anlauf1-22/+21
2020-05-28PR fortran/95373 - ICE in build_reference_type, at tree.c:7942Harald Anlauf1-0/+22
2020-02-18[fortran] ICE in gfc_validate_kind(): Got bad kind [PR93580]Mark Eggleston1-2/+22
2020-01-19Check for illegal reference in function.Thomas König1-0/+1
2020-01-16PR93253 – Document BOZ changes, make it friendlier in legacy codeTobias Burnus1-1/+1
2020-01-03Fortran] PR 92994 – add more ASSOCIATE checksTobias Burnus1-1/+13
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-03primary.c (match_real_constant): Remove shadowing local vars.Bernd Edlinger1-12/+13
2019-10-02re PR fortran/91785 (ICE in check_assumed_size_reference, at fortran/resolve....Steven G. Kargl1-0/+2
2019-09-02re PR fortran/91589 (ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2...Paul Thomas1-3/+12
2019-08-17re PR fortran/91471 (f951: internal compiler error: gfc_variable_attr(): Bad ...Steven G. Kargl1-6/+4
2019-07-23re PR fortran/54072 (BOZ with -std=f2008: wrongly accepted to TRANSFER/ABS/.....Steven G. Kargl1-1/+0
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl1-30/+69
2019-03-12Replace can't in error messages for Fortran.Martin Liska1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-2/+2
2019-01-01re PR fortran/82743 (uncaught character truncation in derived type initializa...Thomas Koenig1-0/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-12re PR fortran/88155 (ICE in gfc_format_decoder, at fortran/error.c:947)Steven G. Kargl1-0/+1
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas1-19/+170
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil1-3/+3
2018-03-27re PR fortran/85083 (ICE in gfc_convert_to_structure_constructor, at fortran/...Thomas Koenig1-0/+1
2018-03-06re PR fortran/56667 (Syntax error causes misleading message: "Expected PARAME...Steven G. Kargl1-2/+16
2018-02-20re PR fortran/48890 ([F95] Wrong length of a character component of named con...Thomas Koenig1-0/+32
2018-02-17re PR fortran/84115 (Failure in associate construct with concatenated charact...Paul Thomas1-1/+1
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist1-2/+3
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-21re PR fortran/52832 ([F03] ASSOCIATE construct with proc-pointer selector is ...Paul Thomas1-19/+50
2017-09-17re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas1-2/+13
2017-09-12re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas1-5/+9
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-10/+53
2017-05-19fortran: remove trailing exclamation mark from various diagnostics (PR fortra...David Malcolm1-6/+6
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-3/+3