aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-17/+0
2015-01-23diagnostic-core.h (internal_error_no_backtrace): New prototype.Jakub Jelinek1-4/+24
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-31diagnostic.c (build_message_string): Use xvasprintf.Uros Bizjak1-1/+1
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-12/+8
2014-12-11diagnostic.c (get_terminal_width): Renamed fromTobias Burnus1-4/+21
2014-12-04error.c (gfc_diagnostic_build_locus_prefix): Use diagnostic_expand_location.Manuel López-Ibáñez1-10/+6
2014-12-04diagnostic.c (diagnostic_color_init): New.Manuel López-Ibáñez1-0/+28
2014-12-02libcpp uses diagnostic->override_column to give a custom column number to dia...Manuel López-Ibáñez1-0/+2
2014-11-11re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon1-0/+17
2014-11-05Revert revision 217149 because it breaks Ada:Manuel López-Ibáñez1-17/+0
2014-11-05re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon1-0/+17
2014-10-21State cleanups from jit branchDavid Malcolm1-1/+10
2014-09-20diagnostic.c (warning_n): New function.Jan Hubicka1-0/+22
2014-08-21re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+5
2014-08-20re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-5/+5
2014-08-20re PR c/59304 (#pragma diagnostic pop after warning fails for options unspeci...Manuel López-Ibáñez1-0/+9
2014-08-17re PR c/62059 (signed integer overflow in diagnostic.c adjust_line)Marek Polacek1-1/+2
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+1
2014-01-23PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli1-6/+13
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-06Revert "preprocessor/58580 - preprocessor goes OOM with warning for zero lite...Dodji Seketeli1-11/+6
2013-11-06preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli1-6/+11
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-08re PR c++/54941 (do not print line/column numbers for <built-in>:0:0)Paolo Carlini1-0/+3
2013-08-23diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer.Gabriel Dos Reis1-1/+1
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-5/+3
2013-08-07diagnostic.c (diagnostic_classify_diagnostic): Accept zero index and document...Eric Botcazou1-5/+7
2013-08-03pretty-print.h (pp_underscore): New.Gabriel Dos Reis1-1/+1
2013-05-14tree.c (warn_deprecated_use): Print file:line using locus color.Jakub Jelinek1-3/+3
2013-04-26diagnostic.h (file_name_as_prefix): Add context argument.Jakub Jelinek1-2/+5
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek1-8/+34
2013-03-21re PR middle-end/48087 (-Wall -Werror adds warnings over and above those gene...Jakub Jelinek1-1/+4
2013-03-04re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-0/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-12diagnostic.c (diagnostic_append_note): Also call va_end when inhibit_notes_p ...Tobias Burnus1-1/+4
2012-10-24re PR c++/54928 (Infinite output with after ICE with macro)Manuel López-Ibáñez1-3/+26
2012-09-26* diagnostic.c (bt_callback): Cast pc when calling fprintf.Ian Lance Taylor1-1/+1
2012-09-26Makefile.def: Make all-gcc depend on all-libbacktrace.Ian Lance Taylor1-6/+115
2012-08-07cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher1-5/+5
2012-05-09re PR c++/53289 (unnecessary repetition of caret diagnostics)Manuel López-Ibáñez1-1/+4
2012-05-03flags.h (flag_permissive): Do not declare.Manuel López-Ibáñez1-1/+2
2012-04-30Make expand_location resolve to locus in main source fileDodji Seketeli1-2/+2
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-3/+3
2012-04-19diagnostic.c (emit_diagnostic): Move va_end call after user of the va_list.Michael Matz1-6/+16
2012-04-11re PR c++/24985 (caret diagnostics)Manuel López-Ibáñez1-0/+98
2012-02-02re PR middle-end/48071 (Blank line after 'all warnings being treated as errors')Jakub Jelinek1-3/+3
2011-10-17Emit macro expansion related diagnosticsTom Tromey1-5/+8
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-4/+7
2010-11-12re PR c/44782 (implement -ferror-limit=)Nathan Froyd1-0/+12