OSDN Git Service

Emit an error for too large arrays instead of an ICE.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 7a0cbd5..75ab35f 100644 (file)
@@ -1,3 +1,204 @@
+2005-08-16  James E Wilson  <wilson@specifix.com>
+
+       PR tree-optimization/21105
+       * gcc.dg/large-size-array.c: New.
+
+2005-08-16  Dorit Nuzman  <dorit@il.ibm.com>
+
+       * gcc.dg/vect/vect-40: Use aligned arrays instead of arrays to aligned
+       type.
+       * gcc.dg/vect/vect-41: Likewise.
+       * gcc.dg/vect/vect-42: Likewise.
+       * gcc.dg/vect/vect-43: Likewise.
+       * gcc.dg/vect/vect-44: Likewise.
+       * gcc.dg/vect/vect-46: Likewise.
+       * gcc.dg/vect/vect-47: Likewise.
+       * gcc.dg/vect/vect-48: Likewise.
+       * gcc.dg/vect/vect-52: Likewise.
+       * gcc.dg/vect/vect-53: Likewise.
+       * gcc.dg/vect/vect-54: Likewise.
+       * gcc.dg/vect/vect-55: Likewise.
+       * gcc.dg/vect/vect-56: Likewise.
+       * gcc.dg/vect/vect-57: Likewise.
+       * gcc.dg/vect/vect-58: Likewise.
+       * gcc.dg/vect/vect-59: Likewise.
+       * gcc.dg/vect/vect-60: Likewise.
+       * gcc.dg/vect/vect-61: Likewise.
+       * gcc.dg/vect/vect-85: Likewise.
+       * gcc.dg/vect/vect-87: Likewise.
+       * gcc.dg/vect/vect-88: Likewise.
+       * gcc.dg/vect/vect-93.c: Likewise.
+       * gcc.dg/vect/vect-74: Likewise, and also added documentation.
+       * gcc.dg/vect/vect-75: Likewise.
+       * gcc.dg/vect/vect-76: Likewise.
+       * gcc.dg/vect/vect-77: Likewise.
+       * 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. 
+       * gcc.dg/vect/vect-92.c: Use aligned arrays instead of arrays to aligned
+        type and also instead of aligned pointers. Added documentation.
+
+2005-08-16  Feng Wang  <fengwang@nudt.edu.cn>
+
+       * gfortran.dg/power.f90: New test.
+
+2005-08-16  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/23299
+       * g++.dg/opt/pr23299.C: New test.
+
+2005-08-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gcc.dg/special/weak-1.c: xfail 32-bit hppa*-*-hpux*.
+
+2005-08-15  Fariborz Jahanian <fjahanian@apple.com>
+
+       * g++.dg/template/local6.C: New test.
+
+2005-08-14  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * execute/exceptions/finally-1.m: Check that the catch and finally are
+       being called.  Also add a "return 0;" at the end of main.
+
+2005-08-14 Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/21432.
+       * gfortran.dg/namelist_print_1.f: New test of functionality of
+       PRINT namelist.
+       * gfortran.dg/namelist_print_2.f: New test to check that PRINT
+       namelist generates error with -std=f95.
+
+2005-08-14  Ira Rosen  <irar@il.ibm.com>   
+
+       PR tree-optimization/23119
+       * 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>
+
+       PR libobjc/22492
+       * execute/exceptions/finally-1.m: New test.
+
+2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * objc/execute/exceptions/exceptions.exp: New exp for the exceptions
+       testsuite.
+       * objc/execute/exceptions/trivial.m: New test.
+       * objc.dg/try-catch-11.m: Move to ...
+       * objc/execute/exceptions/foward-1.m: Here.
+       * objc.dg/try-catch-2.m: Move to ...
+       * objc/execute/exceptions/catchall-1.m: Here.
+       * objc.dg/try-catch-8.m: Move to ...
+       * objc/execute/exceptions/local-variables-1.m: Here.
+
+2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * objc.dg/nested-func-1.m: Move to ...
+       * objc/execute/nested-func-1.m: Here.
+
+2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * lib/objc.exp (objc_target_compile): Check for -fgnu-runtime
+       in ${options} instead of [target_info name].
+       * lib/obj-c++.exp (objc_target_compile): Likewise.
+
+2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * objc.dg/stubify-2.m: Correct the name of the rtl dump file.
+
+2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       part of PR testsuite/23348
+       * lib/objc-torture.exp: Add -fgnu-runtime and/or -fnext-runtime to each
+       of the torture options.
+       * objc/compile/trivial.m: New test.
+
+2005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       * gfortran.dg/eoshift.f90:  Correct format.
+
+2005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       * gfortran.fortran-torture/execute/character_passing.f90:
+       Fix comment typo.
+
+2005-08-12  Giovanni Bajo  <giovannibajo@libero.it>
+
+       PR c++/8271
+       * g++.dg/template/unify10.C: New.
+
+2005-08-11  James A. Morrison  <phython@gcc.gnu.org>
+
+       * g++.dg/parse/pr22514.C: Move to...
+       * g++.dg/debug/pr22514.C: here.
+
+2005-08-11  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/23266
+       * g++.dg/inherit/pure1.C: New test.
+
+       * ChangeLog: Fix typos.
+
+2005-08-11  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+           Steven Bosscher  <stevenb@suse.de>
+
+       * gfortran.dg/runtime_warning_1.f90: New test.
+
+2005-08-11  Nathan Sidwell  <nathan@codesourcery.com>
+
+       PR c++/23219
+       * g++.dg/parse/crash28.C: New.
+
+2005-08-11  Richard Guenther  <rguenther@suse.de>
+
+       PR target/23289
+       * gcc.target/i386/tailcall-1.c: New testcase.
+
+2005-08-10  James A. Morrison  <phython@gcc.gnu.org>
+
+       * gcc.dg/vect/vect-67.c: Un-xfail.
+
+2005-08-10  James A. Morrison  <phython@gcc.gnu.org>
+
+       PR c++/23225
+       * g++.dg/testsuite/parse/crash27.C: new test.
+
+2005-08-10  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR libfortran/22143
+       * gfortran.dg/shift-kind.f90:  New testcase.
+
+2005-08-10  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.dg/arm-eabi1.c: Test aeabi_idiv, __aeabi_uidiv, __aeabi_uread4,
+       __aeabi_uread8, __aeabi_uwrite4 and __aeabi_uwrite8.
+
+2005-08-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/20646
+       * g++.dg/other/mult-stor1.C: New test.
+
+2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * gcc.c-torture/pr18299-1.c: Move to ...
+       * gcc.c-torture/compile/pr18299-1.c: Here.
+
+2005-08-09  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       * gfortran/fortran.torture/execute/character_passing.f90:
+       Fix types for LSAME.
+
+2005-08-09  Dorit Nuzman  <dorit@il.ibm.com>
+
+       * gcc.dg/vect/vect-reduc-1char.c: Reverse last change - change
+       input data back to what it was originally.
+
+2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * objc.dg/try-catch-8.m: Enable for all targets.
+
 2005-08-09  James A. Morrison  <phython@gcc.gnu.org>
 
        * gcc.dg/pr23165.c: New test.