OSDN Git Service

2006-01-01 Andreas Tobler <a.tobler@schweiz.ch>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 15f48b3..9e9c2b1 100644 (file)
@@ -1,3 +1,544 @@
+2006-01-01  Andreas Tobler  <a.tobler@schweiz.ch>
+           Andrew Pinski <pinskia@physics.uc.edu>
+
+       * gcc.target/powerpc/darwin-abi-3.c: New file.
+       * gcc.target/powerpc/darwin-abi-4.c: Likewise.
+       * gcc.target/powerpc/darwin-abi-5.c: Likewise.
+       * gcc.target/powerpc/darwin-abi-6.c: Likewise.
+       * gcc.target/powerpc/darwin-abi-7.c: Likewise.
+       * gcc.target/powerpc/darwin-abi-8.c: Likewise.
+       * gcc.target/powerpc/darwin-abi-9.c: Likewise.
+       * gcc.target/powerpc/darwin-abi-10.c: Likewise.
+       * gcc.target/powerpc/darwin-abi-11.c: Likewise.
+
+2006-01-01  Daniel Berlin  <dberlin@dberlin.org>
+
+       * gcc.dg/tree-ssa/loadpre1.c: New;
+       * gcc.dg/tree-ssa/loadpre2.c: New;
+       * gcc.dg/tree-ssa/loadpre3.c: New;
+       * gcc.dg/tree-ssa/loadpre4.c: New;
+       * gcc.dg/tree-ssa/loadpre5.c: New;
+       * gcc.dg/tree-ssa/loadpre6.c: New;
+       * gcc.dg/tree-ssa/loadpre7.c: New;
+       * gcc.dg/tree-ssa/loadpre8.c: New;
+       * gcc.dg/tree-ssa/loadpre9.c: New;
+
+2006-01-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.dg/abi/thunk3.C: Adjust regexp to be 64bit safe.
+       * g++.dg/abi/thunk4.C: Likewise.
+
+2006-01-01  Andreas Jaeger  <aj@suse.de>
+
+       * gcc.dg/tree-ssa/loadpre6.c: Fix prototype of malloc to be
+       portable.
+
+2006-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/25294
+       * gcc.dg/pragma-pack-3.c: New test.
+       * g++.dg/parse/pragma3.C: New test.
+
+2005-12-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR middle-end/24827
+       * gcc.dg/attr-weakref-1.c: Skip test on hppa*-*-hpux*.
+
+2005-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       PR testsuite/25214
+       * gcc.target/i386/local2.c: Skip if ilp32 and -fpic/-fpic.
+
+2005-12-30  Erik Edelmann  <eedelman@gcc.gnu.org>
+
+       PR fortran/22607
+       * gfortran-dg/pure_byref_3.f90: New.
+
+       fortran/PR 25396
+       * gfortran.dg/userdef_operator_1.f90: New.
+
+2005-12-29  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.dg/abi/thunk3.C: New.
+       * g++.dg/abi/thunk4.C: New.
+
+2005-12-29  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/25532
+       * gfortran.dg/host_used_types_1.f90: New test. Check that host
+       associated derived type components of derived types are
+       properly declared in contained procedures.
+
+2005-12-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/25139
+       * gfortran.dg/backspace_2.f: New test.
+
+2005-12-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/25550
+       * gfortran.dg/endfile.f: New test.
+
+2005-12-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/25419
+       * gfortran.dg/comma.f: New test.
+
+2005-12-28  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * lib/gfortran-dg.exp: Remove trailing whitespace.
+       * lib/fortran-torture.exp: Test with -fbounds-check instead of
+       -funroll-all-loops.
+
+2005-12-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * gcc.dg/torture/fp-int-convert-timode.c: Don't test IBM
+       Extended Double long doubles or repeat tests when long double is
+       the same size as double.
+
+2005-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * g++.dg/rtti/tinfo1.C: Scan for ".global" also.
+       
+       PR testsuite/25442
+       * gcc.dg/ipa/ipa-1.c, gcc.dg/ipa/ipa-2.c, gcc.dg/ipa/ipa-3.c,
+       gcc.dg/ipa/ipa-4.c, gcc.dg/ipa/ipa-5.c: Skip if -fpic/-fPIC.
+
+       PR testsuite/25441
+       * gcc.dg/pr23911.c: Make test variable static.
+
+       PR testsuite/25444
+       * gcc.dg/tree-ssa/pr14841.c: Likewise.
+
+2005-12-26  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/25439
+       * g++.dg/parse/crash17.C: Adjust error markers.
+       * g++.dg/template/error20.C: New test.
+
+2005-12-26  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/23172
+       * g++.dg/ext/complit4.C: New test.
+
+       PR c++/25417
+       * g++.dg/ext/complit5.C: Likewise.
+
+2005-12-26  Kazu Hirata  <kazu@codesourcery.com>
+
+       PR tree-optimization/25125
+       * gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-reduc-2char.c,
+       gcc.dg/vect/vect-reduc-2short.c: XFAIL.
+       * gcc.c-torture/execute/pr25125.c: New.
+
+2005-12-24  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/25029
+       PR fortran/21256
+       * gfortran.dg/initialization_1.f90: Remove tests of intrinsic functions
+       with incorrect assumed size references.
+
+2005-12-24  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/23171
+       * g++.dg/opt/init1.C: New test.
+
+2005-12-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/24671
+       * g++.dg/template/sfinae3.C: New test.
+
+2005-12-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       * g++.dg/other/friend4.C: New test.
+
+2005-12-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/25005
+       * g++.dg/opt/pr25005.C: New test.
+
+2005-12-22  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/25369
+       * g++.dg/template/ptrmem16.C: New test.
+
+2005-12-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/25029
+       PR fortran/21256
+       *gfortran.dg/initialization_1.f90: Add test of SIZE.
+
+2005-12-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/25307
+       * gfortran.dg/list_read_5.f90: New test.
+
+2005-12-22  Richard Henderson  <rth@redhat.com>
+
+       * gcc.target/i386/sse-7.c: Use -msse2.
+
+2005-12-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/25432
+       * gcc.c-torture/compile/20051216-1.c: New test.
+
+       PR objc/25328
+       * objc/execute/pr25328.m: New test.
+
+2005-12-22  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/25364
+       * g++.dg/template/call4.C: New test.
+
+2005-12-22  Dale Johannesen  <dalej@apple.com>
+
+       * gcc.target/i386/sse-17.c:  New.
+
+2005-12-22  Paul Brook  <paul@codesourcery.com>
+
+       * gcc.dg/weak/typeof-2.c: Skip assembly test on m68k.
+
+2005-12-22  Paul Brook  <paul@codesourcery.com>
+
+       * gcc.dg/tree-ssa/loop-1.c: Look for jump/branch on m68k.
+
+2005-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR tree-opt/25513
+       * gcc.c-torture/compile/pr25513.c: New test.
+
+2005-12-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/23333
+       * g++.dg/parse/error25.C: Add more tests.
+
+2005-12-22  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       PR fortran/18990
+       * gfortran.dg/der_charlen_1.f90: New.
+
+2005-12-22  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/20889
+       *gfortran.dg/pointer_component_type_1.f90: New test.
+
+       PR fortran/25029
+       PR fortran/21256
+       *gfortran.dg/assumed_size_refs.f90: New test for the conditions that
+       should give an error with assumed size array refernces and checks those
+       that should not.
+       *gfortran.dg/gfortran.dg/pr15140.f90: Give the assumed size array
+       reference an upper bound so that it does not generate an error.
+
+       PR fortran/19362
+       PR fortran/20244
+       PR fortran/20864
+       PR fortran/25391
+       *gfortran.dg/used_dummy_types_1.f90: New test.
+       *gfortran.dg/used_dummy_types_2.f90: New test.
+       *gfortran.dg/used_dummy_types_3.f90: New test.
+       *gfortran.dg/used_dummy_types_4.f90: New test.
+       *gfortran.dg/used_dummy_types_5.f90: New test.
+
+       PR fortran/23152
+       *gfortran.dg/namelist_use.f90: Add trap for warning on NAMELIST
+       group already being USE associated.
+       *gfortran.dg/assumed_shape_nml.f90: New test.
+       *gfortran.dg/assumed_size_nml.f90: New test.
+
+       PR fortran/20862
+       PR fortran/25053
+       PR fortran/25063
+       PR fortran/25064
+       PR fortran/25066
+       PR fortran/25067
+       PR fortran/25068
+       PR fortran/25307
+       * gfortran.dg/io_constraints_1.f90: New test.
+       * gfortran.dg/io_constraints_1.f90: New test.
+       * gfortran.dg/iostat_3.f90: Change wording of warning.
+        * gfortran.dg/g77/19981216-0.f:  the same.
+
+2005-12-22  Kazu Hirata  <kazu@codesourcery.com>
+
+       PR tree-optimization/23518
+       * testsuite/gcc.dg/pr23518.c: New.
+
+2005-12-21  Mike Stump  <mrs@apple.com>
+
+       * gcc.dg/attr-weakref-1.c: Really skip on darwin.
+
+2005-12-21  Paul Brook  <paul@codesourcery.com>
+
+       * gcc.dg/pr19340.c: Skip on m68k targets.
+
+2005-12-21  Steven Bosscher  <stevenb@suse.de>
+
+       PR rtl-optimization/25196
+       * gcc.dg/pr25196.c: New test.
+
+2005-12-21  Erik Edelmann  <eedelman@gcc.gnu.org>
+
+       PR fortran/25423
+       gfortran.dg/where_nested_1.f90: New.
+
+2005-12-21  Kazu Hirata  <kazu@codesourcery.com>
+
+       PR tree-optimization/25382.
+       * gcc.dg/tree-ssa/pr25382.c: New.
+
+2005-12-20  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/24306
+       * gcc.target/i386/pr24306.c: New testcase.
+
+2005-12-20  Kazu Hirata  <kazu@codesourcery.com>
+
+       PR tree-optimization/25501
+       * testsuite/gcc.dg/tree-ssa/pr25501.c: New.
+
+2005-12-20  Richard Guenther  <rguenther@suse.de>
+
+       Revert
+       2005-12-02  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/tree-ssa/20031106-6.c: Remove XFAIL.
+
+2005-12-20  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/21228
+       * g++.dg/warn/Wunreachable-code-2.C: New test.
+
+2005-12-19  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/24278
+       * g++.dg/template/ctor5.C: New test.
+
+       PR c++/24915
+       * g++.dg/template/overload8.C: New test.
+
+2005-12-19  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       * gcc.c-torture/compile/pr25483 : New test.
+
+2005-12-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/20552
+       * g++.dg/ext/typeof10.C: New test.
+
+2005-12-19  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.dg/mt-loopi1.c: New.
+
+2005-12-18  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/25481
+       * gcc.dg/torture/pr25481.c: New testcase.
+
+2005-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       PR rtl-optimization/21041
+       * gcc.dg/pr21041.c: New test.
+
+2005-12-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/25463
+       * gfortran.dg/advance.f90: New test.
+
+2005-12-18  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+       * gcc.dg/20051201-1.c: New test.
+
+2005-12-18  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/25018
+       *gfortran.dg/initialization_1.f90: New test.
+       *gfortran.dg/enum_5.f90: Change dg-error to new message.
+       *gfortran.dg/g77/980616-0.f: The same.
+
+2005-12-17  Steven G. Kargl  <kargls@comcast.net>
+
+       * PR fortran/25458
+       * gfortran.dg/chkbits.f90: New test.
+
+2005-12-17  Steven G. Kargl  <kargls@comcast.net>
+
+       *gfortran.dg/enum_5.f:  Revert to previous version.
+
+2005-12-17  Steven G. Kargl  <kargls@comcast.net>
+
+       * gfortran.dg/imag_1.f: Fix nonstandard type declarations.
+       * gfortran.dg/nested_modules_1.f90: Ditto.
+       * gfortran.dg/hollerith_f95.f90: Ditto.
+       * gfortran.dg/select_5.f90: Ditto.
+       * gfortran.dg/secnds.f: Ditto.
+       * gfortran.dg/hollerith2.f90: Ditto.
+       * gfortran.dg/imag_2.f: Ditto.
+       * gfortran.dg/ftell_2.f90: Ditto.
+       * gfortran.dg/malloc_free_1.f90: Ditto.
+       * gfortran.dg/logint-1.f: Ditto.
+       * gfortran.dg/recursive_statement_functions.f90: Ditto.
+       * gfortran.dg/e_d_fmt.f90: Ditto.
+       * gfortran.dg/hollerith_legacy.f90: Ditto.
+       * gfortran.dg/logint-2.f: Ditto.
+       * gfortran.dg/enum_5.f90: Ditto.
+       * gfortran.dg/f2c_2.f90: Ditto.
+       * gfortran.dg/pr17143.f90: Ditto.
+       * gfortran.dg/namelist_14.f90: Ditto.
+       * gfortran.dg/logint-3.f: Ditto.
+       * gfortran.dg/spread_scalar_source.f90: Ditto.
+       * gfortran.dg/fmt_read_bz_bn.f90: Ditto.
+       * gfortran.dg/namelist_11.f: Ditto.
+       * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
+       * gfortran.dg/g77/20010519-1.f
+       * gfortran.dg/g77/alpha1.f: Ditto.
+       * gfortran.dg/g77/990115-1.f: Ditto.
+       * gfortran.dg/g77/erfc.f: Ditto.
+       * gfortran.dg/g77/19990313-3.f: Ditto.
+       * gfortran.dg/g77/f90-intrinsic-numeric.f: Ditto.
+       * gfortran.dg/g77/20010426.f: Ditto.
+       * gfortran.dg/g77/19990313-0.f: Ditto.
+       * gfortran.dg/g77/f90-intrinsic-mathematical.f: Ditto.
+       * gfortran.dg/g77/20000629-1.f: Ditto.
+       * gfortran.dg/g77/970125-0.f: Ditto.
+       * gfortran.dg/g77/8485.f: Ditto.
+       * gfortran.dg/g77/f90-intrinsic-bit.f: Ditto.
+       * gfortran.dg/g77/19990313-1.f: Ditto.
+       * gfortran.dg/g77/int8421.f: Ditto.
+       * gfortran.dg/g77/19990305-0.f: Ditto.
+       * gfortran.dg/g77/947.f: Ditto.
+       * gfortran.dg/g77/19990905-2.f: Ditto.
+       * gfortran.dg/g77/cabs.f: Ditto.
+       * gfortran.dg/g77/19990313-2.f: Ditto.
+       * gfortran.dg/g77/20020307-1.f: Ditto.
+       * gfortran.dg/g77/dcomplex.f: Ditto.
+       * gfortran.dg/g77/19990502-1.f: Ditto.
+       * gfortran.dg/g77/19981216-0.f: Ditto.
+       * gfortran.dg/common_4.f90: Ditto.
+       * gfortran.dg/entry_4.f90: Ditto.
+       * gfortran.dg/equiv_constraint_2.f90: Ditto.
+       * gfortran.dg/g77_intrinsics_funcs.f: Ditto.
+       * gfortran.dg/namelist_12.f: Ditto.
+       * gfortran.dg/scale_1.f90: Ditto.
+       * gfortran.dg/modulo_1.f90
+       * gfortran.dg/hollerith.f90: Ditto.
+       * gfortran.dg/direct_io_3.f90: Ditto.
+       * gfortran.dg/ftell_1.f90: Ditto.: Ditto.
+       * gfortran.dg/gnu_logical_1.F: Ditto.
+       * gfortran.dg/unf_io_convert_1.f90: Ditto.
+       * gfortran.dg/assign_1.f90: Ditto.
+       * gfortran.dg/g77_intrinsics_sub.f: Ditto.
+       * gfortran.dg/pr23095.f: Ditto.
+       * gfortran.dg/read_float_1.f90: Ditto.
+
+2005-12-17  Andreas Jaeger  <aj@suse.de>
+
+       * gcc.dg/attr-weakref-1.c: Do not run on darwin.
+       * gcc.dg/attr-weakref-1-darwin.c: New test to run on darwin.
+
+2005-12-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/24268
+       * gfortran.dg/fmt_white.f: New test.
+
+2005-12-16  Steven G. Kargl <kargls@comcast.net>
+
+       * gfortran.dg/label_1.f90: New test.
+
+2005-12-15  Ben Elliston  <bje@au.ibm.com>
+
+       PR testsuite/25422
+       * gcc.dg/20031012-1.c: Add -Walways-true option.
+       * gcc.dg/weak/weak-3.c: Likewise.
+       * g++.old-deja/g++.mike/warn8.C: Likewise.
+
+2005-12-16  Mike Stump  <mrs@apple.com>
+
+       * gcc.c-torture/compile/920415-1.c: Add declaration for abort and
+       exit.
+
+2005-12-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/25264
+       PR libgfortran/25349
+       * gfortran.dg/tl_editing.f90: Added additional checks.
+       * gfortran.dg/t_editing.f: New test.
+       * gfortran.dg/write_padding.f90: New test
+
+2005-12-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       PR testsuite/25215
+       * gcc.dg/20050503-1.c: Skip on x86 ilp32 with -fpic/-fPIC.
+
+2005-12-16  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/24899
+       * gcc.c-torture/execute/20051215-1.c: New test.
+
+2005-12-16  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+       PR 24823
+       * gfortran.dg/pr24823.f: New test.
+
+2005-12-16  Jeff Law  <law@redhat.com>
+
+       * gcc.dg/tree-ssa/ssa-dse-8.c: New test.
+
+2005-12-16  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c (base_types):
+       Change C++ style comments to C style comments.
+       Remove aligned types from the array.
+       Keep Enums disabled.
+       (complex_types): Remove aligned types from the array.
+       Comment out "_Complex long double".
+       (attrib_types): Remove.
+       (complex_attrib_types): Remove.
+       (attrib_array_types): Remove.
+       (complex_attrib_array_types): Remove.
+       (aligned_bitfld_types): Remove.
+       (n_aligned_bitfld_types): Remove.
+       (FEATURE_ALIGNEDPACKED): Delete.
+       (ALL_FEATURES): Remove FEATURE_ALIGNEDPACKED.
+       (singles): Remove support for adding attributes.
+       (choose_type): Remove support for attributed types.
+       (generate_fields): Remove support for attributed bit-fields.
+       Remove support for adding attributes.
+       (generate_random_tests): Remove support for adding attributes.
+       (features): Add back "[0] :0" and "complex vector [0]".
+       (main): Remove support for attributed bit-fields.
+       Uncomment the calling of generate_random_tests for the rests of
+       the tests.
+
+2005-12-16  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.c-torture/combine/pr25224.c: New.
+
+2005-12-15  Joseph S. Myers  <joseph@codesourcery.com>
+
+       PR other/25028
+       * gcc.dg/torture/fp-int-convert-timode.c: Only XFAIL for LP64 IA64
+       HP-UX.
+
+2005-12-15  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.dg/20051215-1.c: New file.
+
+2005-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * g++.dg/rtti/repo1.C: Call cleanup-repo-files.
+       * gcc.dg/20050330-2.c: Call cleanup-coverage-files.
+
+2005-12-14  Erik Edelmann  <eedelman@gcc.gnu.org>
+
+       PR fortran/18197
+       * gfortran.dg/dummy_functions_1.f90: New.
+
+2005-12-14  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       PR rtl-optimization/25310
+       * gcc.c-torture/compile/pr25310.c: New test.
+
 2005-12-14  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/25023
        Remove xfail.
 
 2005-12-14  Kean Johnston  <jkj@sco.com>
-            Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+           Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * gcc.dg/sibcall-6.c: Skip in -fPIC mode on X86 ilp32.
        * gcc.target/i386/20020523-1.c: Ditto.
 
 2005-12-14  David Billinghurst  (David.Billinghurst@riotinto.com)
 
-       * lib/fortran-torture.exp:  Catch remaining uses of 
-       remote_file build delete. 
+       * lib/fortran-torture.exp:  Catch remaining uses of
+       remote_file build delete.
 
 2005-12-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 
        PR libgfortran/25039
        * gfortran.dg/read_comma.f: New test.
-       
+
 2005-12-08  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/19317
        ILP32 vect_no_align platforms.
 
 2005-12-08  Andreas Krebbel  <krebbel1@de.ibm.com>
-            Jakub Jelinek  <jakub@redhat.com>
+           Jakub Jelinek  <jakub@redhat.com>
 
-        PR target/25268
+       PR target/25268
        * gcc.c-torture/compile/20051207-1.c: New test.
 
 2005-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        PR c++/24173
        * g++.dg/template/friend40.C: New test.
-       
+
 2005-12-02  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/25199
 2005-12-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        * gfortran.dg/pr24489.f90: Delete, replaced by read_eor.f90.
-       * gfortran.dg/pr24584.f90: Delete, replaced by namelist_empty.f90. 
+       * gfortran.dg/pr24584.f90: Delete, replaced by namelist_empty.f90.
 
 2005-12-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
 
-        PR c/13384
+       PR c/13384
        * gcc.dg/pr17730-1.c: Adjust.
        * gcc.dg/lvalue1.c (main): Likewise.
        * gcc.dg/lvalue-2.c: Likewise.
        g++.dg/tls/diag-3.C, g++.dg/tls/diag-4.C, g++.dg/tls/init-1.C,
        g++.dg/tls/init-2.C, g++.dg/tls/trivial.C: Require
        effective-target TLS.
-       * gcc.dg/tls/pr24428-2.c, gcc.dg/tls/pr24428.c, gcc.dg/tls/opt-11.c, 
+       * gcc.dg/tls/pr24428-2.c, gcc.dg/tls/pr24428.c, gcc.dg/tls/opt-11.c,
        g++.dg/tls/static-1a.cc, g++.dg/tls/static-1.C: Require
        effective-target TLS runtime.
 
        * gcc.dg/tree-ssa/loop-14.c: New test.
 
 2005-11-17  James A. Morrison  <phython@gcc.gnu.org>
-            Michael Chamberlain <michael@chamberlain.net.au>
+           Michael Chamberlain <michael@chamberlain.net.au>
 
        * ada/acats/run_all.sh (target_run): Kill long running tests.
 
 
        PR middle-end/24750
        * gcc.dg/torture/pr24750-1.c, gcc.target/cris/torture/pr24750-2.c:
-        New tests.
+       New tests.
 
 2005-11-11  Andreas Tobler  <a.tobler@schweiz.ch>
 
 
 2005-11-09  Andreas Krebbel  <krebbel1@de.ibm.com>
 
-        PR 24624
+       PR 24624
        * gcc.dg/pr24624.c: Testcase added.
 
 2005-11-09  Andreas Krebbel  <krebbel1@de.ibm.com>
 
        PR target/24230
 
-        * gcc.target/powerpc/altivec-consts.c,
-        gcc.target/powerpc/altivec-splat.c: New testcase.
+       * gcc.target/powerpc/altivec-consts.c,
+       gcc.target/powerpc/altivec-splat.c: New testcase.
 
 2005-11-07  Paolo Bonzini  <bonzini@gnu.org>
 
        PR c/24599
 
-        * gcc.dg/overflow-2.c: New testcase.
+       * gcc.dg/overflow-2.c: New testcase.
 
 2005-11-07  Jakub Jelinek  <jakub@redhat.com>
 
 
 2005-10-31  Jerry DeLisle  <jvdelisle@verizon.net>
 
-        PR libgfortran/24584
-        * gfortran.dg/pr24584.f90: New test.
+       PR libgfortran/24584
+       * gfortran.dg/pr24584.f90: New test.
 
 2005-10-28  Erik Edelmann  <eedelman@gcc.gnu.org>
 
 
 2005-10-24  Jerry DeLisle  <jvdelisle@verizon.net>
 
-        PR libgfortran/24224
-        * gfortran.dg/arrayio_1.f90: Update attribution.
-        * gfortran.dg/arrayio_2.f90: Update attribution.
-        * gfortran.dg/arrayio_3.f90: Update attribution.
-        * gfortran.dg/arrayio_4.f90: Update test conditions.
-        * gfortran.dg/arrayio_5.f90: Update attribution.
-        * gfortran.dg/arrayio_6.f90: New test.
-        * gfortran.dg/arrayio_7.f90: New test.
+       PR libgfortran/24224
+       * gfortran.dg/arrayio_1.f90: Update attribution.
+       * gfortran.dg/arrayio_2.f90: Update attribution.
+       * gfortran.dg/arrayio_3.f90: Update attribution.
+       * gfortran.dg/arrayio_4.f90: Update test conditions.
+       * gfortran.dg/arrayio_5.f90: Update attribution.
+       * gfortran.dg/arrayio_6.f90: New test.
+       * gfortran.dg/arrayio_7.f90: New test.
 
 2005-10-24  Zdenek Dvorak  <dvorakz@suse.cz>
 
 
 2005-10-12  Razya Ladelsky <razya@il.ibm.com>
 
-        * g++.dg/ipa/ipa-1.c: New test.
-        * g++.dg/ipa/ipa-2.c: New test.
-        * g++.dg/ipa/ipa-3.c: New test.
-        * g++.dg/ipa/ipa-4.c: New test.
-        * g++.dg/ipa/ipa-5.c: New test.
-        * g++.dg/ipa/ipa.exp: New file.
+       * g++.dg/ipa/ipa-1.c: New test.
+       * g++.dg/ipa/ipa-2.c: New test.
+       * g++.dg/ipa/ipa-3.c: New test.
+       * g++.dg/ipa/ipa-4.c: New test.
+       * g++.dg/ipa/ipa-5.c: New test.
+       * g++.dg/ipa/ipa.exp: New file.
 
 2005-10-12  Paul Thomas  <pault@gcc.gnu.org>
 
        * gfortran.dg/direct_io_4.f90:  New test case.
 
 2005-09-04  Andrew Pinski  <pinskia@physics.uc.edu>
-            Rasmus Hahn  <rassahah@neofonie.de>
+           Rasmus Hahn  <rassahah@neofonie.de>
 
        PR libobjc/23108
        * objc.dg/type-stream-1.m: New test.
        * gcc.dg/vect/vect-78: Likewise.
        * gcc.dg/vect/vect-80: Likewise.
        * gcc.dg/vect/vect-35: Likewise, and also check that the test wasn't
-        vectorized for the expected reason, rather than checking how alignment
-        was handled.
+       vectorized for the expected reason, rather than checking how alignment
+       was handled.
        * gcc.dg/vect/vect-92.c: Use aligned arrays instead of arrays to aligned
-        type and also instead of aligned pointers. Added documentation.
+       type and also instead of aligned pointers. Added documentation.
 
 2005-08-16  Feng Wang  <fengwang@nudt.edu.cn>
 
        * gcc.dg/vect/vect-105.c: Add xfail for no_align targets.
 
 2005-08-13  Marcin Koziej  <creep@desk.pl>
-            Andrew Pinski  <pinskia@physics.uc.edu>
+           Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR libobjc/22492
        * execute/exceptions/finally-1.m: New test.
        * gcc.dg/pr22458-1.c: New test.
 
 2005-08-07  Janne Blomqvist <jblomqvi@cc.hut.fi>
-            Steven G. Kargl <kargls@comcast.net>
+           Steven G. Kargl <kargls@comcast.net>
 
        PR fortran/22390
        * gfortran.dg/flush_1.f90: New test.
 
 2005-07-27  Jeff Law  <law@redhat.com>
 
-        * gcc.c-torture/execute/pr22630.c: New test.
+       * gcc.c-torture/execute/pr22630.c: New test.
 
 2005-07-27  Dorit Nuzman  <dorit@il.ibm.com>
 
 
 2005-07-25  Adam Nemet  <anemet@lnxw.com>
 
-        * lib/profopt.exp (profopt-execute): Check for profiling data
-        files on the target.
+       * lib/profopt.exp (profopt-execute): Check for profiling data
+       files on the target.
 
 2005-07-25  Richard Guenther  <rguenther@gcc.gnu.org>
 
 
 2005-07-23  Jerry DeLisle  <jvdelisle@verizon.net>
 
-        * gfortran.fortran-torture/execute/nan_inf_fmt.f90: Revise test to
-        include case of field width of zero.
+       * gfortran.fortran-torture/execute/nan_inf_fmt.f90: Revise test to
+       include case of field width of zero.
 
 2005-07-23  Jerry DeLisle  <jvdelisle@verizon.net>
 
-        PR libgfortran/21875
-        * gfortran.dg/fmt_read_bz_bn.f90: Revised test to include case
-        with trailing blanks on normal formatted read.
+       PR libgfortran/21875
+       * gfortran.dg/fmt_read_bz_bn.f90: Revised test to include case
+       with trailing blanks on normal formatted read.
 
 2005-07-23  Chao-ying Fu  <fu@mips.com>
 
 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
 
        PR tree-optimization/19210
-        * gcc.dg/tree-ssa/pr19210-1.c: New.
-        * gcc.dg/tree-ssa/pr19210-2.c: New.
+       * gcc.dg/tree-ssa/pr19210-1.c: New.
+       * gcc.dg/tree-ssa/pr19210-2.c: New.
 
 2005-07-21  Richard Sandiford  <richard@codesourcery.com>
 
 
 2005-06-28  Thomas Koenig  <Thomas.Koenig@online.de>
 
-        PR libfortran/22142
+       PR libfortran/22142
        * gfortran.fortran-torture/execute/intrinsic_eoshift.f90:
        Add testcase also testing eoshift1 for PR 22142.
 
 
 2005-06-28  Thomas Koenig  <Thomas.Koenig@online.de>
 
-        PR libfortran/22142
+       PR libfortran/22142
        * gfortran.fortran-torture/execute/intrinsic_eoshift.f90:
        Add testcase for PR 22142.
 
 
 2005-05-26  Andreas Jaeger  <aj@suse.de>
 
-        PR testsuite/20772
+       PR testsuite/20772
        * gfortran.dg/promotion.f90, gcc.misc-tests/i386-pf-3dnow-1.c,
        gcc.misc-tests/i386-pf-athlon-1.c,
        gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
 
 2004-04-11  Devang Patel  <dpatel@apple.com>
 
-        * lib/target-supports.exp (check_effective_target_vect_condition): New.
-        * gcc.dg/vect/vect-ifcvt-1.c: New test.
-        * gcc.dg/vect/vect-ifcvt-2.c: New test.
-        * gcc.dg/vect/vect-ifcvt-3.c: New test.
-        * gcc.dg/vect/vect-ifcvt-4.c: New test.
-        * gcc.dg/vect/vect-ifcvt-5.c: New test.
-        * gcc.dg/vect/vect-ifcvt-6.c: New test.
-        * gcc.dg/vect/vect-ifcvt-7.c: New test.
-        * gcc.dg/vect/vect-none.c: Now one loop is vectorized.
+       * lib/target-supports.exp (check_effective_target_vect_condition): New.
+       * gcc.dg/vect/vect-ifcvt-1.c: New test.
+       * gcc.dg/vect/vect-ifcvt-2.c: New test.
+       * gcc.dg/vect/vect-ifcvt-3.c: New test.
+       * gcc.dg/vect/vect-ifcvt-4.c: New test.
+       * gcc.dg/vect/vect-ifcvt-5.c: New test.
+       * gcc.dg/vect/vect-ifcvt-6.c: New test.
+       * gcc.dg/vect/vect-ifcvt-7.c: New test.
+       * gcc.dg/vect/vect-none.c: Now one loop is vectorized.
 
 2004-04-11  Devang Patel  <dpatel@apple.com>
 
-        * gcc.dg/vect/vect-dv-1.c: New test.
-        * gcc.dg/vect/vect-dv-2.c: New test.
+       * gcc.dg/vect/vect-dv-1.c: New test.
+       * gcc.dg/vect/vect-dv-2.c: New test.
 
 2005-04-11  Diego Novillo  <dnovillo@redhat.com>
 
        * gcc.dg/pr20126.c: New.
 
 2005-04-09  Bud Davis  <bdavis@gfortran.org>
-            Steven G. Kargl <kargls@comcast.net>
+           Steven G. Kargl <kargls@comcast.net>
 
        * gfortran.dg/PR19872.f: New test.
 
        * g++.dg/template/spec23.C: New.
 
 2005-04-03  Dale Ranta  <dir@lanl.gov>
-            Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+           Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
        PR libfortran/20068
        PR libfortran/20125
 2005-03-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * lib/file-format.exp (gcc_target_object_format): Add check for som
-        format and hardcode object formats on hppa*-*-hpux*.
+       format and hardcode object formats on hppa*-*-hpux*.
        * lib/target-supports.exp (check_weak_available): Add check for som
        object format.  Always return 0 on hppa*-*-hpux10*.
 
        * gfortran.dg/pr19936_3.f90: New test.
 
 2005-03-05  Steven G. Kargl  <kargls@comcast.net>
-            Paul Thomas <prthomas@drfccad.cea.fr>
+           Paul Thomas <prthomas@drfccad.cea.fr>
 
        * gfortran.dg/PR19754_1.f90: New test.
        * gfortran.dg/PR19754_2.f90: Ditto.