summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.Gabriel Dos Reis2003-04-301-1/+1
* diagnostic.h (output_formatted_scalar): Tweak.Gabriel Dos Reis2003-04-301-29/+26
* diagnostic.c (real_abort): New.Geoffrey Keating2003-02-121-0/+13
* alias.c: Fix comment typos.Kazu Hirata2003-01-181-2/+2
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* * diagnostic.c (sorry): Don't repeat "sorry, unimplemented" text.Gabriel Dos Reis2002-11-141-1/+0
* system.h (GCCBUGURL): Delete.Zack Weinberg2002-10-081-2/+2
* diagnostic.c (output_add_identifier): New fn.Jason Merrill2002-09-121-0/+10
* diagnostic.c (fancy_abort): Don't repeat "internal error".Gabriel Dos Reis2002-08-291-2/+1
* diagnostic.h (output_formatted_scalar): Rename from output_formatted_integer.Gabriel Dos Reis2002-08-121-8/+8
* diagnostic.c (inform): New function.Gabriel Dos Reis2002-08-041-0/+14