aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-13re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer...Manuel López-Ibáñez1-4/+19
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-50/+61
2008-08-06re PR c++/26785 ("extra qualification" error gives line number of end of decl...Manuel López-Ibáñez1-4/+20
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-3/+21
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola1-3/+20
2008-03-24diagnostic.c (diagnostic_count_diagnostic): Delete.Manuel López-Ibáñez1-69/+39
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-1/+21
2008-02-29toplev.c (input_file_stack, [...]): Remove.Tom Tromey1-14/+20
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-3/+1
2007-09-27builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek1-3/+8
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-02-20re PR other/30824 (-Werror -Wfatal-errors should stop after the first warning)Manuel López-Ibáñez1-21/+35
2006-03-22re PR driver/22600 (Exit code should be different from 1 for internal compile...Volker Reichelt1-2/+2
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2006-01-18c-pragma.c (handle_pragma_diagnostic): New.DJ Delorie1-5/+45
2005-11-03re PR c++/17964 (cpp error messages contain wrong line in C++)Joseph Myers1-4/+16
2005-07-01re PR other/22264 (bootstrap broken)Andrew Pinski1-1/+2
2005-06-30pretty-print.h (PP_NL_ARGMAX): New.Zack Weinberg1-4/+5
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-32/+32
2005-05-03common.opt (fdiagnostics-show-option): No variable is needed.DJ Delorie1-4/+9
2005-05-03c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the ...DJ Delorie1-1/+13
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+13