aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-format.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-21c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.Gabriel Dos Reis1-1/+1
2002-07-21* c-format.c (T99_I, T99_UI): Remove.Neil Booth1-2/+0
2002-06-05toplev.h (report_error_function): Remove.Gabriel Dos Reis1-4/+4
2002-05-23builtin-attrs.def: Update copyright years.Jason Thorpe1-5/+0
2002-05-23c-common.c (warn_nonnull): Declare.Jason Thorpe1-95/+35
2002-05-18c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with...Jason Thorpe1-2/+8
2002-05-03re PR c/6547 (misleading printf '$' format)Joseph Myers1-5/+5
2002-04-19builtins.c: Include langhooks.h.Neil Booth1-7/+2
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-2/+2
2002-02-20re PR c/4389 (Improper constant folding)Jakub Jelinek1-5/+4
2001-11-25c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.Joseph Myers1-10/+46
2001-10-30Localization fixes.Paolo Bonzini1-8/+8
2001-10-22fix spelling typo in commentNick Clifton1-2/+2
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-2/+2
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-2/+2
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-37/+37
2001-10-02c-common.c (c_format_attribute_table): Make format and format_arg attributes ...Joseph Myers1-218/+142
2001-10-02attribs.c (decl_attributes): Possibly call insert_default_attributes to inser...Joseph Myers1-80/+10
2001-10-02c-format.c (CPLUSPLUS_STD_VER): Define to STD_C94.Joseph Myers1-1/+1
2001-09-22c-format.c (init_function_format_info): Check __builtin_printf and __builtin_...Joseph Myers1-5/+8
2001-09-21Table-driven attributes.Joseph Myers1-26/+46
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-12/+4
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-04-25c-format.c (check_format_info_recurse): Handle PLUS_EXPR for format string.Jakub Jelinek1-0/+40
2001-03-02print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin1-12/+14
2001-01-13c-common.c: Move format checking code to ...Joseph Myers1-0/+2507