aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-5/+5
2014-09-03[multiple changes]Fritz Reese1-1/+2
2014-07-02decl.c (variable_decl): Reject old style initialization for derived type comp...Jakub Jelinek1-0/+7
2014-06-29re PR fortran/36275 ([F03] Binding label can be any scalar char initialisatio...Francois-Xavier Coudert1-37/+76
2014-03-19re PR fortran/60543 (Function with side effect removed by the optimizer.)Tobias Burnus1-6/+7
2014-03-18re PR fortran/55207 ([F08] Variables declared in the main program should impl...Janus Weil1-5/+3
2014-03-15re PR fortran/55207 ([F08] Variables declared in the main program should impl...Janus Weil1-3/+5
2014-02-21re PR fortran/60234 ([OOP] ICE in generate_finalization_wrapper at fortran/cl...Janus Weil1-6/+3
2014-01-12re PR fortran/58026 ([F03] Bad error recovery for allocatable component of un...Janus Weil1-6/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-10-21re PR fortran/58803 (Proc-pointer component: free_components deallocates twic...Tobias Burnus1-1/+8
2013-09-23re PR fortran/58355 ([F03] ICE with TYPE, EXTENDS before parent TYPE defined)Janus Weil1-3/+5