aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-18/+6
2017-01-18coarray_alloc_with_implicit_sync_2.f90: New test.Andre Vehreschild1-3/+5
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-5/+8
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-03re PR fortran/43207 ([OOP] invalid (pointer) assignment to and from abstract ...Janus Weil1-1/+9
2016-12-03re PR fortran/42188 ([OOP] F03:C612. The leftmost part-name shall be the name...Janus Weil1-0/+9
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-10/+23
2016-11-30re PR fortran/78593 (ICE in gfc_match_varspec, at fortran/primary.c:2053)Janus Weil1-1/+1
2016-11-04re PR fortran/64933 (ASSOCIATE on a character variable does not allow substri...Paul Thomas1-7/+28
2016-11-03Default missing exponents to 0 with -fdec.Fritz Reese1-5/+14
2016-10-30re PR fortran/67219 (Incorrect conversion warning)Thomas Koenig1-0/+4
2016-10-25Enable %LOC as an rvalue with -std=legacy.Fritz Reese1-3/+14
2016-10-22re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Andre Vehreschild1-0/+4