summaryrefslogtreecommitdiff
path: root/gcc/fortran/error.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-12-10diagnostic_show_locus: move initial newline to callersDavid Malcolm
2019-10-14Fix previous commitTobias Burnus
2019-10-14[Fortran] PR 92072 – fix %C corner caseTobias Burnus
2019-10-04[Fortran] Fix column of %C diagnostic locationTobias Burnus
2019-10-01Support prefixes in diagnostic_show_locusDavid Malcolm
2019-09-25Colorize %L and %C text to match diagnostic_show_locus (PR fortran/91426)David Malcolm
2019-01-01Update copyright years.Jakub Jelinek
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm
2018-05-22re PR fortran/85841 ([F2018] reject deleted features)Janus Weil
2018-05-21re PR fortran/85841 ([F2018] reject deleted features)Janus Weil
2018-01-03Update copyright years.Jakub Jelinek
2017-12-17Support -std=f2018Janne Blomqvist
2017-11-22C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm
2017-05-30C++ template type diff printingDavid Malcolm
2017-05-05Eliminate report_diagnostic macroDavid Malcolm
2017-03-16re PR fortran/79886 (ICE in pp_format, at pretty-print.c:681)Jakub Jelinek
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-12-27gfortran.h (gfc_error): Rename overload with OPT argument to...Jakub Jelinek
2016-12-10re PR fortran/78226 (Fill out location information everywhere)Thomas Koenig
2016-12-05diagnostic.c (diagnostic_check_max_errors): New, broken out of ...Nathan Sidwell
2016-11-02Allow warning flags to associate through gfc_error.Fritz Reese
2016-08-18Allow calling diagnostic_show_locus without a diagnostic_infoDavid Malcolm
2016-07-28[multiple changes]Paul Thomas
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy
2016-02-12PR other/69554: avoid excessive source printing for widely-separated locationsDavid Malcolm
2016-01-26PR other/69006: fix extra newlines after diagnosticsDavid Malcolm
2016-01-21re PR fortran/65996 (gfortran ICE with -dH)Jerry DeLisle
2016-01-04Update copyright years.Jakub Jelinek
2015-12-07Fix missing range information for "%q+D" format codeDavid Malcolm
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm
2015-09-04re PR fortran/67429 (Missing part of error messages.)Manuel López-Ibáñez
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod
2015-06-24The problem is that diagnostic_action_after_output tries to delete the active...Manuel López-Ibáñez
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers
2015-01-05Update copyright years.Jakub Jelinek
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2014-12-11diagnostic.c (get_terminal_width): Renamed fromTobias Burnus
2014-12-06error.c (gfc_error_check): Use bool not int.Tobias Burnus
2014-12-06error.c (gfc_buffer_error, [...]): Use bool notTobias Burnus
2014-12-04error.c (gfc_diagnostic_build_locus_prefix): Use diagnostic_expand_location.Manuel López-Ibáñez
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez
2014-12-03error.c (warnings_not_errors): Use bool.Tobias Burnus
2014-11-25error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus