OSDN Git Service

PR c/43385
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 4060801..93083bf 100644 (file)
@@ -1,3 +1,101 @@
+2010-03-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/43385
+       * gcc.c-torture/execute/pr43385.c: New test.
+
+2010-03-24  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/strncpy-fix-1.c: New test.
+
+2010-03-24  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
+
+       PR testsuite/41609
+       * lib/objc-torture.exp (objc-set-runtime-options): New.
+       * objc/execute/execute.exp: Check runtime options on each pass.
+       * objc/execute/exceptions/exceptions.exp: Ditto.
+       * objc/compile/compile.exp: Ditto.
+
+       PR testsuite/42348
+       * lib/target-supports.exp: Add support for ObjC/ObjC++ tools in
+       standard tests.
+       (check_effective_target_objc2): New proc.
+       (check_effective_target_next_runtime): New proc.
+       * lib/objc.exp: Determine which runtime is in force and support it.
+       * lib/obj-c++.exp: Ditto.
+
+2010-03-24  Jason Merrill  <jason@redhat.com>
+
+       PR c++/43502
+       * g++.dg/cpp0x/lambda/lambda-debug.C: New.
+
+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. 
+       * gcc.dg/ipa/ipa-2.c: Likewise.
+       * gcc.dg/ipa/ipa-3.c: Likewise.
+       * gcc.dg/ipa/ipa-4.c: Likewise.
+       * gcc.dg/ipa/ipa-5.c: Likewise.
+       * gcc.dg/ipa/ipa-7.c: Likewise.
+       * gcc.dg/ipa/ipa-6.c: Delete trailing spaces, put the call to foo into
+       a loop.
+       * gcc.dg/ipa/ipacost-2.c: Delete trailing spaces, put the call to
+       i_can_not_be_propagated_fully2 into a loop.
+       * gcc.dg/ipa/ipa-8.c: New test.
+       * g++.dg/ipa/iinline-1.C: Put the call to docalling into a loop.
+
+2010-03-24  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/19192
+       PR debug/43479
+       * gcc.dg/guality/pr43479.c: New test.
+       * gcc.dg/debug/dwarf2/inline2.c (third): Make a a global var
+       and add volatile keyword.
+
+2010-03-23  Mike Stump  <mikestump@comcast.net>
+
+       * g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C: Enhance portability.
+
+2010-03-23  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/ext/altivec-17.C: Adjust error message.
+
+       * g++.dg/cpp0x/lambda/lambda-const-neg.C: Adjust for non-static op().
+       * g++.dg/cpp0x/lambda/lambda-conv.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-mangle.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-non-const.C: Likewise.
+       * g++.dg/cpp0x/lambda/lambda-conv2.C: New.
+       * g++.dg/cpp0x/lambda/lambda-conv3.C: New.
+
+2010-03-22  Jason Merrill  <jason@redhat.com>
+
+       PR c++/43333
+       * g++.dg/ext/is_pod.C: Pass -std=c++0x.
+       * g++.dg/ext/is_pod_98.C: New.
+
+       PR c++/43281
+       * g++.dg/cpp0x/auto18.C: New.
+
+       * gcc.dg/pr36997.c: Adjust error message.
+       * g++.dg/ext/vector9.C: Likewise.
+       * g++.dg/conversion/simd3.C: Likewise.
+       * g++.dg/other/error23.C: Likewise.
+
+2010-03-22  Michael Matz  <matz@suse.de>
+
+       PR middle-end/43475
+       * gfortran.dg/pr43475.f90: New testcase.
+
+2010-03-22  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43390
+       * gfortran.fortran-torture/execute/pr43390.f90: New testcase.
+
+2010-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.target/powerpc/ppc-sdata-1.c: Require nonpic.
+       * gcc.target/powerpc/ppc-sdata-2.c: Likewise.
+
 2010-03-20  Simon Martin  <simartin@users.sourceforge.net>
            Michael Matz  <matz@suse.de>