OSDN Git Service

fortran/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index ef35a62..3463dd0 100644 (file)
@@ -1,3 +1,104 @@
+2012-09-08  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/54208
+       * gfortran.dg/bound_simplification_3.f90: New test.
+
+2012-09-07  Richard Guenther  <rguenther@suse.de>
+
+       Backport from mainline
+       2012-07-13  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/53922
+       * gcc.dg/torture/pr53922.c: New testcase.
+
+2012-09-07  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/pr44194-1.c: Skip on Alpha and adjust regexp for SPARC64.
+
+2012-09-07  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from mainline
+       2012-09-06  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/54455
+       * gcc.dg/54455.c: New test.
+
+2012-09-06  Andrew Pinski  <apinski@cavium.com>
+
+       PR tree-opt/54494
+       * gcc.dg/tree-ssa/strlen-1.c: New testcase.
+
+2012-09-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/54486
+       * c-c++-common/pr54486.c: New test.
+
+2012-09-05  Joey Ye  <joey.ye@arm.com>
+
+       Backported from trunk
+       2012-08-28  Joey Ye  <joey.ye@arm.com>
+
+       * gcc.dg/tree-ssa/ssa-dom-thread-3.c: Add -fno-short-enums.
+
+2012-09-03  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from mainline
+       2012-09-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/54436
+       * gcc.dg/torture/pr54436.c: New test.
+
+       2012-08-31  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/54428
+       * gcc.c-torture/compile/pr54428.c: New test.
+
+       2012-08-24  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/54363
+       * gcc.dg/pr54363.c: New test.
+
+2012-08-31  Ollie Wild  <aaw@google.com>
+
+       PR c++/54197
+       * g++.dg/init/lifetime3.C: New test.
+
+2012-08-28  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backport from mainline
+       2012-08-27  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/46254
+       * gcc.target/i386/pr46254.c: New test.
+
+2012-08-20  Patrick Marlier  <patrick.marlier@gmail.com>
+
+       Backported from trunk
+       2012-08-20  Patrick Marlier  <patrick.marlier@gmail.com>
+
+       PR middle-end/53992
+       * gcc.dg/gomp/pr53992.c: New test.
+
+2012-08-13  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from trunk
+       2012-07-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/53942
+       * gcc.dg/pr53942.c: New test.
+
+2012-08-10  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       Backport from mainline
+       2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       * lib/target-supports.exp
+       (check_effective_target_vect_natural_alignment): New function.
+       * gcc.dg/align-2.c: Only run on targets with natural alignment
+       of vector types.
+       * gcc.dg/vect/slp-25.c: Adjust tests for targets without natural
+       alignment of vector types.
+
 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
 
        Backport from mainline