OSDN Git Service

* config/i386/i386.md (DWI): New mode iterator.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index e4d15c0..51895ee 100644 (file)
@@ -1,5 +1,463 @@
+2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
+
+       * g++.dg/other/pr35504.C: Add check for thiscall.
+       * g++.dg/torture/stackalign/eh-thiscall-1.C: New.
+       * gcc.dg/torture/stackalign/thiscall-1.c: New.
+       
+2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+       PR c++/28584
+       * gcc.dg/Wint-to-pointer-cast-1.c: Move to...
+       * c-c++-common/Wint-to-pointer-cast-1.c: ...  here.
+       * gcc.dg/Wint-to-pointer-cast-2.c: Move to...   
+       * c-c++-common/Wint-to-pointer-cast-2.c: ...  here.
+       * gcc.dg/Wint-to-pointer-cast-3.c: Move to...   
+       * c-c++-common/Wint-to-pointer-cast-3.c: ...  here. Update.
+       * g++.old-deja/g++.mike/warn1.C: Add -Wno-int-to-pointer-cast.
+       * g++.dg/other/increment1.C: Likewise.
+
+2010-04-09  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/18918
+       * gfortran.dg/coarray_7.f90: New test.
+       * gfortran.dg/coarray_8.f90: New test.
+
+2010-04-08  Bud Davis  <bdavis9659@sbcglobal.net>
+
+       PR fortran/28039
+       * gfortran.dg/fmt_with_extra.f: Remove xfail and update test.
+
+2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR target/43643
+       * gcc.dg/pr43643.c: New test.
+
+2010-04-08  Tobias Burnus  <burnus@net-b.de>
+
+       * gfortran.dg/iso_fortran_env_6.f90: Add more checks.
+
+2010-04-08  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43679
+       * gcc.c-torture/compile/pr43679.c: New testcase.
+
+2010-04-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/43670
+       * gcc.dg/pr43670.c: New test.
+
+2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       PR middle-end/40815
+       * gcc.dg/tree-ssa/reassoc-19.c: New.
+
+2010-04-07  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/18624
+       * gcc.dg/Wunused-var-1.c: New test.
+       * gcc.dg/Wunused-var-2.c: New test.
+       * gcc.dg/Wunused-var-3.c: New test.
+       * gcc.dg/Wunused-var-4.c: New test.
+       * gcc.dg/Wunused-var-5.c: New test.
+       * gcc.dg/Wunused-var-6.c: New test.
+       * gcc.dg/Wunused-parm-1.c: New test.
+
+       * gcc.dg/builtin-choose-expr.c: Avoid set but not used warnings.
+       * gcc.dg/trunc-1.c: Likewise.
+       * gcc.dg/vla-9.c: Likewise.
+       * gcc.dg/dfp/composite-type.c: Likewise.
+
+2010-04-07  Iain Sandoe <iains@gcc.gnu.org>
+
+       PR objc/35996
+       * objc.dg/objc-gc-4.m: Run for all targets, prune new warning.
+       * obj-c++.dg/objc-gc-3.mm: Ditto.
+
+2010-04-07  Simon Baldwin  <simonb@google.com>
+
+       * gcc.dg/cpp/warn-undef-2.c: New.
+       * gcc.dg/cpp/warn-traditional-2.c: New.
+       * gcc.dg/cpp/warn-comments-2.c: New.
+       * gcc.dg/cpp/warning-directive-1.c: New.
+       * gcc.dg/cpp/warn-long-long.c: New.
+       * gcc.dg/cpp/warn-traditional.c: New.
+       * gcc.dg/cpp/warn-variadic-2.c: New.
+       * gcc.dg/cpp/warn-undef.c: New.
+       * gcc.dg/cpp/warn-normalized-1.c: New.
+       * gcc.dg/cpp/warning-directive-2.c: New.
+       * gcc.dg/cpp/warn-long-long-2.c: New.
+       * gcc.dg/cpp/warn-variadic.c: New.
+       * gcc.dg/cpp/warn-normalized-2.c: New.
+       * gcc.dg/cpp/warning-directive-3.c: New.
+       * gcc.dg/cpp/warn-deprecated-2.c: New.
+       * gcc.dg/cpp/warn-trigraphs-1.c: New.
+       * gcc.dg/cpp/warn-multichar-2.c: New.
+       * gcc.dg/cpp/warn-normalized-3.c: New.
+       * gcc.dg/cpp/warning-directive-4.c: New.
+       * gcc.dg/cpp/warn-unused-macros.c: New.
+       * gcc.dg/cpp/warn-trigraphs-2.c: New.
+       * gcc.dg/cpp/warn-cxx-compat-2.c: New.
+       * gcc.dg/cpp/warn-cxx-compat.c: New.
+       * gcc.dg/cpp/warn-redefined.c: New.
+       * gcc.dg/cpp/warn-trigraphs-3.c: New.
+       * gcc.dg/cpp/warn-unused-macros-2.c: New.
+       * gcc.dg/cpp/warn-deprecated.c: New.
+       * gcc.dg/cpp/warn-trigraphs-4.c: New.
+       * gcc.dg/cpp/warn-redefined-2.c: New.
+       * gcc.dg/cpp/warn-comments.c: New.
+       * gcc.dg/cpp/warn-multichar.c: New.
+       * g++.dg/cpp/warning-directive-1.C: New.
+       * g++.dg/cpp/warning-directive-2.C: New.
+       * g++.dg/cpp/warning-directive-3.C: New.
+       * g++.dg/cpp/warning-directive-4.C: New.
+       * gfortran.dg/warning-directive-1.F90: New.
+       * gfortran.dg/warning-directive-3.F90: New.
+       * gfortran.dg/warning-directive-2.F90: New.
+       * gfortran.dg/warning-directive-4.F90: New.
+
+2010-04-07  Iain Sandoe <iains@gcc.gnu.org>
+
+       PR objc++/23716
+       * obj-c++.dg/comp-types-10.mm: Remove XFAIL.
+
+2010-04-07  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/template/dr408.C: New.
+
+       * g++.dg/lookup/ns4.C: New.
+
+       PR c++/38392
+       * g++.dg/template/friend51.C: New test.
+
+       PR c++/41970
+       * g++.old-deja/g++.other/linkage1.C: Adjust.
+
+2010-04-07  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/42697
+       * g++.dg/template/crash94.C: New test.
+
+2010-04-07  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/40239
+       * g++.dg/init/aggr5.C: New test.
+       * g++.dg/init/aggr5.C: New test.
+
+2010-04-07  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43270
+       * g++.dg/warn/Warray-bounds-4.C: New testcase.
+       * gcc.dg/Warray-bounds-7.c: Likewise.
+
+2010-04-07  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/bit_packed_array.ad[sb]: Rename into...
+       * gnat.dg/bit_packed_array1.ad[sb]: ...this.
+       * gnat.dg/bit_packed_array4.ad[sb]: New test.
+
+2010-04-07  Jie Zhang  <jie@codesourcery.com>
+
+       PR c++/42556
+       * g++.dg/init/pr42556.C: New test.
+
+2010-04-07  Dodji Seketeli  <dodji@redhat.com>
+
+       PR debug/43628
+       * g++.dg/debug/dwarf2/typedef2.C: New test.
+
+2010-04-06  Dodji Seketeli  <dodji@redhat.com>
+
+       * g++.dg/debug/dwarf2/redeclaration-1.C: Moved from 
+       c-c++-common/dwarf2/redeclaration-1.C
+
+2010-04-06  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/pr31437.C: Adjust error location.
+       * g++.dg/ext/attrib18.C: Likewise.
+       * g++.dg/ext/bitfield2.C: Likewise.
+       * g++.dg/ext/bitfield4.C: Likewise.
+       * g++.dg/ext/visibility/warn2.C: Likewise.
+       * g++.dg/ext/visibility/warn3.C: Likewise.
+       * g++.dg/gomp/pr26690-1.C: Likewise.
+       * g++.dg/inherit/covariant7.C: Likewise.
+       * g++.dg/init/synth2.C: Likewise.
+       * g++.dg/lookup/using7.C: Likewise.
+       * g++.dg/other/crash-4.C: Likewise.
+       * g++.dg/other/error13.C: Likewise.
+       * g++.dg/other/error20.C: Likewise.
+       * g++.dg/parse/crash31.C: Likewise.
+       * g++.dg/parse/error16.C: Likewise.
+       * g++.dg/parse/error19.C: Likewise.
+       * g++.dg/parse/error27.C: Likewise.
+       * g++.dg/parse/error28.C: Likewise.
+       * g++.dg/parse/fused-params1.C: Likewise.
+       * g++.dg/template/error2.C: Likewise.
+       * g++.dg/template/local6.C: Likewise.
+       * g++.dg/template/qualttp15.C: Likewise.
+       * g++.dg/warn/Wnvdtor-2.C: Likewise.
+       * g++.dg/warn/anonymous-namespace-3.C: Likewise.
+       * g++.old-deja/g++.benjamin/15309-1.C: Likewise.
+       * g++.old-deja/g++.brendan/crash29.C: Likewise.
+       * g++.old-deja/g++.eh/spec6.C: Likewise.
+       * g++.old-deja/g++.jason/crash3.C: Likewise.
+       * g++.old-deja/g++.jason/destruct2.C: Likewise.
+       * g++.old-deja/g++.law/ctors5.C: Likewise.
+       * g++.old-deja/g++.law/ctors9.C: Likewise.
+       * g++.old-deja/g++.mike/p3538a.C: Likewise.
+       * g++.old-deja/g++.mike/p3538b.C: Likewise.
+       * g++.old-deja/g++.other/struct1.C: Likewise.
+       * g++.old-deja/g++.other/volatile1.C: Likewise.
+       * g++.old-deja/g++.pt/crash36.C: Likewise.
+       * g++.old-deja/g++.pt/derived3.C: Likewise.
+       * g++.old-deja/g++.robertl/eb109.C: Likewise.
+       * g++.old-deja/g++.robertl/eb4.C: Likewise.
+
+2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR middle-end/43519
+       * gcc.dg/graphite/run-id-pr42644.c: Call abort.
+       * gcc.dg/graphite/id-19.c: New.
+
+2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
+
+       PR middle-end/32824
+       * gcc.dg/vect/pr32824: New.
+
+2010-04-06  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/18918
+       * gfortran.dg/coarray_2.f90: Add dg-options -fcoarray=single.
+       * gfortran.dg/coarray_3.f90: Ditto.
+       * gfortran.dg/coarray_4.f90: Ditto.
+       * gfortran.dg/coarray_5.f90: Ditto.
+       * gfortran.dg/coarray_6.f90: Ditto.
+       * gfortran.dg/coarray_9.f90: New -fcoarray=none test.
+
+2010-04-06  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/18918
+       * gfortran.dg/coarray_4.f90: Fix test.
+       * gfortran.dg/coarray_6.f90: Add more tests.
+
+2010-04-06  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/18918
+       * gfortran.dg/coarray_4.f90: New test.
+       * gfortran.dg/coarray_5.f90: New test.
+       * gfortran.dg/coarray_6.f90: New test.
+
+2010-04-06  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/18918
+       * gfortran.dg/iso_fortran_env_5.f90: New test.
+       * gfortran.dg/iso_fortran_env_6.f90: New test.
+
+2010-04-06  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/39997
+       * gfortran.dg/coarray_1.f90: New test.
+       * gfortran.dg/coarray_2.f90: New test.
+       * gfortran.dg/coarray_3.f90: New test.
+
+2010-04-06  Jason Merrill  <jason@redhat.com>
+
+       PR c++/43648
+       * g++.dg/template/dtor8.C: New.
+
+       PR c++/43621
+       * g++.dg/template/error-recovery2.C: New.
+
+2010-04-06  Jan Hubicka  <jh@suse.czpli
+
+       PR tree-optimization/42906
+       * gcc.dg/tree-ssa/dce-1.c: New testcase.
+
+2010-04-06  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/43178
+       * gfortran.dg/alloc_comp_basics_1.f90: Update scan-tree-dump-times.
+       * gfortran.dg/alloc_comp_constructor_1.f90: Ditto.
+       * gfortran.dg/auto_dealloc_1.f90: Ditto.
+
+2010-04-06  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43627
+       * gcc.dg/tree-ssa/vrp49.c: New testcase.
+
+2010-04-06  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/43638
+       * gcc.target/i386/pr43638.c: New test.
+
+2010-04-06  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/43661
+       * gcc.c-torture/compile/pr43661.c: New testcase.
+
+2010-04-06  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.target/s390/stackcheck1.c: Add dg-warning.
+
+2010-04-04  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * gcc.dg/vect/pr43430-1.c: Don't use uint8_t.
+
+2010-04-02  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43629
+       * gcc.c-torture/execute/pr43629.c: New testcase.
+
+2010-04-01  Janne Blomqvist  <jb@gcc.gnu.org>
+           Dominique d'Humieres  <dominiq@lps.ens.fr>
+
+       PR libfortran/43605
+       * gfortran.dg/ftell_3.f90: Enhance test case by reading more.
+
+2010-04-01  Dodji Seketeli  <dodji@redhat.com>
+
+       PR debug/43325
+       * c-c++-common/dwarf2/redeclaration-1.C: New test.
+
+2010-04-01  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp0x/initlist12.C: Adjust expected errors.
+
+2010-04-01  Janne Blomqvist  <jb@gcc.gnu.org>
+           Manfred Schwarb  <manfred99@gmx.ch>
+
+       PR libfortran/43605
+       * gfortran.dg/ftell_3.f90: New test.
+
+2010-04-01  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/43614
+       * gcc.c-torture/compile/pr43614.c: New testcase.
+
+2010-04-01  Martin Jambor  <mjambor@suse.cz>
+
+       PR tree-optimization/43141
+       * gcc.dg/guality/pr43141.c: New test.
+       
+2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * g++.dg/cpp/_Pragma1.C: Skip on alpha*-dec-osf*.
+       * g++.dg/eh/spbp.C: Likewise.
+       * g++.dg/ext/label13.C (C::C): xfail dg-bogus on alpha*-dec-osf*.
+       * g++.dg/other/pragma-ep-1.C: Properly define p, remove
+       superfluous casts.
+       * gcc.dg/mtune.c: Add dg-bogus "mcpu".
+       * objc.dg/dwarf-1.m: Skip on  alpha*-dec-osf*.
+       * objc.dg/dwarf-2.m: Likewise.
+
+2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR middle-end/43464
+       * gcc.dg/graphite/id-pr43464.c: New.
+       * gcc.dg/graphite/id-pr43464-1.c: New.
+
+2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR middle-end/43351
+       * gcc.dg/graphite/id-pr43351.c
+
+2010-03-31  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
+
+       PR testsuite/35165
+       * obj-c++.dg/try-catch-9.mm: Don't XFAIL m32 NeXT runtime.
+       * obj-c++.dg/try-catch-2.mm: Ditto.
+       * obj-c++.dg/lookup-2.mm: Ditto.
+       * obj-c++.dg/encode-8.m: Ditto.
+       * obj-c++.dg/cxx-ivars-2.mm: Ditto.
+       * obj-c++.dg/cxx-ivars-3.mm: Skip for GNU, XFail for m64 NeXT.
+       * obj-c++.dg/const-str-10.mm: Skip for GNU, match .quad for m64 NeXT.
+       * obj-c++.dg/const-str-11.mm: Ditto.
+       * obj-c++.dg/const-str-9.mm: Ditto.
+       * obj-c++.dg/bitfield-3.mm: Skip for GNU runtime.
+       * obj-c++.dg/bitfield-2.mm: XFAIL run for m64 NeXT runtime.
+       * obj-c++.dg/except-1.mm: Ditto.
+       * obj-c++.dg/const-str-7.mm: Ditto.
+       * obj-c++.dg/cxx-ivars-1.mm: Ditto.
+       * obj-c++.dg/const-str-3.mm: Ditto.
+       * obj-c++.dg/const-str-7.mm: Ditto.
+       * obj-c++.dg/stubify-2.mm: Change dump file name.
+
+       PR objc++/23613
+       * gcc/testsuite/objc-obj-c++-shared/next-mapping.h (CLASSPTRFIELD):
+       New macro.
+       * gcc/testsuite/obj-c++.dg/isa-field-1.mm: Use new CLASSPTRFIELD macro.
+       Remove dg-xfail-if.
+
+2010-03-31  Martin Jambor  <mjambor@suse.cz>
+
+       * gcc.dg/guality/inline-params.c: Disable early inlining.  Xfail run
+       only with -O2, -O3 or -Os and not with -fwhopr.
+
+2010-03-31  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/43558
+       * g++.dg/template/typedef31.C: New test.
+
+2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * g++.dg/ext/visibility/pragma-override1.C: Allow for .hidden in
+       assembler output on *-*-solaris2*.
+       * g++.dg/ext/visibility/pragma-override2.C: Likewise.
+
+2010-03-31  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/43557
+       * gcc.dg/pr43557-1.c: New test.
+       * gcc.dg/pr43557-2.c: New file.
+
+2010-03-31  Jie Zhang  <jie@codesourcery.com>
+
+       PR 43562
+       * gcc.dg/pr43562.c: New test.
+
+2010-03-30  Jason Merrill  <jason@redhat.com>
+
+       PR c++/43076
+       * g++.dg/template/error-recovery1.C: New.
+
+       PR c++/41786
+       * g++.dg/parse/ambig5.C: New.
+
+2010-03-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/43593
+       * gcc.dg/guality/pr43593.c: New test.
+
+2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR middle-end/43430
+       * gcc.dg/vect/pr43430-1.c: New.
+
+2010-03-30  Jason Merrill  <jason@redhat.com>
+
+       PR c++/43559
+       * g++.dg/template/partial7.C: New.
+
+2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * gcc.target/s390/stackcheck1.c: New testcase.
+
+2010-03-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/43265
+       * gfortran.dg/read_eof_8.f90: New test.
+
 2010-03-29  Jason Merrill  <jason@redhat.com>
 
+       * gcc.dg/cpp/include6.c: Change [] to ().
+
+       N3077
+       * c-c++-common/raw-string-1.c: Update handling of trigraphs, line
+       splicing and UCNs.
+       * c-c++-common/raw-string-2.c: Add trigraph test.
+       * c-c++-common/raw-string-8.c: New.
+       * c-c++-common/raw-string-9.c: New.
+       * c-c++-common/raw-string-10.c: New.
+
        * c-c++-common/raw-string-1.c: Combine C and C++ raw string tests.
        * c-c++-common/raw-string-2.c: Combine C and C++ raw string tests.
        * c-c++-common/raw-string-3.c: Combine C and C++ raw string tests.