OSDN Git Service

2010-04-28 Matthias Klose <doko@ubuntu.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 5277e71..7fd16ce 100644 (file)
@@ -1,3 +1,75 @@
+2010-04-28  Matthias Klose  <doko@ubuntu.com>
+
+       * gcc.dg/plugin/plugin.exp: Run the plugindir tests.
+       * gcc.dg/plugindir1.c: Move to gcc.dg/plugin/plugindir1.c.
+       * gcc.dg/plugindir2.c: Move to gcc.dg/plugin/plugindir2.c.
+       * gcc.dg/plugindir3.c: Move to gcc.dg/plugin/plugindir3.c.
+       * gcc.dg/plugindir4.c: Move to gcc.dg/plugin/plugindir4.c.
+
+2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/const-uniq-1.c: New test.
+       * gcc.dg/lto/const-uniq_[01].c: Likewise.
+
+2010-04-28  Xinliang David Li  <davidxl@google.com>
+
+       * gcc.dg/uninit-pred-2_b.c: New test.
+       * gcc.dg/uninit-pred-4_b.c: New test.
+       * gcc.dg/uninit-pred-3_d.c: New test.
+       * gcc.dg/uninit-pred-6_b.c: New test.
+       * gcc.dg/uninit-pred-8_b.c: New test.
+       * gcc.dg/uninit-pred-3_a.c: New test.
+       * gcc.dg/uninit-pred-2_c.c: New test.
+       * gcc.dg/uninit-pred-5_a.c: New test.
+       * gcc.dg/uninit-pred-3_e.c: New test.
+       * gcc.dg/uninit-pred-7_a.c: New test.
+       * gcc.dg/uninit-pred-6_c.c: New test.
+       * gcc.dg/uninit-pred-9_a.c: New test.
+       * gcc.dg/uninit-pred-8_c.c: New test.
+       * gcc.dg/uninit-pred-3_b.c: New test.
+       * gcc.dg/uninit-pred-5_b.c: New test.
+       * gcc.dg/uninit-pred-7_b.c: New test.
+       * gcc.dg/uninit-pred-6_d.c: New test.
+       * gcc.dg/uninit-pred-9_b.c: New test.
+       * gcc.dg/uninit-pred-2_a.c: New test.
+       * gcc.dg/uninit-pred-4_a.c: New test.
+       * gcc.dg/uninit-pred-3_c.c: New test.
+       * gcc.dg/uninit-pred-6_a.c: New test.
+       * gcc.dg/uninit-pred-8_a.c: New test.
+       * gcc.dg/uninit-pred-7_c.c: New test.
+       * gcc.dg/uninit-pred-6_e.c: New test.
+       * g++.dg/uninit-pred-loop-1_b.cc: New test.
+       * g++.dg/uninit-pred-1_a.C: New test.
+       * g++.dg/uninit-pred-1_b.C: New test.
+       * g++.dg/uninit-pred-2_a.C: New test.
+       * g++.dg/uninit-pred-2_b.C: New test.
+       * g++.dg/uninit-pred-loop-1_a.cc: New test.
+       * g++.dg/uninit-pred-loop-1_c.cc: New test.
+       * g++.dg/uninit-pred-loop_1.cc: New test.
+
+2010-04-28  Martin Jambor  <mjambor@suse.cz>
+
+       * gcc.dg/lto/20091209-1_0.c: New testcase.
+
+2010-04-28  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43879
+       PR tree-optimization/43909
+       * gcc.dg/ipa/ipa-pta-14.c: Adjust.
+
+2010-04-28  Richard Guenther  <rguenther@suse.de>
+
+       PR c++/43880
+       * g++.dg/torture/pr43880.C: New testcase.
+
+2010-04-28  Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+       PR c++/9335
+        * g++.dg/template/recurse2.C: Update
+        * g++.dg/template/recurse.C: Update.
+        * g++.dg/template/pr23510.C: Update.
+        * lib/prune.exp: Filter out 'recursively instantiated'.
+
 2010-04-27  Fabien Chêne  <fabien.chene@gmail.com>
 
        PR c++/29043