OSDN Git Service

Emit an error for too large arrays instead of an ICE.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index c54ba51..75ab35f 100644 (file)
@@ -1,3 +1,120 @@
+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.