aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/format
AgeCommit message (Expand)AuthorFilesLines
2006-01-12nodfp-1.c: New test.Janis Johnson2-0/+221
2006-01-05c-typeck.c (build_c_cast): Always warn when casting from a pointer to an inte...Carlos O'Donell1-1/+1
2005-12-10re PR testsuite/20772 (x86 tests should run on both i?86 and x86_64)Kaveh R. Ghazi1-2/+2
2005-12-04c-common.c (binary_op_error): Do not allow NOP_EXPR.Joseph Myers1-0/+16
2005-11-04unnamed-1.c: Add -msse for x86 compilation to avoid extra warnings.Andreas Jaeger1-1/+3
2005-11-03re PR c/24329 (segfault with -Wall and long integer literal)Joseph Myers1-0/+22
2005-07-19re PR c++/22476 (-Wmissing-format-attribute should pick out function pointer ...Kaveh R. Ghazi7-9/+139
2005-07-16re PR c/22421 (problems with -Wformat and bit-fields)Joseph Myers1-0/+46
2005-07-03c-format.c (gcc_gfc_format_type, [...]): New.Kaveh R. Ghazi1-0/+30
2005-07-03c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers1-0/+43
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-1/+6
2005-06-26re PR c/21911 (named parameter mistakenly identified as sentinel)Kaveh R. Ghazi1-16/+23
2005-06-25Update FSF address.Kelley Cook1-1/+1
2005-06-08sol2-c.c (cmn_err_char_table): Allow width for %b formats.Joseph Myers1-0/+1
2005-04-27re PR c/20740 (cc1 segfaults)Joseph Myers12-0/+119
2004-11-28builtin-choose-expr-2.c, [...]: New tests.Joseph Myers6-0/+42
2004-11-15sol2-c.c (cmn_err_char_table): Add "p".Mark Mitchell1-1/+2
2004-11-14c99-flex-array-5.c, [...]: New tests.Joseph Myers1-0/+13
2004-09-05builtin-attrs.def (ATTR_NOTHROW_SENTINEL_1): New.Kaveh R. Ghazi1-0/+29
2004-09-05builtin-attrs.def (ATTR_SENTINEL, [...]): New.Kaveh Ghazi1-0/+37
2004-09-03configure.in: Remove target-libstdc++-v3 from noconfigdirs for *-*-netware...Jan Beulich1-1/+1
2004-08-05c-common.c (c_stddef_cpp_builtins): Define __INTMAX_TYPE__ and __UINTMAX_TYPE__.Joseph Myers1-25/+2
2004-08-03c-decl.c (implicitly_declare): Diagnose incompatible implicit declarations.Joseph Myers1-0/+1
2004-07-19Makefile.in (c-format.o): Depend on c-format.h.Daniel Jacobowitz1-0/+36
2004-07-01re PR c/1027 (slightly misleading printf format warning)Joseph Myers5-16/+29
2004-05-15re PR c/15444 (Bad warning message in printf format checking)Joseph Myers2-1/+16
2003-12-20c-format.c (print_char_table): Allow 'I' flag on floating point decimal formats.Joseph Myers1-7/+7
2003-11-08re PR c/3190 (-Wformat-y2k doesn't belong to -Wall - it's hard to avoid)Joseph Myers5-6/+6
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-0/+9
2003-06-30builtin-attrs.def (gcc_diag, [...]): New format attributes.Kaveh R. Ghazi1-0/+185
2003-06-13c-format.c (format_types_orig): Disallow '*' width/precision in asm_fprintf f...Kaveh R. Ghazi1-5/+3
2003-06-05* gcc.dg/format/asm_fprintf-1.c: New test.Kaveh R. Ghazi1-0/+82
2003-03-02re PR c++/9367 (error: nonnull argument with extern "C" snprintf prototype)Roger Sayle1-1/+1
2002-09-16ChangeLog: follow spelling conventions.Kazu Hirata4-7/+7
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata3-3/+3
2002-05-23builtin-attrs.def: Update copyright years.Jason Thorpe1-0/+27
2002-05-18c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with...Jason Thorpe1-0/+15
2002-05-03re PR c/6547 (misleading printf '$' format)Joseph Myers1-0/+21
2001-12-21builtin-attrs.def (__builtin_printf_unlocked, [...]): Mark with the __printf_...Kaveh R. Ghazi6-0/+24
2001-11-25c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.Joseph Myers3-9/+49
2001-11-20cpp.exp: For testing on a remote host, copy across all the headers.Geoffrey Keating1-0/+5
2001-10-02c-common.c (c_format_attribute_table): Make format and format_arg attributes ...Joseph Myers5-14/+157
2001-10-02attribs.c (decl_attributes): Possibly call insert_default_attributes to inser...Joseph Myers2-0/+49
2001-09-22c-format.c (init_function_format_info): Check __builtin_printf and __builtin_...Joseph Myers2-0/+60
2001-07-17c-parse.in (all_prefix_attributes): New variable.Joseph Myers1-0/+25
2001-04-25c-format.c (check_format_info_recurse): Handle PLUS_EXPR for format string.Jakub Jelinek1-0/+20
2001-02-08default.exp, [...]: Remove bug reporting instructions with ancient email addr...Joseph Myers1-3/+0
2001-01-09* gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.Joseph Myers2-0/+145
2001-01-07format.h: New file.Joseph Myers43-362/+157
2001-01-06format.exp: New file.Joseph Myers43-0/+2468