2013-11-08 Cong Hou <congh@google.com>
authorcongh <congh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Nov 2013 18:44:46 +0000 (18:44 +0000)
committercongh <congh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Nov 2013 18:44:46 +0000 (18:44 +0000)
PR tree-optimization/58508
* gcc.dg/vect/pr58508.c: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204590 138bc75d-0d04-0410-961f-82ee72b054a4

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 } */