aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-28Make -f[no-]show-column also control non-cpp diagnostics.Per Bothner1-1/+1
2005-03-01diagnostic.c (diagnostic_build_prefix): If USE_MAPPED_LOCATION and we have a ...Per Bothner1-6/+9
2005-02-07cfgcleanup.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-06* diagnostic.c (default_diagnostic_finalizer): Fix use of attribute.Marcin Dalecki1-1/+1
2004-10-14re PR other/17900 (GCC's source path in ICE is wrong)Ben Elliston1-1/+1
2004-10-06pretty-print.c: Include tree.h.Zack Weinberg1-71/+36
2004-09-08dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-4/+2
2004-08-30c-opts.c (c_common_handle_option): <case OPT_Werror> set global_dc->warning_a...Gabriel Dos Reis1-6/+5
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-12/+17
2004-06-14Makefile.in (FLAGS_H): New.Zdenek Dvorak1-1/+0
2004-06-03tree.h: Remove include of version.hMark G. Adams1-0/+1
2004-04-29Patch from Richard Guenther.Richard Guenther1-0/+6
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-1/+1
2004-02-27bb-reorder.c, [...]: Update copyright.Kazu Hirata1-1/+2
2004-02-27passes.c: New file.Richard Henderson1-2/+0
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-1/+1
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-1/+1
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-2/+9