aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+1
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-0/+157
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+3
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-32/+84
2016-02-07re PR fortran/50555 (synonymous namelist/statement function dummy argument no...Jerry DeLisle1-0/+10
2016-01-24[multiple changes]Dominique d'Humieres1-17/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-18re PR fortran/59910 (ICE in gfc_conv_array_initializer, at fortran/trans-arra...Steven G. Kargl1-0/+6
2015-11-17primary.c (gfc_match_structure_constructor): Fix whitespace.Steven G. Kargl1-15/+15
2015-10-18re PR fortran/67177 (MOVE_ALLOC not automatically allocating deferred charact...Paul Thomas1-6/+7
2015-10-02re PR fortran/67616 (ICE on data initialization of type variable in block)Steven G. Kargl1-1/+1
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-07-02re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-1/+3
2015-07-02re PR fortran/66545 (ICE on using undefined parameter/variable values)Steven G. Kargl1-0/+3
2015-06-23re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array)Andre Vehreschild1-1/+2
2015-06-06re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig1-0/+52