aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-20diagnostic.c (diagnostic_kind_text): Const-ify.Kaveh R. Ghazi1-1/+1
2002-06-13diagnostic.c (output_format): Fix thinko.Eric Christopher1-2/+2
2002-06-13diagnostic.c (output_format): Recognize "%H" as a format specifier for a loca...Gabriel Dos Reis1-3/+44
2002-06-11objc-act.c (warn_with_ivar): Adjust calls to diagnostic_count_error.Gabriel Dos Reis1-17/+31
2002-06-07* diagnostic.c (diagnostic_build_prefix): Fix initialization.Gabriel Dos Reis1-3/+3
2002-06-07* diagnostic.c (diagnostic_build_prefix): Tidy.Gabriel Dos Reis1-18/+16
2002-06-05toplev.h (report_error_function): Remove.Gabriel Dos Reis1-455/+307
2002-06-02diagnostic.h (struct diagnostic_context): Add new member internal_error.Gabriel Dos Reis1-16/+2
2002-06-02diagnostic.c (diagnostic_finish): Rename to output_flush.Gabriel Dos Reis1-58/+58
2002-05-11dbxout.c: Fix formatting.Kazu Hirata1-169/+171
2002-04-14diagnostic.h (output_buffer_state): Redefine.Gabriel Dos Reis1-17/+14
2002-03-31diagnostic.c: Include langhooks-def.h.Neil Booth1-0/+1
2002-03-31diagnostic.c (print_error_function): Remove.Neil Booth1-8/+2
2002-03-20Makefile.in: Update.Neil Booth1-4/+5
2002-01-23diagnostic.c (internal_error): Do ICE suppression only when ENABLE_CHECKING i...Zack Weinberg1-0/+2
2002-01-21Properly indent two lines.Richard Kenner1-2/+2
2002-01-12diagnostic.c (warn_deprecated_use): Rework to lower indentation.Richard Kenner1-33/+28
2002-01-12attribs.c (handle_deprecated_attribute): constify WHAT.Graham Stott1-32/+34
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben1-0/+41
2002-01-04c-common.c: Fix formatting.Kazu Hirata1-14/+14
2001-12-14diagnostic.c (sorry): Increment sorrycount before saving the buffer state.Jason Merrill1-1/+1
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-5/+5
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-1/+1
2001-08-28(forgot in last checkin)Andreas Jaeger1-203/+69
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-17final.c (shorten_branches): Clear the end of the label_align array only if we...Zack Weinberg1-0/+3
2001-08-14Makefile.in (OBJS): Add rtl-error.oGabriel Dos Reis1-132/+0
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-07-10diagnostic.c (finish_diagnostic): Rename to diagnostic_finish.Gabriel Dos Reis1-11/+12
2001-06-28diagnostic.c (default_print_error_function): Tweak.Gabriel Dos Reis1-14/+15
2001-06-27diagnostic.h: Add documentation.Gabriel Dos Reis1-14/+12
2001-06-26toplev.c (decode_f_option): Adjust setting.Gabriel Dos Reis1-51/+13
2001-06-26diagnostic.h (struct diagnostic_context): Add new field.Gabriel Dos Reis1-11/+10
2001-06-26diagnostic.h (diagnostic_prefixing_rule_t): New enum type.Gabriel Dos Reis1-2/+2
2001-06-26diagnostic.c (digit_buffer): Remove as global.Gabriel Dos Reis1-6/+2
2001-06-10Makefile.in (c-parse.o): Depend on diagnostic.hGabriel Dos Reis1-6/+1
2001-05-23diagnostic.c (vnotice): Kill.Zack Weinberg1-61/+56
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-02-23diagnostic.c (trim_filename): No longer static.Richard Kenner1-2/+1
2001-02-23diagnostic.c (output_to_stream): Rename to output_buffer_to_stream.Gabriel Dos Reis1-12/+13
2001-02-18* diagnostic.c (_fatal_insn): Decrement errorcount.Richard Kenner1-0/+5
2001-02-08diagnostic.c (internal_error): Say "confused" after 1 error, not two.Jason Merrill1-2/+3
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-25/+65
2001-01-30* diagnostic.c (fatal): Fix word wrap.Neil Booth1-2/+2
2001-01-25* diagnostic.c (fatal): Request preprocessed source.Neil Booth1-3/+2
2000-12-16diagnostic.c (finish_abort): Deleted.Richard Kenner1-24/+52
2000-12-04stor-layout.c (int_mode_for_mode): Handle MODE_VECTOR_INT, MODE_VECTOR_FLOAT.Jason Merrill1-2/+2
2000-12-01diagnostic.c: Fix typos in comments.Phil Edwards1-5/+5
2000-11-17stringpool.c: New file.Zack Weinberg1-2/+2
2000-11-15diagnostic.c (finish_abort): New fn.Jason Merrill1-9/+22