aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
AgeCommit message (Expand)AuthorFilesLines
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-08re PR fortran/66245 (ICE on select type with empty type spec)Steven G. Kargl1-2/+8
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-15/+14
2015-05-18re PR fortran/66057 (ICE for incomplete generic statement (gfc_match_generic))Steven G. Kargl1-0/+3
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-1/+30
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-31match.c (gfc_match_stopcode): Permit error stop in pure procedures with F2015.Tobias Burnus1-4/+14
2014-12-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-3/+3
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-3/+3
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-24/+24
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-8/+11
2014-12-06error.c (gfc_error_check): Use bool not int.Tobias Burnus1-1/+1
2014-12-06error.c (gfc_buffer_error, [...]): Use bool notTobias Burnus1-1/+1
2014-11-25gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus1-9/+9
2014-11-24error.c (gfc_fatal_error_1): Remove.Tobias Burnus1-2/+2
2014-11-15error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus1-5/+7
2014-06-29re PR fortran/36275 ([F03] Binding label can be any scalar char initialisatio...Francois-Xavier Coudert1-93/+0
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-0/+8
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-1/+20
2014-03-19re PR fortran/60543 (Function with side effect removed by the optimizer.)Tobias Burnus1-15/+12
2014-02-21re PR fortran/60234 ([OOP] ICE in generate_finalization_wrapper at fortran/cl...Janus Weil1-3/+2
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-08-22re PR fortran/58185 ([OOP] ICE when selector in SELECT TYPE is non-polymorphic)Janus Weil1-31/+11
2013-08-09gfortran.h (gfc_get_code): Modified prototype.Janus Weil1-35/+23
2013-07-29match.c (gfc_match_call): Exit loop after setting i.Po-Chun Chang1-1/+4
2013-07-17[multiple changes]Tobias Burnus1-6/+2
2013-06-07re PR fortran/57549 (Bogus error with array constructor with derived-type typ...Tobias Burnus1-4/+4
2013-05-20re PR fortran/48858 (Incorrect error for same binding label on two generic in...Tobias Burnus1-18/+0
2013-04-18expr.c (find_array_element): Don't copy expr.Tobias Burnus1-2/+9
2013-04-14re PR fortran/56816 (ICE in delete_root)Mikael Morin1-7/+4
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-102/+79
2013-04-04re PR fortran/40881 ([F03] warn for obsolescent features)Janus Weil1-4/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04re PR fortran/55172 ([OOP] gfc_variable_attr(): Bad array reference in SELECT...Paul Thomas1-4/+19
2012-12-21re PR fortran/55763 (Issues with some simpler CLASS(*) programs)Paul Thomas1-0/+3
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-54/+132
2012-11-26re PR fortran/54881 ([OOP] ICE in fold_convert_loc, at fold-const.c:2016)Janus Weil1-76/+29
2012-10-04expr.c (scalarize_intrinsic_call): Plug memory leak.Tobias Burnus1-1/+4
2012-09-15match.c (lock_unlock_statement, [...]): Fix potential double freeing.Tobias Burnus1-8/+12
2012-09-04re PR fortran/54435 (ICE with SELECT TYPE on a non-CLASS object)Janus Weil1-2/+2
2012-08-27re PR fortran/41093 (memory leaks with gfc_namespace)Tobias Burnus1-0/+1
2012-08-14gfortran.h (gfc_get_proc_ptr_comp): New prototype.Mikael Morin1-1/+1
2012-08-14re PR fortran/40881 ([F03] warn for obsolescent features)Tobias Burnus1-2/+2
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-22/+22
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-06-08re PR fortran/52552 ([OOP] ICE when trying to allocate non-allocatable object...Janus Weil1-22/+22