aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-30re PR fortran/68534 (No error on mismatch in number of arguments between subm...Paul Thomas1-3/+16
2015-11-20[multiple changes]Paul Thomas1-1/+1
2015-11-13re PR fortran/68319 (ICE on using interface with included entry)Steven G. Kargl1-0/+16
2015-11-13re PR fortran/68318 (ICE on duplicate entry declarations)Steven G. Kargl1-2/+3
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-1/+0
2015-11-09re PR fortran/68053 (lower bound of implied shape array restricted too much)Steven G. Kargl1-13/+21
2015-10-30re PR fortran/51993 (Erroneous type component initialization leads to interna...Steven G. Kargl1-1/+3
2015-10-30re PR fortran/68154 (ICE on initializing character parameter array (explicit,...Steven G. Kargl1-1/+10
2015-10-29re PR fortran/68054 (ICE on using protected attribute in program without prog...Steven G. Kargl1-1/+3
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+3
2015-10-27re PR fortran/68108 (erroneous error message 'scalar integer expression expec...Steven G. Kargl1-2/+4
2015-10-24re PR fortran/68055 (ICE on using unsupported kinds in program without progra...Steven G. Kargl1-1/+5
2015-10-24re PR fortran/67805 (ICE on array constructor with wrong character specificat...Steven G. Kargl1-22/+45
2015-10-19re PR fortran/68019 (ICE on rank mismatch of implied-shape array of user-defi...Steven G. Kargl1-1/+0
2015-10-17re PR fortran/67987 (ICE on declaring and initializing character with negativ...Steven G. Kargl1-5/+15
2015-10-02PR fortran.67802Steven G. Kargl1-1/+6
2015-09-28[multiple changes]Paul Thomas1-0/+2
2015-08-24re PR fortran/62536 (ICE (segfault) for invalid END BLOCK statement)Louis Krupp1-1/+3
2015-07-17re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-0/+5
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-02re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-6/+232
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-11/+11
2015-05-18re PR fortran/66057 (ICE for incomplete generic statement (gfc_match_generic))Steven G. Kargl1-0/+5
2015-05-18re PR fortran/66052 (Segmentation fault for misplaced protected statement)Steven G. Kargl1-1/+2
2015-05-18re PR fortran/66044 (ICE on misplaced entry statement)Steven G. Kargl1-1/+1
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+1
2015-04-22re PR fortran/65429 (ICE on implied-length character empty array constructor)Steven G. Kargl1-3/+1
2015-04-10re PR fortran/56674 (ICE in check_sym_interfaces)Mikael Morin1-0/+3
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-4/+4
2015-01-25re PR fortran/62044 (ICE in USE statement with RENAME for extended derived type)Mikael Morin1-3/+0
2015-01-23Remove false positives for warnings that break LTO profiledMartin Liska1-1/+4
2015-01-16re PR fortran/45290 ([F08] pointer initialization)Janus Weil1-2/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-3/+3
2014-12-162014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-14/+14
2014-12-15re PR fortran/61669 (Error recovery ICE)Steven Bosscher1-0/+14
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-22/+22
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-56/+56
2014-12-06error.c (gfc_buffer_error, [...]): Use bool notTobias Burnus1-1/+1
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-8/+11
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-3/+3
2014-11-25gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus1-22/+22
2014-11-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-7/+7
2014-10-10gfortran.h (gfc_set_implicit_none): Update prototype.Tobias Burnus1-22/+42
2014-10-06libgfortran.h (GFC_STD_F2015): Add.Tobias Burnus1-1/+51