OSDN Git Service

PR testsuite/29071
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 4a574eb..0a8d28d 100644 (file)
@@ -1,5 +1,329 @@
+2008-12-11  Janis Johnson  <janis187@us.ibm.com>
+
+       PR testsuite/29071
+       * gcc.dg/20020919-1.c: Fix a preprocessor check.
+
+2008-12-11  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR middle-end/38413
+       * gcc.dg/graphite/pr38413.c: New.
+
+2008-12-11  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR middle-end/37857
+       * gfortran.dg/graphite/pr37857.f90: New.
+
+2008-12-11  Harsha Jagasia  <harsha.jagasia@amd.com>
+
+       PR tree-optimization/38446
+       * gcc.dg/graphite/pr38446.c: New.
+
+2008-12-11  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * gcc.dg/graphite/scop-16.c: Test only scop specific info.
+       * gcc.dg/graphite/scop-17.c: Same.
+       * gcc.dg/graphite/block-5.c: New.
+       * gcc.dg/graphite/block-6.c: New.
+       * gcc.dg/graphite/pr37485.c: Clean dump file after.
+       * gcc.dg/graphite/pr37684.c: Same.
+       * gcc.dg/graphite/block-2.c: Same.
+
+2008-12-10  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       PR middle-end/38459
+       * gfortran.dg/graphite/pr38459.f90: New.
+
+2008-12-11  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR middle-end/37852
+       PR middle-end/37883
+       PR middle-end/37928
+       PR middle-end/37980
+       PR middle-end/38038
+       PR middle-end/38039
+       PR middle-end/38073
+       PR middle-end/38083
+       PR middle-end/38125
+       * gcc.dg/graphite/pr37928.c: New.
+       * gcc.dg/graphite/pr37883.c: New.
+       * gcc.dg/graphite/pr38073.c: New.
+       * gcc.dg/graphite/pr38125.c: New.
+       * gfortran.dg/graphite/pr38083.f90: New.
+       * gfortran.dg/graphite/pr37852.f90: New.
+       * gfortran.dg/graphite/pr37980.f90: New.
+       * gfortran.dg/graphite/id-2.f90: New.
+       * gfortran.dg/graphite/id-4.f90: New.
+
+       * gcc.dg/graphite/scop-18.c: Remove reduction, test for
+       the number of detected scops.  Copy exact same test for loop blocking...
+       * gcc.dg/graphite/block-1.c: Fix the number of expected loops
+       to be blocked as reductions are not handled.
+       * gcc.dg/graphite/block-4.c: ...here.  New.
+
+2008-12-11  Ira Rosen  <irar@il.ibm.com>
+
+       PR tree-optimization/38464
+       * gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c: Check that three
+       loops are vectorized.
+
+2008-12-10  Jason Merrill  <jason@redhat.com>
+
+       PR c++/35319
+       * g++.dg/ext/fixed2.C: New test.
+
+2008-12-10  Daniel Berlin  <dberlin@dberlin.org>
+
+       PR tree-optimization/36792
+       * gcc.dg/tree-ssa/ssa-fre-10.c: Update expected results.
+
+2008-12-10  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR middle-end/38271
+       * gcc.dg/torture/pr38271.c: New.
+
+2008-12-10  Ira Rosen  <irar@il.ibm.com>
+
+       PR tree-optimization/37416
+       * gcc.dg/vect/pr36630.c: Expect 1 vectorized loop.
+
+2008-12-10 Uros Bizjak <ubizjak@gmail.com>
+
+       * gcc.dg/20020919-1.c: Correct target selector to alpha*-*-*.
+       * gcc.dg/pr31866.c: Ditto.
+       * gcc.dg/torture/type-generic-1.c: Add -mieee for alpha*-*-* targets.
+       * g++.dg/torture/type-generic-1.C: Ditto.
+       * gfortran.dg/boz_9.f90: Ditto.
+       * gfortran.dg/boz_14.f90: Ditto.
+       * gfortran.dg/init_flag_3.f90: Ditto.
+       * gfortran.dg/init_flag_4.f90: Ditto.
+       * gfortran.dg/init_flag_5.f90: Ditto.
+       * gfortran.dg/integer_exponentiation_1.f90: Ditto.
+       * gfortran.dg/integer_exponentiation_5.F90: Ditto.
+       * gfortran.dg/isnan_1.f90: Ditto.
+       * gfortran.dg/isnan_2.f90: Ditto.
+       * gfortran.dg/module_nan.f90: Ditto.
+       * gfortran.dg/nan_1.f90: Ditto.
+       * gfortran.dg/nan_2.f90: Ditto.
+       * gfortran.dg/nan_3.f90: Ditto.
+       * gfortran.dg/nan_4.f90: Ditto.
+       * gfortran.dg/namelist_42.f90: Ditto.
+       * gfortran.dg/namelist_43.f90: Ditto.
+       * gfortran.dg/nearest_1.f90: Ditto.
+       * gfortran.dg/nearest_2.f90: Ditto.
+       * gfortran.dg/nearest_3.f90: Ditto.
+       * gfortran.dg/pr37243.f: Ditto.
+       * gfortran.dg/real_const_3.f90: Ditto.
+       * gfortran.dg/transfer_simplify_2.f90: Ditto.
+       * gfortran.fortran-torture/execute/intrinsic_spacing.x: New file.
+
+       * gfortran.dg/default_format_denormal_1.f90: XFAIL on alpha.
+
+2008-12-09  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/37971
+       * g++.dg/overload/defarg2.C: New test.
+       * g++.dg/overload/defarg3.C: Likewise.
+
+2008-12-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/38454
+       * gcc.dg/memset-1.c: New test.
+       * gcc.dg/memcpy-2.c: New test.
+
+2008-12-09  Mikael Morin  <mikael.morin@tele2.fr>
+
+       PR fortran/35983
+       * gfortran.dg/pr35983.f90: New test.
+
+2008-12-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR testsuite/38420
+       * gcc.target/i386/pr37248-2.c: Support hex dump on 32bit host.
+       * gcc.target/i386/pr37248-3.c: Likewise.
+
+2008-12-09  Steve Ellcey  <sje@cup.hp.com>
+
+       PR testsuite/37326
+       * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip on hppa*64-*-*.
+
+2008-12-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/35468
+       * gcc.dg/pr35468.c: New test.
+       * gcc.c-torture/compile/pr35468.c: New test.
+
+2008-12-08  Jason Merrill  <jason@redhat.com>
+
+       PR c++/38410
+       * gcc.dg/ctor1.c: New test.
+
+2008-12-09 Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       PR middle-end/38084
+       * gfortran.dg/graphite/id-3.f90: New.
+       * gcc.dg/graphite/pr38084.c: New.
+
+2008-12-08  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/mips/fix-r10000-6.c: Add dg-message to look for
+       the note about changed semantics of NAND builtin.
+       * gcc.target/mips/fix-r10000-12.c: Ditto.
+       * gcc.target/mips/atomic-memory-1.c: Ditto.
+       (main): Correct __sync_nand_and_fetch results.
+
+2008-12-08  Dodji Seketeli  <dodji@redhat.com>
+
+       PR debug/38390
+       * g++.dg/debug/dwarf2/imported-module-2.C: New test.
+
+2008-12-08  Steve Ellcey  <sje@cup.hp.com>
+
+       * g++.dg/other/packed1.C: Remove ia64-hp-hpux* XFAIL.
+
+2008-12-08  Steve Ellcey  <sje@cup.hp.com>
+
+       * gcc.target/ia64/versionid-1.c (dg-final): Fix syntax.
+       * gcc.target/ia64/versionid-2.c (dg-final): Ditto.
+
+2008-12-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/35443
+       * gcc.dg/pr35443.c: New test.
+
+       PR c/35442
+       * gcc.dg/pr35442.c: New test.
+
+2008-12-07  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/string_comparison.adb: New test.
+
+2008-12-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR tree-optimization/38405
+       * gcc.dg/torture/pr38405.c: New.
+
+2008-12-07  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/aggr10.adb: New test.
+       * gnat.dg/aggr10_pkg.ads: New helper.
+
+2008-12-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/38425
+       * gfortran.dg/io_constraints_5.f90: New test.
+
+2008-12-06  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/38428
+       * gcc.c-torture/compile/pr38428.c: New test.
+
+       PR middle-end/38422
+       * gcc.c-torture/execute/pr38422.c: New test.
+
+2008-12-06  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/38415
+       * gfortran.dg/proc_ptr_2.f90: Extended.
+       * gfortran.dg/proc_ptr_11.f90: Modified.
+
+2008-12-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/38291
+       * gfortran.dg/streamio_16.f90: New test.
+
+2008-12-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/35336
+       * g++.dg/other/error30.C: New test.
+
+2008-12-05  Janis Johnson  <janis187@us.ibm.com>
+
+       * lib/target-supports.exp (check_effective_target_hard_dfp): New.
+       * gcc.dg/dfp/convert-dfp-round.c: Skip for hard_dfp.
+       * gcc.dg/dfp/fe-binop.c: Ditto.
+       * gcc.dg/dfp/fe-convert-1.c: Ditto.
+
+2008-12-05  Catherine Moore  <clm@codesourcery.com>
+
+       * gcc-target/mips/mips-nonpic: New testsuite.
+
+2008-12-05  Steve Ellcey  <sje@cup.hp.com>
+
+       PR other/28614
+       * gcc.c-torture/compile/20001226-1.c: Add dg-timeout-factor.
+       * g++.dg/torture/pr31863.C: Ditto.
+
+2008-12-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/37248
+       * gcc.target/i386/pr37248-1.c: New test.
+       * gcc.target/i386/pr37248-2.c: New test.
+       * gcc.target/i386/pr37248-3.c: New test.
+
+2008-12-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/38338
+       * gcc.dg/pr38338.c: New test.
+
+2008-12-05  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.target/powerpc/20081204-1.c: New test.
+
+2008-12-05  Richard Guenther  <rguenther@suse.de>
+
+       PR testsuite/38406
+       * gcc.dg/Wstrict-aliasing-converted-assigned.c: Restrict PTA
+       alias warning to lp64 targets.
+
+2008-12-05  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/union-5.c: Run only on x86 and x86-64.
+
+2008-12-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/38285
+       gfortran.dg/fmt_f_an_p.f: New test.
+
+2008-12-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/union-5.c: New test.
+
+2008-12-04  Jason Merrill  <jason@redhat.com>
+
+       PR c++/37906
+       * g++.dg/cpp0x/defaulted6.C: New test.
+
+2008-12-04  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/36509
+       * gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c: Adjust, remove XFAIL.
+       * gcc.dg/Wstrict-aliasing-converted-assigned.c: Adjust.
+       * g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C: Likewise.
+
+2008-12-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/union-4.c: New test.
+
+2008-12-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * g++.old-deja/g++.eh/badalloc1.C: Add the missing "}".
+
+2008-12-03  Janis Johnson  <janis187@us.ibm.com>
+
+       * g++.old-deja/g++.eh/badalloc1.C: Reinstate XFAIL for Darwin 3-7.
+
+2008-12-03  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+       * g++.old-deja/g++.eh/badalloc1.C: Omit XFAIL on obsolete Darwin.
+
 2008-12-03  Jason Merrill  <jason@redhat.com>
 
+       PR c++/38232
+       * g++.dg/init/value5.C: New test.
+
+       PR c++/38256
+       * g++.dg/cpp0x/auto11.C: New test.
+
        PR c++/38380
        * g++.dg/cpp0x/initlist10.C: New test.
        * g++.old-deja/g++.eh/ctor1.C: Default ctor is a candidate too.
 
 2008-09-24  Steve Ellcey  <sje@cup.hp.com>
 
-       *  gcc.dg/vect/O3-vect-pr34223.c: Check vect_int_mult.
+       * gcc.dg/vect/O3-vect-pr34223.c: Check vect_int_mult.
 
 2008-09-24  Aldy Hernandez  <aldyh@redhat.com>