aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-format.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-24Changelog gcc/Kai Tietz1-31/+47
2009-07-07pretty-print.c (pp_base_format): Remove %J.Manuel López-Ibáñez1-16/+4
2009-07-07pretty-print.c (pp_base_format): Remove %H.Manuel López-Ibáñez1-36/+0
2009-05-22* c-format.c (handle_format_attribute): Fix comment typo.Ben Elliston1-1/+1
2009-04-23gcc_diag-1.c (foo): Don't check that %E produces a warning.Rafael Avila de Espindola1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-10-13Fix PR/25502Kai Tietz1-0/+6
2008-07-29* c-format.c (check_format_types): Revert unwanted checkin.Jakub Jelinek1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1/+1
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-2/+2
2008-06-22c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor1-40/+42
2008-04-24c-format.c (check_format_info_main): Use strncmp rather than a magic prefix t...Danny Smith1-17/+3
2008-04-01re PR c/35436 (ICE with attribute "format")Volker Reichelt1-1/+2
2008-03-20ms format support for mingw.Kai Tietz1-9/+109
2007-09-27builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek1-4/+16
2007-09-18c-format.h (format_kind_info): Add alloc_char field.Jakub Jelinek1-36/+48
2007-09-04c-format.c: Include alloc-pool.h.Laurynas Biveinis1-15/+10
2007-08-132007-08-3 1 Dan Hipschman <dsh@google.com>Dan Hipschman1-7/+2
2007-08-12re PR fortran/32860 (Support %ld (for "long") for gfc_warning)Francois-Xavier Coudert1-2/+12
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-06-15[multiple changes]Andrew Pinski1-6/+1
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-1/+1
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-1/+1
2007-04-07Separate NUL byte detection from rest of -Wformat warningsBruce Korb1-1/+2
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-4/+14
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