aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-22/+13
2003-05-12diagnostic.c (diagnostic_for_decl): Take a diagnostic_context argument.Zack Weinberg1-80/+129
2003-05-11diagnostic.c: Reorder functions for clarity...Zack Weinberg1-307/+322
2003-05-09toplev.h (warning_with_file_and_line): Don't declare.Gabriel Dos Reis1-32/+0
2003-05-04toplev.h (pedwarn_with_file_and_line): Don't declare.Gabriel Dos Reis1-17/+0
2003-05-02Clarify the comment before the abort we hit when a translated string contains...Wolfgang Bangerth1-1/+3
2003-05-02Makefile.in (TREE_H): Replace location.h with input.h.Nathan Sidwell1-2/+2
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-11/+13
2003-04-30* diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.Gabriel Dos Reis1-1/+1
2003-04-30diagnostic.h (output_formatted_scalar): Tweak.Gabriel Dos Reis1-29/+26
2003-02-12diagnostic.c (real_abort): New.Geoffrey Keating1-0/+13
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-2/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-14* diagnostic.c (sorry): Don't repeat "sorry, unimplemented" text.Gabriel Dos Reis1-1/+0
2002-10-08system.h (GCCBUGURL): Delete.Zack Weinberg1-2/+2
2002-09-12diagnostic.c (output_add_identifier): New fn.Jason Merrill1-0/+10
2002-08-29diagnostic.c (fancy_abort): Don't repeat "internal error".Gabriel Dos Reis1-2/+1
2002-08-12diagnostic.h (output_formatted_scalar): Rename from output_formatted_integer.Gabriel Dos Reis1-8/+8
2002-08-04diagnostic.c (inform): New function.Gabriel Dos Reis1-0/+14