summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pretty-print.h: Define more macros.Gabriel Dos Reis2002-07-291-8/+0
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-3/+0
* diagnostic.c (diagnostic_kind_text): Const-ify.Kaveh R. Ghazi2002-06-201-1/+1
* diagnostic.c (output_format): Fix thinko.Eric Christopher2002-06-131-2/+2
* diagnostic.c (output_format): Recognize "%H" as a format specifier for a loca...Gabriel Dos Reis2002-06-131-3/+44
* objc-act.c (warn_with_ivar): Adjust calls to diagnostic_count_error.Gabriel Dos Reis2002-06-111-17/+31
* * diagnostic.c (diagnostic_build_prefix): Fix initialization.Gabriel Dos Reis2002-06-071-3/+3
* * diagnostic.c (diagnostic_build_prefix): Tidy.Gabriel Dos Reis2002-06-071-18/+16
* toplev.h (report_error_function): Remove.Gabriel Dos Reis2002-06-051-455/+307
* diagnostic.h (struct diagnostic_context): Add new member internal_error.Gabriel Dos Reis2002-06-021-16/+2
* diagnostic.c (diagnostic_finish): Rename to output_flush.Gabriel Dos Reis2002-06-021-58/+58
* dbxout.c: Fix formatting.Kazu Hirata2002-05-111-169/+171
* diagnostic.h (output_buffer_state): Redefine.Gabriel Dos Reis2002-04-141-17/+14
* diagnostic.c: Include langhooks-def.h.Neil Booth2002-03-311-0/+1
* diagnostic.c (print_error_function): Remove.Neil Booth2002-03-311-8/+2
* Makefile.in: Update.Neil Booth2002-03-201-4/+5
* diagnostic.c (internal_error): Do ICE suppression only when ENABLE_CHECKING i...Zack Weinberg2002-01-231-0/+2
* Properly indent two lines.Richard Kenner2002-01-211-2/+2
* diagnostic.c (warn_deprecated_use): Rework to lower indentation.Richard Kenner2002-01-121-33/+28
* attribs.c (handle_deprecated_attribute): constify WHAT.Graham Stott2002-01-121-32/+34
* Added __attribute__((deprecated)) patches.Ira Ruben2002-01-101-0/+41
* c-common.c: Fix formatting.Kazu Hirata2002-01-041-14/+14
* diagnostic.c (sorry): Increment sorrycount before saving the buffer state.Jason Merrill2001-12-141-1/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-5/+5
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-1/+1
* (forgot in last checkin)Andreas Jaeger2001-08-281-203/+69