OSDN Git Service

Fix candidate for PR c++/43206
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 5a10881..ef270e8 100644 (file)
@@ -1,3 +1,33 @@
+2010-03-25  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/43206
+       * g++.dg/template/typedef30.C: New test case.
+
+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