summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
Commit message (Expand)AuthorAgeFilesLines
* diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error when printin...Manuel López-Ibáñez2015-05-201-1/+2
* Replace line_map union with C++ class hierarchyDavid Malcolm2015-05-191-1/+1
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2015-05-161-36/+85
* Always pass explicit location to fatal_error.Joseph Myers2015-01-301-17/+0
* diagnostic-core.h (internal_error_no_backtrace): New prototype.Jakub Jelinek2015-01-231-4/+24
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* diagnostic.c (build_message_string): Use xvasprintf.Uros Bizjak2014-12-311-1/+1
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-12-111-12/+8
* diagnostic.c (get_terminal_width): Renamed fromTobias Burnus2014-12-111-4/+21
* error.c (gfc_diagnostic_build_locus_prefix): Use diagnostic_expand_location.Manuel López-Ibáñez2014-12-041-10/+6
* diagnostic.c (diagnostic_color_init): New.Manuel López-Ibáñez2014-12-041-0/+28
* libcpp uses diagnostic->override_column to give a custom column number to dia...Manuel López-Ibáñez2014-12-021-0/+2
* re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon2014-11-111-0/+17
* Revert revision 217149 because it breaks Ada:Manuel López-Ibáñez2014-11-051-17/+0
* re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon2014-11-051-0/+17
* State cleanups from jit branchDavid Malcolm2014-10-211-1/+10
* diagnostic.c (warning_n): New function.Jan Hubicka2014-09-201-0/+22
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-08-211-2/+5
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-08-201-5/+5
* re PR c/59304 (#pragma diagnostic pop after warning fails for options unspeci...Manuel López-Ibáñez2014-08-201-0/+9
* re PR c/62059 (signed integer overflow in diagnostic.c adjust_line)Marek Polacek2014-08-171-1/+2
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-08-151-3/+1
* PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli2014-01-231-6/+13
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Revert "preprocessor/58580 - preprocessor goes OOM with warning for zero lite...Dodji Seketeli2013-11-061-11/+6
* preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli2013-11-061-6/+11
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* re PR c++/54941 (do not print line/column numbers for <built-in>:0:0)Paolo Carlini2013-09-081-0/+3
* diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer.Gabriel Dos Reis2013-08-231-1/+1
* pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis2013-08-221-5/+3
* diagnostic.c (diagnostic_classify_diagnostic): Accept zero index and document...Eric Botcazou2013-08-071-5/+7
* pretty-print.h (pp_underscore): New.Gabriel Dos Reis2013-08-031-1/+1
* tree.c (warn_deprecated_use): Print file:line using locus color.Jakub Jelinek2013-05-141-3/+3
* diagnostic.h (file_name_as_prefix): Add context argument.Jakub Jelinek2013-04-261-2/+5
* opts.c: Include diagnostic-color.h.Jakub Jelinek2013-04-121-8/+34
* re PR middle-end/48087 (-Wall -Werror adds warnings over and above those gene...Jakub Jelinek2013-03-211-1/+4
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-041-0/+3
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* diagnostic.c (diagnostic_append_note): Also call va_end when inhibit_notes_p ...Tobias Burnus2012-11-121-1/+4
* re PR c++/54928 (Infinite output with after ICE with macro)Manuel López-Ibáñez2012-10-241-3/+26
* * diagnostic.c (bt_callback): Cast pc when calling fprintf.Ian Lance Taylor2012-09-261-1/+1
* Makefile.def: Make all-gcc depend on all-libbacktrace.Ian Lance Taylor2012-09-261-6/+115
* cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher2012-08-071-5/+5
* re PR c++/53289 (unnecessary repetition of caret diagnostics)Manuel López-Ibáñez2012-05-091-1/+4
* flags.h (flag_permissive): Do not declare.Manuel López-Ibáñez2012-05-031-1/+2
* Make expand_location resolve to locus in main source fileDodji Seketeli2012-04-301-2/+2
* re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez2012-04-221-3/+3
* diagnostic.c (emit_diagnostic): Move va_end call after user of the va_list.Michael Matz2012-04-191-6/+16
* re PR c++/24985 (caret diagnostics)Manuel López-Ibáñez2012-04-111-0/+98
* re PR middle-end/48071 (Blank line after 'all warnings being treated as errors')Jakub Jelinek2012-02-021-3/+3