OSDN Git Service

* gcc.dg/sequence-pt-1.c: Cast from pointer to integer
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg /
2000-11-10 rth * gcc.dg/sequence-pt-1.c: Cast from pointer...
2000-11-09 jakub * gcc.dg/20001108-1.c: New test.
2000-11-07 dj* testsuite/gcc.dg/20000614-1.c: Add return so that...
2000-11-04 neil * gcc.dg/cpp/include2.c: New tests.
2000-11-03 berndsMore tests for sequence point warnings.
2000-11-01 neil * cpplib.c (run_directive): Use correct line...
2000-10-31 neil * cpp.texi: Update for new command line assertion...
2000-10-31 jsm28 * c-typeck.c (build_unary_op): If pedantic, pedwarn...
2000-10-29 neil * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
2000-10-29 neil * gcc.dg/cpp/macro4.c, macro5.c: New tests.
2000-10-28 neil*** empty log message ***
2000-10-28 neil * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c...
2000-10-28 mmitchel * c-typeck.c (check_init_type_bitfields): Remove.
2000-10-28 zack2000-10-21 Mike Coleman <mcoleman2@kc.rr.com>
2000-10-25 jsm28 * c-decl.c (grokdeclarator): Move warning for qualifie...
2000-10-21 jakub * gcc.dg/noncompile/init-3.c: New test.
2000-10-20 jsm28 * c-common.c (check_format_info_recurse): Extract...
2000-10-18 jsm28 * c-common.c (check_format_types): Check for writing...
2000-10-17 jsm28 * c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
2000-10-17 berndsImproved sequence point warnings
2000-10-17 jsm28 * c-common.h (warn_missing_format_attribute): New...
2000-10-16 jsm28 * c-common.c (format_check_results): New structure.
2000-10-16 jakub * rtlanal.c (may_trap_p): Check operand modes of COMPARE.
2000-10-15 jsm28 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determi...
2000-10-13 jakub * config/sparc/sparc.md (nonlocal_goto_receiver):...
2000-10-12 jsm28 * c-common.c (decl_attributes): Don't allow strftime...
2000-10-12 jsm28 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
2000-10-12 jsm28 * c-common.c (scanf_flag_specs): Add flags ' and I.
2000-10-11 jsm28 * c-typeck.c (check_modify_expr): New function.
2000-10-10 jakub * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm...
2000-10-10 hpOops, forgot to commit testcase.
2000-10-10 jakub * reload1.c (calculate_needs_all_insns): If deleting...
2000-10-08 jsm28 * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.
2000-10-08 jsm28 * c-common.c (FMT_FLAG_ARG_CONVERT, FMT_FLAG_SCANF_A_K...
2000-10-07 jsm28 * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other...
2000-10-04 wcohenA test to verify the patch to warn of initializers...
2000-09-28 ghazi * gcc.dg/wtr-int-type-1.c: Don't expect a warning...
2000-09-25 neil * cpplex.c (parse_args): Don't set VOID_REST...
2000-09-24 jsm28 * c-common.c (check_format_info): Warn for a wide...
2000-09-23 neil * gcc.dg/cpp/20000510-1.S: Rename assembler...
2000-09-21 neil * cppfiles.c (lookup_include_file): Rename to open_file.
2000-09-19 rthFix target selector regexp.
2000-09-19 rth * gcc.dg/compare2.c (case 10): XFAIL.
2000-09-19 rth * gcc.c-torture/execute/20000906-1.c: Move ...
2000-09-18 neil * cpphash.h (HASHSTEP): Take character rather than...
2000-09-18 jsm28 * c-common.c (check_format_info): Properly save the...
2000-09-18 jsm28 * gcc.dg/format-errmk-1.c: New test.
2000-09-17 jsm28 * c-decl.c (grokdeclarator): Don't give a warning...
2000-09-17 mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-09-16 neil * cpplex.c (push_macro_context): Set an argument's...
2000-09-15 neil * cpplex.c (ON_REST_ARG): Correct the test.
2000-09-14 neil * paste9.c: New preprocessor ## test.
2000-09-12 ghazi * c-typeck.c (process_init_element): Avoid union init...
2000-09-12 zack * cppfiles.c: Move all default-#defines to top of...
2000-09-11 robertlFixed to return 0 on success.
2000-09-11 robertl * gcc.dg/pragma-align.c: New test.
2000-09-11 zack * varasm.c (make_decl_rtl): Restore leading star on
2000-09-10 ghazi * cppmacro.c (check_trad_stringification): New function.
2000-09-07 jsm28 * c-common.c (time_char_table): Allow %#b and %#h.
2000-09-07 zackIntegrated preprocessor.
2000-09-05 ghazi * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
2000-09-04 jakub * gcc.dg/20000904-1.c: New test.
2000-09-04 jakub * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of curre...
2000-09-01 jsm28 * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
2000-09-01 jsm28 * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
2000-08-29 ghazi * wtr-label-1.c, wtr-suffix-1.c: New tests.
2000-08-28 ghazi * gcc.dg/return-type-2.c: New test.
2000-08-26 aoliva* gcc.dg/dwarf2-2.c: New test.
2000-08-26 zack * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
2000-08-25 jsm28 * c-common.c (time_char_table): Don't allow width...
2000-08-25 mmitchel * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
2000-08-24 rthNew tests.
2000-08-24 jsm28 * c-common.c (time_char_table): Don't allow width...
2000-08-23 ghazi * gcc.dg/noncompile/label-lineno-1.c: New test.
2000-08-23 jsm28 * gcc.dg/c99-array-nonobj-1.c: New test.
2000-08-23 jsm28 * c-common.c (print_char_table): Allow 'I' flag with...
2000-08-23 ghazi * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
2000-08-22 jsm28 * c-common.c (check_format_info): Give the 'some local...
2000-08-21 jsm28 * c-common.c (init_dollar_format_checking,
2000-08-21 jsm28 * c-common.c (scan_char_table): Add 'w' to flags for...
2000-08-21 jakub * gcc.c-torture/compile/20000606-1.c: New test.
2000-08-20 zack2000-08-20 Zack Weinberg <zack@wolery.cumb.org>
2000-08-19 zack * gcc.dg/cpp/lexstrng.c: Don't include string.h.
2000-08-18 jsm28 * gcc.dg/format-va-1.c: New test.
2000-08-15 jsm28 * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr...
2000-08-13 geoffkIn gcc/:
2000-08-11 geoffk* gcc.dg/920413-1.c: Allow for 'traditional C rejects...
2000-08-10 jsm28 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
2000-08-09 jsm28 * gcc.dg/c90-const-expr-1.c: New test.
2000-08-08 rth * gcc.dg/noncompile/920923-1.c: Declare calloc.
2000-08-08 jsm28 * c-lex.c (yylex): Don't allow integer suffixes 'LUL...
2000-08-07 jsm28 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New...
2000-08-06 jsm28 * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_...
2000-08-05 zack * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with...
2000-08-04 jsm28 * c-common.h (flag_isoc94): Declare.
2000-08-04 zack * cpplex.c (parse_name): Might have to glue a CPP_OTHE...
2000-08-02 zack * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
2000-07-31 zack2000-07-31 Jakub Jelinek <jakub@redhat.com>
2000-07-31 jakub * gcc.dg/cpp/20000725-1.c: New test.
2000-07-31 zack * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
next