OSDN Git Service

PR tree-optimization/51481
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index b46988b..5f0f195 100644 (file)
@@ -1,3 +1,74 @@
+2011-12-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/51481
+       * gcc.dg/pr51481.c: New test.
+
+2011-12-12  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR tree-optimization/45830
+       * gcc.c-torture/execute/pr45830.c: Move from here to...
+       * gcc.dg/torture/pr45830.c: ...this new file.  Add dg-do and
+       dg-additional-options magic.
+
+2011-12-12  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * gfortran.dg/nested_modules_2.f90: Tighten test.
+
+2011-12-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.c-torture/execute/20111212-1.c: New test.
+
+2011-12-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR testsuite/51511
+       * gcc.dg/pr45819.c: Add -w to dg-options.
+
+2011-12-12  Torvald Riegel  <triegel@redhat.com>
+
+       * g++.dg/tm/noexcept-1.C: New test.
+       * g++.dg/tm/noexcept-2.C: New test.
+       * g++.dg/tm/noexcept-3.C: New test.
+       * g++.dg/tm/noexcept-4.C: New test.
+       * g++.dg/tm/noexcept-5.C: New test.
+
+2011-12-12  Torvald Riegel  <triegel@redhat.com>
+
+       * c-c++-common/tm/20111206.c: New test.
+
+2011-12-12  Richard Guenther  <rguenther@suse.de>
+
+       PR lto/51262
+       * g++.dg/opt/pr51262.C: New testcase.
+
+2011-12-12  Revital Eres  <revital.eres@linaro.org>
+
+       PR rtl-optimization/47013
+       * gcc.dg/sms-2.c: Change scan-tree-dump-times and the code itself
+       to preserve the function.
+       * gcc.dg/sms-6.c: Add --param sms-min-sc=1. Add dg-options for
+       powerpc*-*-*.  Avoid superfluous spaces in dg-final.
+       * gcc.dg/sms-3.c: Add --param sms-min-sc=1 and
+       -fmodulo-sched-allow-regmoves flags.
+       * gcc.dg/sms-7.c: Likewise. Remove dg-final for powerpc*-*-*
+       and avoid superfluous spaces in dg-final for spu-*-*.
+       * gcc.dg/sms-4.c: Add dg-options for powerpc*-*-*.
+       * gcc.dg/sms-8.c: Add --param sms-min-sc=1.  Add dg-options and
+       change scan-rtl-dump-times for powerpc*-*-*.
+       * gcc.dg/sms-5.c: Add --param sms-min-sc=1 flag, remove
+       powerpc*-*-* from dg-final and avoid superfluous spaces in
+       dg-final.
+       * gcc.dg/sms-9.c: Remove -fno-auto-inc-dec.
+
+2011-12-11  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/51485
+       * g++.dg/vect/pr51485.cc: New test.
+
+2011-12-11  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/50923
+       * gfortran.dg/warn_function_without_result_2.f90: New.
+
 2011-12-11  Paul Thomas  <pault@gcc.gnu.org>
        Tobias Burnus  <burnus@gcc.gnu.org>