summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
Commit message (Expand)AuthorAgeFilesLines
* * system.h (GCCBUGURL): Delete.zack2002-10-081-2/+2
* * diagnostic.c (output_add_identifier): New fn.jason2002-09-121-0/+10
* * diagnostic.c (fancy_abort): Don't repeat "internal error".gdr2002-08-291-2/+1
* * diagnostic.h (output_formatted_scalar): Rename fromgdr2002-08-121-8/+8
* * diagnostic.c (inform): New function.gdr2002-08-041-0/+14
* * pretty-print.h: Define more macros.gdr2002-07-291-8/+0
* * defaults.h (obstack_chunk_alloc, obstack_chunk_free):neil2002-07-231-3/+0
* * diagnostic.c (diagnostic_kind_text): Const-ify.ghazi2002-06-201-1/+1
* 2002-06-13 Eric Christopher <echristo@redhat.com>echristo2002-06-131-2/+2
* * diagnostic.c (output_format): Recognize "%H" as a formatgdr2002-06-131-3/+44
* * objc/objc-act.c (warn_with_ivar): Adjust calls togdr2002-06-111-17/+31
* * diagnostic.c (diagnostic_build_prefix): Fix initialization.gdr2002-06-071-3/+3
* * diagnostic.c (diagnostic_build_prefix): Tidy.gdr2002-06-071-18/+16
* * toplev.h (report_error_function): Remove.gdr2002-06-051-455/+307
* * diagnostic.h (struct diagnostic_context): Add new membergdr2002-06-021-16/+2
* * diagnostic.c (diagnostic_finish): Rename to output_flush.gdr2002-06-021-58/+58
* * dbxout.c: Fix formatting.kazu2002-05-111-169/+171
* * diagnostic.h (output_buffer_state): Redefine.gdr2002-04-141-17/+14
* * diagnostic.c: Include langhooks-def.h.neil2002-03-311-0/+1
* * diagnostic.c (print_error_function): Remove.neil2002-03-311-8/+2
* * Makefile.in: Update.neil2002-03-201-4/+5
* * diagnostic.c (internal_error): Do ICE suppression onlyzack2002-01-231-0/+2
* Properly indent two lines.kenner2002-01-211-2/+2
* * diagnostic.c (warn_deprecated_use): Rework to lower indentation.kenner2002-01-121-33/+28
* * attribs.c (handle_deprecated_attribute): constify WHAT.grahams2002-01-121-32/+34
* Added __attribute__((deprecated)) patches.ira2002-01-101-0/+41
* * c-common.c: Fix formatting.kazu2002-01-041-14/+14
* * diagnostic.c (sorry): Increment sorrycount before saving thejason2001-12-141-1/+1
* * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,jsm282001-11-231-5/+5
* * c-parse.in (yyerror): Const-ification and/or static-ization.ghazi2001-09-131-1/+1
* (forgot in last checkin)aj2001-08-281-203/+69
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * final.c (shorten_branches): Clear the end of the label_alignzack2001-08-171-0/+3
* * Makefile.in (OBJS): Add rtl-error.ogdr2001-08-141-132/+0
* * dbxout.c: Fix comment formatting.kazu2001-08-081-2/+2
* * diagnostic.c (finish_diagnostic): Rename togdr2001-07-101-11/+12
* * diagnostic.c (default_print_error_function): Tweak.gdr2001-06-281-14/+15
* 2001-06-27 Gabriel Dos Reis <gdr@codesourcery.com>gdr2001-06-271-14/+12
* * toplev.c (decode_f_option): Adjust setting.gdr2001-06-261-51/+13
* * diagnostic.h (struct diagnostic_context): Add new field.gdr2001-06-261-11/+10
* * diagnostic.h (diagnostic_prefixing_rule_t): New enum type.gdr2001-06-261-2/+2
* * diagnostic.c (digit_buffer): Remove as global. Move to...gdr2001-06-261-6/+2
* gcc/gdr2001-06-101-6/+1
* 2001-05-23 Zack Weinberg <zackw@stanford.edu>zack2001-05-231-61/+56
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-1/+0
* * diagnostic.c (trim_filename): No longer static.kenner2001-02-231-2/+1
* * diagnostic.c (output_to_stream): Rename togdr2001-02-231-12/+13
* * diagnostic.c (_fatal_insn): Decrement errorcount.kenner2001-02-181-0/+5
* * diagnostic.c (internal_error): Say "confused" after 1 error, notjason2001-02-081-2/+3
* * diagnostic.h (set_internal_error_function): Renamed.kenner2001-02-041-25/+65