re PR tree-optimization/58508 ([Missed-Optimization] Redundant vector load of "actual...
authorCong Hou <congh@gcc.gnu.org>
Fri, 8 Nov 2013 18:44:46 +0000 (13:44 -0500)
committerCong Hou <congh@gcc.gnu.org>
Fri, 8 Nov 2013 18:44:46 +0000 (13:44 -0500)
2013-11-08  Cong Hou  <congh@google.com>

PR tree-optimization/58508
* gcc.dg/vect/pr58508.c: Update.

From-SVN: r204590

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr58508.c

index 4fc3066..b4b4988 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-08  Cong Hou  <congh@google.com>
+
+       PR tree-optimization/58508
+       * gcc.dg/vect/pr58508.c: Update.
+
 2013-11-08  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/59047
@@ -52,6 +57,7 @@
        gcc.dg/c11-atomic-2.c, gcc.dg/c11-atomic-3.c,
        gcc.dg/c90-atomic-1.c, gcc.dg/c99-atomic-1.c: New tests.
 
+>>>>>>> .r204589
 2013-11-07  Cong Hou  <congh@google.com>
 
        * gcc.dg/vect/vect-alias-check.c: New.
index 2db761e..c4921bb 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-require-effective-target vect_int } */
 /* { dg-do compile } */