OSDN Git Service

* g++.dg/cpp/_Pragma1.C: Skip on alpha*-dec-osf*.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index dfbf449..6a0bd29 100644 (file)
@@ -1,3 +1,206 @@
+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.
+       * c-c++-common/raw-string-4.c: Combine C and C++ raw string tests.
+       * c-c++-common/raw-string-5.c: Combine C and C++ raw string tests.
+       * c-c++-common/raw-string-6.c: Combine C and C++ raw string tests.
+       * c-c++-common/raw-string-7.c: Combine C and C++ raw string tests.
+
+2010-03-29  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43560
+       * gcc.dg/torture/pr43560.c: New testcase.
+
+2010-03-29  Jason Merrill  <jason@redhat.com>
+
+       N3077
+       * g++.dg/ext/raw-string-1.C: Change [] to ().
+       * g++.dg/ext/raw-string-2.C: Change [] to ().
+       Don't use \ in delimiter.
+       * g++.dg/ext/raw-string-3.C: Change [] to ().
+       * g++.dg/ext/raw-string-4.C: Change [] to ().
+       * g++.dg/ext/raw-string-5.C: Change [] to ().
+       Test for error on \ in delimiter.
+       * g++.dg/ext/raw-string-6.C: Change [] to ().
+       * g++.dg/ext/raw-string-7.C: Change [] to ().
+
+2010-03-29  Jie Zhang  <jie@codesourcery.com>
+
+       PR 43564
+       * gcc.dg/pr43564.c: New test.
+
+2010-03-29  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/43551
+       * gfortran.dg/direct_io_12.f90: New test.
+
+2010-03-28  Jan Hubicka  <jh@suse.cz>
+
+       PR tree-optimization/43505
+       * gfortran.dg/pr43505.f90: New testcase.
+
+2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR tree-optimization/43528
+       * gcc.target/i386/pr43528.c: New test.
+
+2010-03-26  Joseph Myers  <joseph@codesourcery.com>
+
+       PR c/43381
+       * gcc.dg/parm-impl-decl-3.c: New test.
+
+2010-03-26  Jason Merrill  <jason@redhat.com>
+
+       PR c++/43509
+       * g++.dg/cpp0x/parse1.C: New.
+
+2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/43524
+       * gcc.target/i386/pr43524.c: New test.
+
+2010-03-26  Martin Jambor  <mjambor@suse.cz>
+
+       * gcc/testsuite/gcc.dg/tree-ssa/loadpre1.c: Delete trailing
+       whitespace, rename main to foo.
+       * gcc/testsuite/gcc.dg/tree-ssa/loadpre14.c: Likewise.
+       * gcc/testsuite/gcc.dg/tree-ssa/loadpre15.c: Likewise.
+       * gcc/testsuite/gcc.dg/tree-ssa/loadpre16.c: Likewise.
+       * gcc/testsuite/gcc.dg/tree-ssa/loadpre17.c: Likewise.
+       * gcc/testsuite/gcc.dg/tree-ssa/loadpre19.c: Likewise.
+       * gcc/testsuite/gcc.dg/tree-ssa/loadpre20.c: Likewise.
+       * gcc/testsuite/gcc.dg/tree-ssa/loadpre3.c: Likewise.
+       * gcc/testsuite/gcc.dg/tree-ssa/loadpre5.c: Likewise.
+       * gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-1.c: Likewise.
+       * gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-4.c: Likewise.
+       * gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-6.c: Likewise.
+
+2010-03-26  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/43327
+       * g++.dg/other/crash-10.C: New test.
+       * g++.dg/other/crash-11.C: New test.
+
 2010-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libfortran/43517
        * objc-obj-c++-shared/next-mapping.h: New file.
        * objc/execute/next_mapping.h: Delete.
        * objc.dg/special/special.exp: For all targets run the tests with
-       -fgnu-runtime, for darwin targets also run the tests with 
+       -fgnu-runtime, for darwin targets also run the tests with
        -fnext-runtime.
        * objc.dg/dg.exp: Ditto.
        * obj-c++.dg/dg.exp: Ditto.
        include use of updated NeXT interface.
        * objc/execute/formal_protocol-5.m: Ditto.
        * objc/execute/protocol-isEqual-2.m: Ditto.
-       * objc/execute/protocol-isEqual-4.m: Ditto.     
+       * objc/execute/protocol-isEqual-4.m: Ditto.
        * objc/execute/class-11.m: Use shared wrapper headers (Object1.h,
        Protocol1.h) and next-mapping.h as required.
        * objc/execute/object_is_class.m: Ditto.
        * objc.dg/fix-and-continue-2.m: Ditto.
        * objc.dg/method-9.m: Ditto.
        * objc.dg/isa-field-1.m: Ditto.
-       * objc.dg/local-decl-2.m: Ditto.        
+       * objc.dg/local-decl-2.m: Ditto.
        * objc.dg/objc-gc-4.m: Ditto.
        * objc.dg/type-stream-1.m: Skip for NeXT runtime.
        * objc.dg/gnu-runtime-3.m: Ditto.
        * objc.dg/selector-3.m: Ditto.
        * objc.dg/gnu-runtime-1.m: Ditto.
        * objc.dg/const-str-12.m: Ditto.
-       * objc.dg/gnu-runtime-2.m: Ditto.       
+       * objc.dg/gnu-runtime-2.m: Ditto.
        * objc.dg/no-extra-load.m: Skip for gnu-runtime.
        * objc.dg/selector-1.m: Ditto.
        * objc.dg/stubify-2.m: Ditto.
        * objc.dg/next-runtime-1.m: Ditto.
        * objc.dg/symtab-1.m: Ditto.
        * objc.dg/stubify-1.m: Ditto.
-       * objc.dg/bitfield-2.m: Ditto.  
+       * objc.dg/bitfield-2.m: Ditto.
        * objc.dg/try-catch-10.m: Apply to both runtimes.
        * objc.dg/const-str-1.m: Ditto.
        * objc.dg/image-info.m: Ditto.
-       * objc.dg/encode-9.m: Ditto.    
+       * objc.dg/encode-9.m: Ditto.
        * objc.dg/pragma-1.m: Apply test to all targets.
        * objc.dg/const-str-4.m: Ditto.
        * objc.dg/const-str-8.m: Ditto.
        * objc.dg/super-class-2.m: Ditto.
        * objc.dg/try-catch-5.m: Ditto.
        * objc.dg/const-str-10.m: Use shared wrapper headers (Object1.h,
-       Protocol1.h) and next-mapping.h as required. Use new NeXT 
+       Protocol1.h) and next-mapping.h as required. Use new NeXT
        interface as required.  Skip for gnu-runtime.  Test for .quad
        at m64.
        * objc.dg/const-str-11.m: Ditto.
-       * objc.dg/const-str-9.m: Ditto. 
+       * objc.dg/const-str-9.m: Ditto.
        * objc.dg/method-4.m: Skip for 64Bit NeXT.
        * objc.dg/encode-1.m: Remove redundant -lobjc.
        * objc.dg/try-catch-9.m: Tidy space.
        * obj-c++.dg/method-19.mm: Use shared wrapper headers (Object1.h,
-       Protocol1.h) and next-mapping.h as required. XFAIL run if NeXT 
+       Protocol1.h) and next-mapping.h as required. XFAIL run if NeXT
        and 64bit. Use new NeXT interface as required.
        * obj-c++.dg/template-4.mm: Ditto.
        * obj-c++.dg/defs.mm: Ditto.
        * obj-c++.dg/template-1.mm: Ditto.
        * obj-c++.dg/encode-6.mm: Ditto.
        * obj-c++.dg/bitfield-2.mm:  Use shared wrapper headers (Object1.h,
-       Protocol1.h) and next-mapping.h as required. Use new NeXT 
+       Protocol1.h) and next-mapping.h as required. Use new NeXT
        interface as required.
        * obj-c++.dg/except-1.mm: Ditto.
        * obj-c++.dg/const-str-7.mm: Ditto.
        * obj-c++.dg/gnu-runtime-2.mm: Skip if NeXT runtime.
        * obj-c++.dg/gnu-runtime-3.mm: Ditto.
        * obj-c++.dg/gnu-runtime-1.mm: Ditto.
-       * objc.dg/zero-link-2.m: Skip if gnu runtime. Use shared wrapper 
-       headers (Object1.h, Protocol1.h) and next-mapping.h as required. 
+       * objc.dg/zero-link-2.m: Skip if gnu runtime. Use shared wrapper
+       headers (Object1.h, Protocol1.h) and next-mapping.h as required.
        Use new NeXT interface as required.
        * obj-c++.dg/const-str-10.mm: Ditto.
        * obj-c++.dg/const-str-11.mm: Ditto.
        * obj-c++.dg/const-str-9.mm: Ditto.
        * obj-c++.dg/method-11.mm: Ditto.
-       * obj-c++.dg/cxx-ivars-3.mm: Skip if gnu runtime. Use shared wrapper 
-       headers (Object1.h, Protocol1.h) and next-mapping.h as required. 
+       * obj-c++.dg/cxx-ivars-3.mm: Skip if gnu runtime. Use shared wrapper
+       headers (Object1.h, Protocol1.h) and next-mapping.h as required.
        Use new NeXT interface as required. XFAIL run if NeXT and 64bit.
        * obj-c++.dg/encode-8.mm: Remove redundant -lobjc.
        * obj-c++.dg/const-str-1.mm: Run for NeXT as well as gnu.
 2010-03-24  Martin Jambor  <mjambor@suse.cz>
 
        * gcc.dg/ipa/ipa-1.c: Delete trailing spaces, put the call to f into
-       a loop. 
+       a loop.
        * gcc.dg/ipa/ipa-2.c: Likewise.
        * gcc.dg/ipa/ipa-3.c: Likewise.
        * gcc.dg/ipa/ipa-4.c: Likewise.