summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make -f[no-]show-column also control non-cpp diagnostics.Per Bothner2005-03-281-1/+1
* diagnostic.c (diagnostic_build_prefix): If USE_MAPPED_LOCATION and we have a ...Per Bothner2005-03-011-6/+9
* cfgcleanup.c, [...]: Update copyright.Kazu Hirata2005-02-071-1/+1
* * diagnostic.c (default_diagnostic_finalizer): Fix use of attribute.Marcin Dalecki2005-02-061-1/+1
* re PR other/17900 (GCC's source path in ICE is wrong)Ben Elliston2004-10-141-1/+1
* pretty-print.c: Include tree.h.Zack Weinberg2004-10-061-71/+36
* dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-4/+2
* c-opts.c (c_common_handle_option): <case OPT_Werror> set global_dc->warning_a...Gabriel Dos Reis2004-08-301-6/+5
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-12/+17
* Makefile.in (FLAGS_H): New.Zdenek Dvorak2004-06-141-1/+0
* tree.h: Remove include of version.hMark G. Adams2004-06-031-0/+1
* Patch from Richard Guenther.Richard Guenther2004-04-291-0/+6
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-1/+1
* bb-reorder.c, [...]: Update copyright.Kazu Hirata2004-02-271-1/+2
* passes.c: New file.Richard Henderson2004-02-271-2/+0
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-1/+1
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-1/+1
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-2/+9
* * diagnostic.c (warn_deprecated_use): Move to toplev.cGabriel Dos Reis2003-09-071-38/+0
* langhooks.c (lhd_print_error_function): Move from diagnostic.c.Gabriel Dos Reis2003-09-071-34/+0
* * diagnostic.c (announce_function): Move to toplev.c.Gabriel Dos Reis2003-09-061-17/+0
* Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis2003-07-251-748/+45
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-2/+2
* diagnostic.c. (diagnostic_report_current_module): Update to match 2003-06-05 ...Per Bothner2003-07-221-11/+9
* re PR c++/11531 (ICE on invalid code (returning to void))Gabriel Dos Reis2003-07-151-2/+2
* genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger2003-07-071-3/+2
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-2/+2
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-1/+1
* diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a...Nathan Sidwell2003-06-281-26/+14
* diagnostic.c (output_integer_with_precision): New macro.Gabriel Dos Reis2003-06-281-105/+80
* basic-block.h: Fix comment formatting.Kazu Hirata2003-06-231-1/+1
* diagnostic.h (output_host_wide_integer): Declare.Gabriel Dos Reis2003-06-221-0/+28
* c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.Neil Booth2003-06-201-1/+0
* predict.h: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-081-169/+93
* builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi2003-05-171-74/+62
* diagnostic.c (output_format): Add support for %m.Zack Weinberg2003-05-131-22/+13
* diagnostic.c (diagnostic_for_decl): Take a diagnostic_context argument.Zack Weinberg2003-05-121-80/+129
* diagnostic.c: Reorder functions for clarity...Zack Weinberg2003-05-111-307/+322
* toplev.h (warning_with_file_and_line): Don't declare.Gabriel Dos Reis2003-05-091-32/+0
* toplev.h (pedwarn_with_file_and_line): Don't declare.Gabriel Dos Reis2003-05-041-17/+0
* Clarify the comment before the abort we hit when a translated string contains...Wolfgang Bangerth2003-05-021-1/+3
* Makefile.in (TREE_H): Replace location.h with input.h.Nathan Sidwell2003-05-021-2/+2
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-11/+13