summaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.c
AgeCommit message (Expand)Author
2020-02-18[fortran] ICE in gfc_validate_kind(): Got bad kind [PR93580]Mark Eggleston
2020-01-19Check for illegal reference in function.Thomas König
2020-01-16PR93253 – Document BOZ changes, make it friendlier in legacy codeTobias Burnus
2020-01-03Fortran] PR 92994 – add more ASSOCIATE checksTobias Burnus
2020-01-01Update copyright years.Jakub Jelinek
2019-10-03primary.c (match_real_constant): Remove shadowing local vars.Bernd Edlinger
2019-10-02re PR fortran/91785 (ICE in check_assumed_size_reference, at fortran/resolve....Steven G. Kargl
2019-09-02re PR fortran/91589 (ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2...Paul Thomas
2019-08-17re PR fortran/91471 (f951: internal compiler error: gfc_variable_attr(): Bad ...Steven G. Kargl
2019-07-23re PR fortran/54072 (BOZ with -std=f2008: wrongly accepted to TRANSFER/ABS/.....Steven G. Kargl
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl
2019-03-12Replace can't in error messages for Fortran.Martin Liska
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01re PR fortran/82743 (uncaught character truncation in derived type initializa...Thomas Koenig
2019-01-01Update copyright years.Jakub Jelinek
2018-12-12re PR fortran/88155 (ICE in gfc_format_decoder, at fortran/error.c:947)Steven G. Kargl
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil
2018-03-27re PR fortran/85083 (ICE in gfc_convert_to_structure_constructor, at fortran/...Thomas Koenig
2018-03-06re PR fortran/56667 (Syntax error causes misleading message: "Expected PARAME...Steven G. Kargl
2018-02-20re PR fortran/48890 ([F95] Wrong length of a character component of named con...Thomas Koenig
2018-02-17re PR fortran/84115 (Failure in associate construct with concatenated charact...Paul Thomas
2018-01-22PR 78534, 83704 Large character lengthsJanne Blomqvist
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2017-09-21re PR fortran/52832 ([F03] ASSOCIATE construct with proc-pointer selector is ...Paul Thomas
2017-09-17re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas
2017-09-12re PR fortran/82173 ([meta-bug] Parameterized derived type errors)Paul Thomas
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas
2017-05-19fortran: remove trailing exclamation mark from various diagnostics (PR fortra...David Malcolm
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek
2017-01-18coarray_alloc_with_implicit_sync_2.f90: New test.Andre Vehreschild
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild
2017-01-01Update copyright years.Jakub Jelinek
2016-12-03re PR fortran/43207 ([OOP] invalid (pointer) assignment to and from abstract ...Janus Weil
2016-12-03re PR fortran/42188 ([OOP] F03:C612. The leftmost part-name shall be the name...Janus Weil
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild
2016-11-30re PR fortran/78593 (ICE in gfc_match_varspec, at fortran/primary.c:2053)Janus Weil
2016-11-04re PR fortran/64933 (ASSOCIATE on a character variable does not allow substri...Paul Thomas
2016-11-03Default missing exponents to 0 with -fdec.Fritz Reese
2016-10-30re PR fortran/67219 (Incorrect conversion warning)Thomas Koenig
2016-10-25Enable %LOC as an rvalue with -std=legacy.Fritz Reese
2016-10-22re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Andre Vehreschild
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese
2016-02-07re PR fortran/50555 (synonymous namelist/statement function dummy argument no...Jerry DeLisle