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