summaryrefslogtreecommitdiff
path: root/gcc/c-format.c
Commit message (Expand)AuthorAgeFilesLines
* Changelog gcc/Kai Tietz2009-08-241-31/+47
* pretty-print.c (pp_base_format): Remove %J.Manuel López-Ibáñez2009-07-071-16/+4
* pretty-print.c (pp_base_format): Remove %H.Manuel López-Ibáñez2009-07-071-36/+0
* * c-format.c (handle_format_attribute): Fix comment typo.Ben Elliston2009-05-221-1/+1
* gcc_diag-1.c (foo): Don't check that %E produces a warning.Rafael Avila de Espindola2009-04-231-1/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* Fix PR/25502Kai Tietz2008-10-131-0/+6
* * c-format.c (check_format_types): Revert unwanted checkin.Jakub Jelinek2008-07-291-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-1/+1
* c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-271-2/+2
* c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor2008-06-221-40/+42
* c-format.c (check_format_info_main): Use strncmp rather than a magic prefix t...Danny Smith2008-04-241-17/+3
* re PR c/35436 (ICE with attribute "format")Volker Reichelt2008-04-011-1/+2
* ms format support for mingw.Kai Tietz2008-03-201-9/+109
* builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek2007-09-271-4/+16
* c-format.h (format_kind_info): Add alloc_char field.Jakub Jelinek2007-09-181-36/+48
* c-format.c: Include alloc-pool.h.Laurynas Biveinis2007-09-041-15/+10
* 2007-08-3 1 Dan Hipschman <dsh@google.com>Dan Hipschman2007-08-131-7/+2
* re PR fortran/32860 (Support %ld (for "long") for gfc_warning)Francois-Xavier Coudert2007-08-121-2/+12
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* [multiple changes]Andrew Pinski2007-06-151-6/+1
* really remove signed(_or_unsigned)?_type langhooksRafael Espindola2007-06-111-1/+1
* c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola2007-05-141-1/+1
* Separate NUL byte detection from rest of -Wformat warningsBruce Korb2007-04-071-1/+2
* builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore2007-02-281-4/+14
* Whitespace fixupsMike Stump2006-05-181-35/+35
* tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis2005-12-171-2/+2
* target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm2005-12-161-58/+63
* re PR c/23103 (gcc_diag does not work with -combine)Andrew Pinski2005-10-251-1/+1
* c-format.c (check_function_format): Change warning control option from OPT_Wa...DJ Delorie2005-07-221-2/+2
* re PR c++/22476 (-Wmissing-format-attribute should pick out function pointer ...Kaveh R. Ghazi2005-07-191-1/+2
* c-format.c (gcc_gfc_format_type, [...]): New.Kaveh R. Ghazi2005-07-031-1/+83
* c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers2005-07-031-3/+63
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-3/+4
* c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie2005-06-281-61/+75
* Update FSF address.Kelley Cook2005-06-251-2/+2
* common.opt (-Wattributes): New.DJ Delorie2005-05-251-1/+2
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-6/+11
* c-format.c (check_format_arg): Handle string literals of the form &"string"[o...Richard Guenther2005-05-131-0/+4
* re PR c/20740 (cc1 segfaults)Joseph Myers2005-04-271-5/+72
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-57/+57
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-14/+13
* builtin-types.def, [...]: Update copyright.Kazu Hirata2005-03-291-1/+1
* c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_...Joseph Myers2005-03-201-7/+2
* c-common.c, [...]: Use %D for declarations in diagnostics and %E for identifi...Joseph Myers2005-03-181-1/+2
* builtins.c, [...]: Say "argument" instead of "arg" in diagnostics.Joseph Myers2004-11-091-6/+8
* builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2004-11-091-2/+2
* c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers2004-10-031-22/+22
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-38/+38