aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-1/+3
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-2/+2
2010-06-21diagnostic.h (diagnostic_classification_change_t): New.DJ Delorie1-3/+88
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+12
2010-05-26diagnostic.c: Don't include opts.h.Joseph Myers1-38/+33
2010-05-25diagnostic.c: Don't include plugin.h.Joseph Myers1-10/+2
2010-05-24diagnostic.c: Don't include flags.h.Joseph Myers1-11/+13
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-21/+6
2010-05-19diagnostic.c (FLOAT, FFS): Don't undefine.Joseph Myers1-2/+0
2010-04-14re PR other/42966 (add some indication that a warning has been converted to a...Manuel López-Ibáñez1-4/+34
2010-04-09re PR other/42965 (no "warnings being treated as errors" for individual -Werr...Manuel López-Ibáñez1-15/+33
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-01toplev.h (inform_n, error_n): Declare.Shujing Zhao1-0/+34
2010-02-26diagnostic.c (diagnostic_initialize): Update.Manuel López-Ibáñez1-3/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-9/+9
2009-09-03[multiple changes]Diego Novillo1-7/+2
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+3
2009-06-01diagnostic.c (diagnostic_build_prefix): Always print columns.Aldy Hernandez1-4/+10
2009-04-14diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins...Diego Novillo1-4/+1
2009-04-14[multiple changes]Diego Novillo1-0/+12
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-2/+5
2008-09-03diagnostic.c (error_at): New.Aldy Hernandez1-0/+13
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-16/+1
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-3/+3
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-18/+1