aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-07* diagnostic.c (warn_deprecated_use): Move to toplev.cGabriel Dos Reis1-38/+0
2003-09-07langhooks.c (lhd_print_error_function): Move from diagnostic.c.Gabriel Dos Reis1-34/+0
2003-09-06* diagnostic.c (announce_function): Move to toplev.c.Gabriel Dos Reis1-17/+0
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-748/+45
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-07-22diagnostic.c. (diagnostic_report_current_module): Update to match 2003-06-05 ...Per Bothner1-11/+9
2003-07-15re PR c++/11531 (ICE on invalid code (returning to void))Gabriel Dos Reis1-2/+2
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-3/+2
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-2/+2
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-28diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a...Nathan Sidwell1-26/+14
2003-06-28diagnostic.c (output_integer_with_precision): New macro.Gabriel Dos Reis1-105/+80
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-22diagnostic.h (output_host_wide_integer): Declare.Gabriel Dos Reis1-0/+28
2003-06-20c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.Neil Booth1-1/+0
2003-06-08predict.h: Convert to ISO C90 prototypes.Andreas Jaeger1-169/+93
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-74/+62