OSDN Git Service

PR optimization/6759
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
2002-06-10 jakub PR optimization/6759
2002-06-10 jakub PR c/6660
2002-06-10 jakub PR c/6809
2002-06-10 jakub PR optimization/6842
2002-06-10 jakub * varasm.c (const_hash): Handle FDESC_EXPR like ADDR_EXPR.
2002-06-10 jakub * cfgcleanup.c (try_optimize_cfg): Make sure merge_blo...
2002-06-07 sayle * fold-const.c (fold) [EQ_EXPR]: Place both integer...
2002-06-07 jakub * gcc.c-torture/compile/20020604-1.c: New test.
2002-06-04 rth * config/alpha/alpha.c (mode_mask_operand)...
2002-06-04 aldyh2002-06-04 Aldy Hernandez <aldyh@redhat.com>
2002-06-04 rth * config/alpha/alpha.c (reg_or_const_int_operan...
2002-06-02 rth * alias.c: Include target.h.
2002-06-02 aj * gcc.c-torture/execute/loop-3c.x: Remove, the test...
2002-06-02 neil * c-common.c (c_common_init): Override cpplib's default
2002-06-02 rth * gcc.dg/uninit-A.c: Remove xfail markers.
2002-06-01 sayle * tree.c (real_minus_onep): New function to test for...
2002-05-30 rth * c-common.c (c_common_attribute_table): Add...
2002-05-29 neil2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
2002-05-29 hp * gcc.c-torture/execute/20020529-1.c: New test.
2002-05-27 sayle * c-common.c: Add support for __attribute__((nothrow...
2002-05-27 neil * testsuite/gcc.dg/cpp/arith-3.c: Need -std=c99.
2002-05-27 ghazi * gcc.c-torture/execute/pure-1.c: New test.
2002-05-27 neil * c-common.c (c_common_init): Always use intmax_t.
2002-05-27 neil * c-common.c (c_common_init): Set CPP arithmetic preci...
2002-05-26 jakub * cse.c (fold_rtx): Don't optimize if SUBREG changes...
2002-05-26 neil * cppexp.c (possible_sum_sign, integer_overflow, left_...
2002-05-25 bje2002-05-24 Ben Elliston <bje@redhat.com>
2002-05-24 jakub PR other/6782
2002-05-24 neil PR preprocessor/6780
2002-05-23 neiltestsuite:
2002-05-23 neil * cppinit.c (mark_named_operators): Split out from...
2002-05-23 mmitchel * varasm.c (make_decl_rtl): Don't allow weak variables...
2002-05-23 amylaar * gcc.dg/weak-2.c: Allow optional leading underscore
2002-05-23 jakub PR target/6753
2002-05-23 neiltestsuite:
2002-05-23 rth * g++.dg/dg.exp: Fix typo in test pruneing.
2002-05-22 rth * decl.c (check_tag_decl): Handle RID_THREAD.
2002-05-22 jakub * combine.c (force_to_mode): Use gen_int_mode.
2002-05-22 rth * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c...
2002-05-21 aoliva* g++.dg/other/copy2.C: New test.
2002-05-20 amylaar * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH...
2002-05-20 aoliva* g++.dg/ext/oper1.C: New test.
2002-05-20 mmitchel * Makefile.in (distclean): Remove QMTest stuff.
2002-05-20 mmitchel * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error...
2002-05-19 aj * gcc.c-torture/execute/loop-2c.x: Remove, the test...
2002-05-19 billingd2002-05-19 David Billinghurst <David.Billinghurst...
2002-05-17 billingd2002-05-16 David.Billinghurst <David.Billinghurst...
2002-05-16 jason * lib/scanasm.exp (scan-assembler): Use upvar...
2002-05-16 rth * varasm.c (merge_weak): Remove special case...
2002-05-15 rth * varasm.c (merge_weak): Error for any weakenin...
2002-05-14 aoliva* g++.dg/init/pm1.C: New test.
2002-05-13 davem2002-05-12 David S. Miller <davem@redhat.com>
2002-05-10 sayle * fold-const.c (build_range_check): Optimize (c>=1...
2002-05-10 davem2002-05-10 David S. Miller <davem@redhat.com>
2002-05-09 jakub PR target/6429
2002-05-09 neil * cpplib.c (cpp_init_internal_pragmas): Remove #pragma...
2002-05-09 lawForgot to commit long long ago. See my message to...
2002-05-08 trixNew tests for rotating.
2002-05-08 neil * cpplex.c (cpp_interpret_charconst): Truncate as...
2002-05-08 mmitchel PR c/6569.
2002-05-06 sayle PR opt/3995
2002-05-06 neil * c-common.c (warn_multichar): New.
2002-05-06 neil * gcc.dg/cpp/charconst-3.c: Run, don't compile.
2002-05-05 neildoc:
2002-05-05 neil * c-common.c (c_common_init): Set up CPP arithmetic.
2002-05-05 timjoslingAdded comments in master changelogs on adding treelang...
2002-05-03 jakub * gcc.dg/cpp/cmdlne-dM-M.c: New test.
2002-05-03 jsm28 * c-format.c (check_format_info_main): Don't check...
2002-05-03 jakub PR target/6542
2002-05-02 mmitchel * g++.dg/init/dtor1.C: Make it tougher.
2002-05-02 mmitchel * g++.dg/init/dtor1.C: New test.
2002-05-02 aldyh2002-05-02 Aldy Hernandez <aldyh@redhat.com>
2002-05-01 aldyh2002-05-01 Aldy Hernandez <aldyh@redhat.com>
2002-04-29 jakub PR c++/6477
2002-04-29 mmitchel PR c++/6492
2002-04-29 nathancp:
2002-04-28 neil * cppexp.c (lex): Move some code to _cpp_parse_expr...
2002-04-28 jakub PR optimization/6475
2002-04-28 neil * cppexp.c (lex): Update to use state.skip_eval.
2002-04-28 sirl 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach...
2002-04-26 aoliva* gcc.dg/enum1.c: New test.
2002-04-26 mmitchel PR bootstrap/6445
2002-04-26 aoliva* g++.dg/abi/enum1.C: New test.
2002-04-26 rth * gcc.dg/c99-bool-1.c: Expect always true warning.
2002-04-26 hp * gcc.dg/i386-memset-1.c: New test case for PR target...
2002-04-25 ghazi * gcc.c-torture/execute/20020227-1.x: New file, xfail...
2002-04-25 mmitchel * mangle.c (write_type): Don't use TYPE_MAIN_VARIANT...
2002-04-24 mmitchel * cvt.c (convert_to_void): Don't unconditionally make...
2002-04-24 amylaar * sh.h (PIC_OFFSET_TABLE_REGNUM): Conditionaliz...
2002-04-24 ghazi * gcc.c-torture/compile/labels-3.x: New file, don...
2002-04-23 jakub * parse.y (check_class_key): Allow KEY to be union...
2002-04-23 aj2002-04-23 Roger Sayle <roger@eyesopen.com>
2002-04-23 mmitchel PR c++/6256:
2002-04-22 zack * gcc.c-torture/execute/980707-1.c: Don't use isspace().
2002-04-22 hp * gcc.dg/20020415-1.c: Expect warning for unsupported...
2002-04-21 hp * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
2002-04-21 neil * cppmacro.c (funlike_invocation_p): Don't step back...
2002-04-21 sirl2002-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach...
2002-04-20 billingd2002-04-20 David.Billinghurst <David.Billinghurst...
2002-04-19 toon2002-04-19 Toon Moene <toon@moene.indiv.nluug.nl>
next