OSDN Git Service

* objc.dg/objc-fast-4.m: Skip for ppc64.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index bc6e789..e25cd59 100644 (file)
@@ -1,3 +1,510 @@
+2006-06-05  Mike Stump  <mrs@apple.com>
+
+       * objc.dg/objc-fast-4.m: Skip for ppc64.
+
+2006-06-05  Steve Ellcey  <sje@cup.hp.com>
+
+       PR testsuite/27705
+       * gcc.dg/sibcall-7.c: Do not run on ia64-*-* platforms.
+
+2006-06-05  Dorit Nuzman  <dorit@il.ibm.com>
+            Victor Kaplansky  <victork@il.ibm.com>
+           
+        PR tree-optimizations/26360
+        * gcc.dg/vect/vect.exp: Compile tests prefixed with "no-tree-dce"
+        with -fno-tree-dce.
+        * gcc.dg/vect/no-tree-dce-pr26360.c: New test.
+
+2006-06-05  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/14067
+       * gfortran.dg/data_char_1.f90: Add messages for truncated
+       strings.
+
+       PR fortran/16943
+       * gfortran.dg/func_decl_2.f90: New test.
+
+       PR fortran/20838
+       * gfortran.dg/do_2.f90: New test.
+
+       PR fortran/27655
+       * gfortran.dg/associated_3.f90: New test.
+
+2006-06-04  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/27819
+       * g++.dg/template/static25.C: New test.
+
+       PR c++/27722
+       * g++.dg/init/array21.C: New test.
+
+       PR c++/27807
+       * g++.dg/ext/complit7.C: New test.
+       
+       PR c++/27806
+       * g++.dg/parse/ptrmem5.C: New test.
+
+2006-06-04  Roger Sayle  <roger@eyesopen.com>
+           Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR c/27150
+       PR middle-end/27382
+       * gcc.dg/pr27150-1.c: New testcase.
+       * gcc.dg/pr27382-1.c: New testcase.
+       * gcc.dg/pr27382-2.c: New testcase.
+
+2006-06-05  Joseph S. Myers  <joseph@codesourcery.com>
+
+       PR c/25161
+       PR c/27020
+       * gcc.dg/array-10.c: New test.
+
+2006-06-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/27804
+       * g++.dg/init/const4.C: New test.
+       * g++.dg/init/member1.C: Add error-marker.
+       * g++.dg/other/fold1.C: Adjust error-marker.
+
+2006-06-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/27601
+       * g++.dg/ext/offsetof1.C: New test.
+
+2006-06-04 Eric Christopher <echristo@apple.com>
+
+       * gcc.dg/attr-ms_struct-1.c: New.
+
+2006-06-04  Mark Shinwell  <shinwell@codesourcery.com>
+
+       * gcc.c-torture/compile/builtin_constant_p.c: New test.
+
+2006-06-04  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/27039
+       * gcc.dg/tree-ssa/loop-17.c: New testcase.
+
+2006-06-03  Roger Sayle  <roger@eyesopen.com>
+
+       PR target/26223
+       * gcc.target/i386/amd64-abi-2.c: New test case.
+
+2006-06-02  Eric Christopher  <echristo@apple.com>
+
+       * gcc.c-torture/compile/20000804-1.c: Skip if i?86-darwin.
+       * gcc.target/i386/20020523-1.c: Skip if darwin.
+       * gcc.target/i386/asm-3.c: Ditto.
+       * gcc.target/i386/20011119-1.c: Ditto.
+       * gcc.target/i386/clobbers.c: Remove pic part of test.
+
+2006-06-02  Steve Ellcey  <sje@cup.hp.com>
+
+       * g++.old-deja/g++.other/init5.C: XFAIL if cxa-atexit is false.
+       * g++.old-deja/g++.other/init19.C: Ditto.
+       * g++.old-deja/g++.other/init18.C: Ditto, plus change _Exit to _exit
+       and add other platforms as expected failures.
+
+2006-06-01  Steve Ellcey  <sje@cup.hp.com>
+
+       * lib/target-supports.exp (is-effective-target): Add cxa_atexit.
+       (is-effective-target-keyword): Ditto.
+
+2006-06-01  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR fortran/27715
+       * gfortran.dg/extended_char_comparison_1.f:  New test.
+
+2006-06-01  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/25098
+       * gfortran.dg/dummy_procedure_1.f90: New test.
+
+       PR fortran/25147
+       * gfortran.dg/dummy_procedure_2.f90: New test.
+
+       * gfortran.dg/associated_2.f90: Correct to make consistent with
+       standard.
+
+2006-05-31  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.target/i386/387-11.c: New test case.
+
+2006-05-31  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/27801
+       * g++.dg/template/cond6.C: New test.
+
+       PR c++/26496
+       * g++.dg/template/crash51.C: New test.
+       * g++.old-deja/g++.mike/net36.C: Tweak error markers.
+
+       PR c++/27385
+       * g++.dg/init/array20.C: New test.
+
+2006-05-31  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.dg/builtins-54.c: New test case.
+
+2006-05-30  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/26433
+       * g++.dg/template/fntry1.C: Add dg-do link.
+
+       PR c++/27808
+       * g++.dg/parse/friend6.C: New test.
+
+2006-05-30  Asher Langton  <langton2@llnl.gov>
+
+       * gfortran.dg/cray_pointers_7.f90: New test.
+
+2006-05-30  Roger Sayle  <roger@eyesopen.com>
+
+       PR tree-optimization/23452
+       * gcc.dg/fold-mulconj-1.c: New test case.
+
+2006-05-30  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/27803
+       * g++.dg/parse/bitfield1.C: New test.
+
+2006-05-30  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.target/ppc-eq0-1.c: New test case.
+       * gcc.target/ppc-negeq0-1.c: New test case.
+
+2006-05-30  Dirk Mueller  <dmueller@suse.de>
+
+       PR c/27273
+       * gcc.dg/overflow-warn-5.c: New test.
+
+2006-05-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c/27718
+       * gcc.dg/sizeof-1.c: New test.
+
+2006-05-30  Uros Bizjak  <uros@kss-loka.si>
+
+       PR target/27790
+       * gcc.target/i386/pr27790.c: New test.
+
+2006-05-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/27757
+       * gfortran.dg/direct_io_5.f90: New test.
+
+2006-05-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/27634
+       * gfortran.dg/fmt_missing_period_1.f: New test.
+       * gfortran.dg/fmt_missing_period_2.f: New test.
+       * gfortran.dg/fmt_missing_period_3.f: New test.
+
+2006-05-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR fortran/19777
+       * gfortran.dg/bounds_check_2.f: Add new check for multidimensional
+       arrays.
+
+2006-05-29  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/27713
+       * g++.dg/template/new6.C: New test.
+
+2006-05-29  Roger Sayle  <roger@eyesopen.com>
+
+       PR tree-optimization/24964
+       * gcc.target/i386/387-10.c: New test case.
+
+2006-05-28  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       * intrinsics/string_intrinsics.c (compare_string):
+       Use memcmp instead of strncmp to avoid tripping over
+       CHAR(0) in a string.
+
+2006-05-27  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/27773
+       * gcc.dg/torture/pr27773.c: New testcase.
+
+2006-05-27  Dirk Mueller  <dmueller@suse.de>
+
+       * gcc.dg/pr24561.c: Rename to..
+       * gcc.dg/pr25962.c: .. this.
+
+2006-05-27  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR fortran/19777
+       * gfortran.dg/bounds_check_2.f: New test.
+
+2006-05-27  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * gfortran.dg/hollerith_f95.f90: Add -fall-intrinsics.
+       * gfortran.dg/byte_1.f90: Likewise.
+       * gfortran.dg/dup_save_2.f90: Likewise.
+
+2006-05-27  Paul Thomas  <pault@gcc.gnu.org>
+
+       * gfortran.dg/associated_2.f90: New test.
+
+2006-05-26  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR fortran/27524
+       * gfortran.dg/bounds_check_1.f90: New test.
+
+2006-05-26  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       PR rtl-optimization/27661
+       * gcc.dg/pr27661.c: New test case.
+
+2006-05-26  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR fortran/23151
+       * gfortran.dg/inquire_9.f90:  Fix illegal print syntax.
+       * gfortran.dg/print_parentheses_1.f:  New test.
+       * gfortran.dg/print_parentheses_2.f90:  New test.
+
+2006-05-26  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/27758
+       * gcc.dg/pr27758.c: New test.
+
+2006-05-24  Falk Hueffner  <falk@debian.org>
+
+       * gcc.c-torture/compile/pr27571.c: New test.
+
+2006-05-26  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/27709
+       * gfortran.dg/spec_expr_4.f90: New test.
+
+       PR fortran/27155
+       * gfortran.dg/transfer_array_intrinsic_4.f90: New test.
+
+2006-05-25  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/20103
+       * g++.dg/ext/complit6.C: New test.
+       * g++.dg/ext/complit3.C: Adjust error markers.
+       * g++.dg/init/const3.C: New test.
+
+2006-05-25  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/27743
+       * gcc.dg/torture/pr27743.c: New testcase.
+
+2006-05-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gfortran.dg/large_real_kind_form_io_2.f90: UnXFAIL on SPARC/Solaris.
+
+2006-05-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * gcc.dg/compat/scalar-by-value-x.h: New.
+       * gcc.dg/compat/scalar-by-value-y.h: New.
+       * gcc.dg/compat/scalar-by-value-5.c: New.
+       * gcc.dg/compat/scalar-by-value-5_main.c: New.
+       * gcc.dg/compat/scalar-by-value-5_x.c: New.
+       * gcc.dg/compat/scalar-by-value-5_y.c: New.
+       * gcc.dg/compat/scalar-by-value-6.c: New.
+       * gcc.dg/compat/scalar-by-value-6_main.c: New.
+       * gcc.dg/compat/scalar-by-value-6_x.c: New.
+       * gcc.dg/compat/scalar-by-value-6_y.c: New.
+
+2006-05-24  Zdenek Dvorak <dvorakz@suse.cz>
+
+       PR tree-optimization/27639
+       PR tree-optimization/26719
+       * gcc.dg/pr27639.c: New test.
+       * gcc.dg/pr26719.c: New test.
+       * gcc.dg/tree-ssa/scev-cast.c: New test.
+
+2006-05-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/20173
+       * g++.dg/template/error21.C: New test.
+
+2006-05-23  Kazu Hirata  <kazu@codesourcery.com>
+
+       PR target/27696
+       * gcc.target/i386/pr27696.c: New.
+
+2006-05-22  Janis Johnson  <janis187@us.ibm.com>
+
+       * gcc.dg/vmx/pr27006.c: Remove dg-do directive; use default.
+
+       * gcc.c-torture/execute/20040709-2.c: Remove temporary hack for ppc64.
+
+2006-05-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/27716
+       * g++.dg/other/assign1.C: New test.
+
+2006-05-22  Kazu Hirata  <kazu@codesourcery.com>
+
+       PR target/27266
+       * gcc.target/i386/pr27266.c: New.
+
+2006-05-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/27451
+       * g++.dg/ext/asm9.C: New test.
+
+2006-05-22  Richard Sandiford  <richard@codesourcery.com>
+
+       PR rtl-optimization/25514
+       * gcc.c-torture/compile/pr25514.c: New test.
+
+2006-05-22  Richard Guenther  <rguenther@suse.de>
+
+       Revert
+       2006-01-31  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.target/i386/sselibm-1.c: New testcase.
+       * gcc.target/i386/sselibm-2.c: Likewise.
+       * gcc.target/i386/sselibm-3.c: Likewise.
+       * gcc.target/i386/sselibm-4.c: Likewise.
+       * gcc.target/i386/sselibm-5.c: Likewise.
+
+2006-05-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c/27420
+       * gcc.dg/func-args-2.c: New test.
+
+       PR c/26818
+       * gcc.dg/struct-incompl-1.c: New test.
+
+2006-05-22  Richard Guenther  <rguenther@suse.de>
+
+       PR testsuite/27708
+       * gcc.dg/tree-ssa/ssa-fre-4.c: Relax pattern for matching
+       the transformations we test for.
+
+2006-05-22  Richard Guenther  <rguenther@suse.de>
+
+       PR testsuite/27707
+       * g++.dg/tree-ssa/ivopts-1.C: XFAIL for hppa*-*-*.
+
+2006-05-21  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/27210
+       * g++.dg/warn/new1.C: New test.
+       * g++.dg/template/new5.C: Likewise.
+
+2006-05-21  Roger Sayle  <roger@eyesopen.com>
+
+       * gcc.target/i386/20060512-1.c: Add -msse2 command line option.
+       * gcc.target/i386/20060512-3.c: Likewise.
+
+2006-05-21  Kazu Hirata  <kazu@codesourcery.com>
+
+       PR rtl-optimization/27671
+       * gcc.c-torture/execute/pr27671-1.c: New.
+       * gcc.dg/pr27671-2.c: Likewise.
+
+       PR tree-optimization/26622.
+       * gcc.c-torture/compile/pr26622.c: New.
+
+2006-05-21  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/27613
+       * gfortran.dg/recursive_reference_1.f90: New test.
+
+2006-05-21  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/25746
+       * gfortran.dg/elemental_subroutine_3.f90: New test.
+
+       PR fortran/25090
+       * gfortran.dg/entry_dummy_ref_1.f90: Remove.
+
+       PR fortran/27584
+       * gfortran.dg/associated_target_1.f90: New test.
+
+       PR fortran/19015
+       * gfortran.dg/maxloc_shape_1.f90: New test.
+
+2006-05-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/24459
+       * gfortran.dg/namelist_24.f90: New test.
+       * gfortran.dg/namelist_12.f: Fix typo in comment.
+
+2006-05-20  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR middle-end/25776
+       * g++.dg/other/error11.C: New test.
+
+2006-05-20  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.target/mips/pr26765.c: Add -w to options.
+
+2006-05-20  Richard Sandiford  <richard@codesourcery.com>
+
+       * lib/target-supports.exp (check_effective_target_mpaired_single):
+       New function.
+       * gcc.dg/vect/vect.exp: Use it to check for compatible mipsisa64-elf
+       multilibs.
+       * g++.dg/vect/vect.exp: Likewise.
+
+2006-05-20  Richard Sandiford  <richard@codesourcery.com>
+
+       PR testsuite/25891
+       * g++.dg/gomp/gomp.exp: Skip if ![check_effective_target_fopenmp].
+
+2006-05-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR fortran/27662
+       * gfortran.dg/temporary_1.f90: New file.
+
+2006-05-19  Andreas Schwab  <schwab@suse.de>
+
+       * g++.dg/other/unused1.C: Also match "stringz".
+
+2006-05-19  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/26433
+       * g++.dg/template/fntry1.C: New test.
+
+2006-05-18  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/27471
+       PR c++/27506
+       * g++.dg/conversion/bitfield5.C: New test.
+       * g++.dg/conversion/bitfield6.C: New test.
+
+2006-05-18  Mike Stump  <mrs@apple.com>
+
+       * gcc.dg/c90-arraydecl-1.c: Update for vla, vm [*] fixups.
+       * gcc.dg/vla-4.c: Add.
+       * gcc.dg/vla-5.c: Add.
+       * gcc.dg/vla-6.c: Add.
+
+2006-05-12  Stuart Hastings  <stuart@apple.com>
+
+       * testsuite/gcc.target/i386/20060512-1.c: New.
+       * testsuite/gcc.target/i386/20060512-2.c: New.
+       * testsuite/gcc.target/i386/20060512-3.c: New.
+       * testsuite/gcc.target/i386/20060512-4.c: New.
+
+2006-05-17  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/26122
+       * g++.old-deja/g++.oliva/template9.C: Remove XFAIL.
+
+       PR c++/26068
+       * g++.dg/opt/pr17697-3.C: Remove invalid extern specifier.
+       * g++.dg/parse/linkage1.C: New test.
+
+2006-05-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/27548
+       * g++.dg/tree-ssa/pr27548.C: New test.
+
+2006-05-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR fortran/26551
+       * gfortran.dg/recursive_check_1.f: New test.
+       * gfortran.dg/recursive_check_2.f90: New test.
+
 2005-05-17  Bernd Schmidt  <bernd.schmidt@analog.com>
 
        * g++.dg/opt/temp2.C: New test.
 2006-05-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libgfortran/27575
-       * gfortran.dg/read_eof_4.f90:  New test.
+       * gfortran.dg/read_eof_4.f90: New test.
 
 2006-05-16  Richard Guenther  <rguenther@suse.de>
 
        PR fortran/25082
        * gfortran.dg/scalar_return_1.f90: New test.
 
-       PR fortran/24711
+       PR fortran/27411
        * gfortran.dg/derived_comp_array_ref_1.f90: New test.
 
 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
 2005-05-10  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR fortran/27470
-       * gfortran.dg/multiple_allocation_2.f90:  New test case.
+       * gfortran.dg/multiple_allocation_2.f90: New test case.
 
 2006-05-10  Kazu Hirata  <kazu@codesourcery.com>
 
        PR c++/27427
        * g++.dg/template/incomplete2.C: New test.
 
-2006-05-06   Richard Guenther  <rguenther@suse.de>
+2006-05-06  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/27151
        * gcc.dg/vect/pr27151.c: New testcase.
 
        PR libfortran/26985
        * gfortran.dg/matmul_2.f90: New test.
-       
+
 2005-05-05  Laurent GUERBY  <laurent@guerby.net>
 
        * ada/acats/run_all.sh: Use sync when main not found.
 2006-05-02  Steven G. Kargl  <kargls@comcast.net>
 
        PR fortran/20248
-       * gfortran.dg/iargc.f90:  New test.
+       * gfortran.dg/iargc.f90: New test.
 
 2006-05-02  Mark Mitchell  <mark@codesourcery.com>
 
 
 2006-05-02 Paul Thomas <pault@gcc.gnu.org>
 
-        PR fortran/27269
-        PR fortran/27324
-        * gfortran.dg/module_equivalence_2.f90: New test.
+       PR fortran/27269
+       PR fortran/27324
+       * gfortran.dg/module_equivalence_2.f90: New test.
 
 2006-05-02  Jakub Jelinek  <jakub@redhat.com>
 
 
 2006-04-16  Thomas Koenig  <Thomas.Koenig@online.de>
 
-        * gfortran.dg/allocate_zerosize_1.f90:  New test.
+       * gfortran.dg/allocate_zerosize_1.f90: New test.
 
 2006-04-16  Mark Mitchell  <mark@codesourcery.com>
 
        PR fortran/27089
        * gfortran.dg/specification_type_resolution_1.f90
 
-       PR fortran/18803
+       PR fortran/18003
        PR fortran/25669
        PR fortran/26834
        * gfortran.dg/bounds_temporaries_1.f90: New test.
 2006-03-30  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR fortran/25031
-       * gfortran.dg/multiple_allocation_1.f90:  Check that the
+       * gfortran.dg/multiple_allocation_1.f90: Check that the
        size has changed after a re-allocation with stat.
 
 2006-03-30  Richard Guenther  <rguenther@suse.de>
 2006-03-25  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR libfortran/26735
-       * gfortran.dg/convert_implied_open.f90:  New test case.
+       * gfortran.dg/convert_implied_open.f90: New test case.
 
 2006-03-25  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR fortran/26769
-       * gfortran.dg/transpose_reshape_r10.f90:  New test case.
+       * gfortran.dg/transpose_reshape_r10.f90: New test case.
 
 2006-03-25  Uros Bizjak  <uros@kss-loka.si>
 
 2006-03-22  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR fortran/19303
-       * gfortran.dg/record_marker_1.f90:  New test case.
-       * gfortran.dg/record_marker_2.f:  New test case.
-       * gfortran.dg/record_marker_3.f90:  New test case.
+       * gfortran.dg/record_marker_1.f90: New test case.
+       * gfortran.dg/record_marker_2.f: New test case.
+       * gfortran.dg/record_marker_3.f90: New test case.
 
 2006-03-22  Paul Thomas  <pault@gcc.gnu.org>
 
 2006-03-20  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR fortran/20935
-       * gfortran.dg/scalar_mask_2.f90:  New test case.
+       * gfortran.dg/scalar_mask_2.f90: New test case.
 
 2006-03-20  Andrew Pinski  <pinskia@physics.uc.edu>
 
 
 2006-03-09  Eric Christopher  <echristo@apple.com>
 
-        * gcc.c-torture/compile/20060309-1.c: New.
+       * gcc.c-torture/compile/20060309-1.c: New.
 
 2006-03-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
 2006-03-03  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR fortran/25031
-       * multiple_allocation_1.f90:  New test.
+       * multiple_allocation_1.f90: New test.
 
 2006-03-03  Roger Sayle  <roger@eyesopen.com>
 
 
 2006-02-28  Thomas Koenig  <Thomas.Koenig@online.de>
 
-       * scalar_mask_1.f90:  Add tests for maxloc with scalar mask.
+       * scalar_mask_1.f90: Add tests for maxloc with scalar mask.
 
 2006-02-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
 2006-02-25  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR fortran/23092
-       * scalar_mask_1.f90:  New test.
+       * scalar_mask_1.f90: New test.
 
 2006-02-24  Geoffrey Keating  <geoffk@apple.com>
 
 
 2006-02-18  Andrew Pinski  <pinskia@physics.uc.edu>
 
-        PR tree-opt/25680
-        * testsuite/gcc.dg/tree-ssa/complex-3.c: New test.
+       PR tree-opt/25680
+       * testsuite/gcc.dg/tree-ssa/complex-3.c: New test.
 
 2006-02-18  Andrew Pinski  <pinskia@physics.uc.edu>
 
 2005-02-16  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/24557
-        * gfortran.dg/assumed_charlen_needed_1.f90: New test.
+       * gfortran.dg/assumed_charlen_needed_1.f90: New test.
 
 2006-02-15  Toon Moene  <toon@moene.indiv.nluug.nl>
 
 
 2006-02-14  Thomas Koenig  <Thomas.Koenig@online.de>
 
-        PR fortran/25045
-        * optional_dim.f90:  New test.
+       PR fortran/25045
+       * optional_dim.f90: New test.
 
 2006-02-14  Tobias Schlüter  <tobias.schlueter@physik.uni-muenchen.de>
 
        PR c++/26140
        Revert
        2006-01-30  Richard Guenther  <rguenther@suse.de>
-       PR c++/23372
-       * gcc.dg/pr23372-1.C: New testcase.
+       PR c++/23372
+       * gcc.dg/pr23372-1.C: New testcase.
 
        * g++.dg/tree-ssa/pr26140.C: New testcase.
 
 2005-02-06  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR libfortran/23815
-       * unf_io_convert_4.f90:  New test.
+       * unf_io_convert_4.f90: New test.
 
 2006-02-06  Daniel Berlin  <dberlin@dberlin.org>
 
 2006-02-04  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR fortran/25075
-       intrinsic_argument_conformance_1.f90:  New test.
+       intrinsic_argument_conformance_1.f90: New test.
 
 2006-02-03  Steven G. Kargl  <kargls@comcast.net>
 
 
 2006-02-03  Jeff Law  <law@redhat.com>
 
-        * lib/gcc-dg.exp (cleanup-rtl-dump): Fix dump file regexp to
-        handle more than 100 dump files.
-        (cleanup-tree-dump, cleanup-ipa-dump): Likewise.
-        * lib/scantree.exp (scan-tree-dump): Likewise.
-        (scan-tree-dump-times, scan-tree-dump-not): Likewise.
-        (scan-tree-dump-dem, scan-tree-dump-dem-not): Likewise.
-        * lib/scanipa.exp (scan-ipa-dump): Likewise.
-        (scan-ipa-dump-times, scan-ipa-dump-not): Likewise.
-        (scan-ipa-dump-dem, scan-ipa-dump-dem-not): Likewise.
+       * lib/gcc-dg.exp (cleanup-rtl-dump): Fix dump file regexp to
+       handle more than 100 dump files.
+       (cleanup-tree-dump, cleanup-ipa-dump): Likewise.
+       * lib/scantree.exp (scan-tree-dump): Likewise.
+       (scan-tree-dump-times, scan-tree-dump-not): Likewise.
+       (scan-tree-dump-dem, scan-tree-dump-dem-not): Likewise.
+       * lib/scanipa.exp (scan-ipa-dump): Likewise.
+       (scan-ipa-dump-times, scan-ipa-dump-not): Likewise.
+       (scan-ipa-dump-dem, scan-ipa-dump-dem-not): Likewise.
 
 2006-02-03  Diego Novillo  <dnovillo@redhat.com>
 
 2006-02-02  Steven G. Kargl  <kargls@comcast>
 
        PR fortran/24958
-        gfortran.dg/nullify_2.f90: New test.
+       gfortran.dg/nullify_2.f90: New test.
 
 2006-02-02  Diego Novillo  <dnovillo@redhat.com>
 
 2006-01-31  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR fortran/26039
-       maxval_maxloc_conformance_1.f90:  New test.
+       maxval_maxloc_conformance_1.f90: New test.
 
 2006-01-31  Richard Guenther  <rguenther@suse.de>
 
 
        * gfortran.fortran-torture/execute/entry_8.f90: New test.
 
-2005-04-29  Paul Brook   <paul@codesourcery.com>
+2005-04-29  Paul Brook  <paul@codesourcery.com>
 
        * gfortran.dg/entry_3.f90: New test.
 
 
        * gcc.dg/i386-cmov5.c: New test.
 
-2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
+2003-01-28  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
 
        * gcc.c-torture/execute/20010925-1.c: Changed the
        memcpy declaration.
 
        * gcc.dg/ia64-visibility-2.c: New test.
 
-2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
+2002-08-01  Benjamin Kosnik  <bkoz@redhat.com>
 
        * g++.old-deja/g++.abi/ptrflags.C (expect): Change
        __qualifier_flags to __flags.
@@ -40108,7 +40615,7 @@ Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
 1998-10-01  Robert Lipe  <robertl@dgii.com>
 
        * lib/objc.exp (objc_target_compile): Add -L during compiles for
-       multilibbed hosts.   Idea grafted from g77.exp.
+       multilibbed hosts.  Idea grafted from g77.exp.
 
 1998-09-30  Dave Love  <d.love@dl.ac.uk>
 
@@ -40353,7 +40860,7 @@ Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
 
 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
 
-       *  g++.other/singleton.C: New test.   Warning is under dispute.
+       *  g++.other/singleton.C: New test.  Warning is under dispute.
        Runtime crash is not.
 
 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
@@ -40362,7 +40869,7 @@ Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
        ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
        using6.C, using7.C}: New namespace tests.
 
-1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
+1998-07-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * g++.old-deja/g++.other/partspec1.C: Test matching of partial
        specialization with typedef'ed names used as array indexes.
@@ -40636,7 +41143,7 @@ rlsruhe.de>
        g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
        * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
 
-1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
+1998-03-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * g++.old-deja/g++.other/friend1.C: New test.
 
@@ -42478,7 +42985,7 @@ rlsruhe.de>
 
 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
 
-    In chill.execute:
+       In chill.execute:
        * iexpr.ch: Standardize uppercase.
        * tuples.dat: Standardize uppercase.
        * vary.ch: standardize.  Correct varying string assignments.
@@ -42486,7 +42993,7 @@ rlsruhe.de>
 
 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
 
-    In chill.execute:
+       In chill.execute:
        * chprintf.ch: Standardize use of uppercase.
        * tuples.ch: Standardize and turn arr2 into a DCL,
          rather than a SYN.
@@ -42500,7 +43007,7 @@ rlsruhe.de>
 
 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
 
-    In chill.execute:
+       In chill.execute:
        * .cvsignore: Add result/output files.
        * Makefile: Fix up variables at start.  Use MFLAGS
          everywhere.  Correct bool_loc, built_ins entries.
@@ -42551,7 +43058,7 @@ rlsruhe.de>
 
 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
 
-    This should complete moving the CHILL test files.
+       This should complete moving the CHILL test files.
        * chill.noncompile(.cvsignore printf.grt
            in-printf.grt chprintf.grt chprintf.ch):
            Added test-support files.