summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c/44782 (implement -ferror-limit=)Nathan Froyd2010-11-121-0/+12
* opt-functions.awk (static_var): Update comment.Joseph Myers2010-09-301-1/+3
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-2/+2
* diagnostic.h (diagnostic_classification_change_t): New.DJ Delorie2010-06-211-3/+88
* diagnostic-core.h: New.Joseph Myers2010-05-271-1/+12
* diagnostic.c: Don't include opts.h.Joseph Myers2010-05-261-38/+33
* diagnostic.c: Don't include plugin.h.Joseph Myers2010-05-251-10/+2
* diagnostic.c: Don't include flags.h.Joseph Myers2010-05-241-11/+13
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-21/+6
* diagnostic.c (FLOAT, FFS): Don't undefine.Joseph Myers2010-05-191-2/+0
* re PR other/42966 (add some indication that a warning has been converted to a...Manuel López-Ibáñez2010-04-141-4/+34
* re PR other/42965 (no "warnings being treated as errors" for individual -Werr...Manuel López-Ibáñez2010-04-091-15/+33
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* toplev.h (inform_n, error_n): Declare.Shujing Zhao2010-03-011-0/+34
* diagnostic.c (diagnostic_initialize): Update.Manuel López-Ibáñez2010-02-261-3/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-9/+9
* [multiple changes]Diego Novillo2009-09-031-7/+2
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+3
* diagnostic.c (diagnostic_build_prefix): Always print columns.Aldy Hernandez2009-06-011-4/+10
* diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins...Diego Novillo2009-04-141-4/+1
* [multiple changes]Diego Novillo2009-04-141-0/+12
* re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers2009-03-291-2/+5
* diagnostic.c (error_at): New.Aldy Hernandez2008-09-031-0/+13
* diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez2008-08-211-16/+1
* diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez2008-08-201-3/+3
* diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez2008-08-181-18/+1
* re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer...Manuel López-Ibáñez2008-08-131-4/+19
* re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez2008-08-081-50/+61
* re PR c++/26785 ("extra qualification" error gives line number of end of decl...Manuel López-Ibáñez2008-08-061-4/+20
* re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez2008-07-231-3/+21
* Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola2008-07-211-3/+20
* diagnostic.c (diagnostic_count_diagnostic): Delete.Manuel López-Ibáñez2008-03-241-69/+39
* re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez2008-03-021-1/+21
* toplev.c (input_file_stack, [...]): Remove.Tom Tromey2008-02-291-14/+20
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-3/+1
* builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek2007-09-271-3/+8
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR other/30824 (-Werror -Wfatal-errors should stop after the first warning)Manuel López-Ibáñez2007-02-201-21/+35
* re PR driver/22600 (Exit code should be different from 1 for internal compile...Volker Reichelt2006-03-221-2/+2
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-1/+1
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* c-pragma.c (handle_pragma_diagnostic): New.DJ Delorie2006-01-181-5/+45
* re PR c++/17964 (cpp error messages contain wrong line in C++)Joseph Myers2005-11-031-4/+16
* re PR other/22264 (bootstrap broken)Andrew Pinski2005-07-011-1/+2
* pretty-print.h (PP_NL_ARGMAX): New.Zack Weinberg2005-06-301-4/+5
* Update FSF address.Kelley Cook2005-06-251-2/+2
* exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2005-06-061-32/+32
* common.opt (fdiagnostics-show-option): No variable is needed.DJ Delorie2005-05-031-4/+9
* c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the ...DJ Delorie2005-05-031-1/+13
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+13