aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-format.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-18Whitespace fixupsMike Stump1-35/+35
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-2/+2
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-58/+63
2005-10-25re PR c/23103 (gcc_diag does not work with -combine)Andrew Pinski1-1/+1
2005-07-22c-format.c (check_function_format): Change warning control option from OPT_Wa...DJ Delorie1-2/+2
2005-07-19re PR c++/22476 (-Wmissing-format-attribute should pick out function pointer ...Kaveh R. Ghazi1-1/+2
2005-07-03c-format.c (gcc_gfc_format_type, [...]): New.Kaveh R. Ghazi1-1/+83
2005-07-03c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers1-3/+63
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-3/+4
2005-06-28c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie1-61/+75
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-1/+2
2005-05-24c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie1-6/+11
2005-05-13c-format.c (check_format_arg): Handle string literals of the form &"string"[o...Richard Guenther1-0/+4
2005-04-27re PR c/20740 (cc1 segfaults)Joseph Myers1-5/+72
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-57/+57
2005-04-22builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell1-14/+13
2005-03-29builtin-types.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-20c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_...Joseph Myers1-7/+2
2005-03-18c-common.c, [...]: Use %D for declarations in diagnostics and %E for identifi...Joseph Myers1-1/+2
2004-11-09builtins.c, [...]: Say "argument" instead of "arg" in diagnostics.Joseph Myers1-6/+8
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-2/+2
2004-10-03c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers1-22/+22
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-38/+38
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-49/+33
2004-07-26basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti1-13/+19
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-2/+2
2004-07-19Makefile.in (c-format.o): Depend on c-format.h.Daniel Jacobowitz1-407/+192
2004-07-01re PR c/1027 (slightly misleading printf format warning)Joseph Myers1-70/+88
2004-06-30c-common.h (check_function_format): Remove first parameter.Joseph Myers1-140/+101
2004-05-29pretty-print.c (pp_base_format_text): Support %< instead of %` and %> as well...Joseph Myers1-17/+14
2004-05-24intl.h (open_quote, [...]): New.Joseph Myers1-48/+56
2004-05-15re PR c/15444 (Bad warning message in printf format checking)Joseph Myers1-0/+36
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+1
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-1/+1
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-2/+2
2003-12-20c-format.c (print_char_table): Allow 'I' flag on floating point decimal formats.Joseph Myers1-14/+14
2003-11-08re PR c/3190 (-Wformat-y2k doesn't belong to -Wall - it's hard to avoid)Joseph Myers1-1/+1
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-9/+28
2003-07-18c-common.c: Don't undefine GCC_DIAG_STYLE.Gabriel Dos Reis1-1/+1
2003-07-12c-format.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth1-2/+2
2003-06-30builtin-attrs.def (gcc_diag, [...]): New format attributes.Kaveh R. Ghazi1-4/+274
2003-06-28diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a...Nathan Sidwell1-1/+1
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg1-2/+2
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-20c-format.c: Change _Bool to bool reverting part of the last patch.Andreas Tobler1-2/+2
2003-06-19c-aux-info.c: Convert to ISO C99.Andreas Jaeger1-81/+38