* c-c++-common/gomp/pr64769.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231120
138bc75d-0d04-0410-961f-
82ee72b054a4
+2015-12-01 Marek Polacek <polacek@redhat.com>
+
+ PR tree-optimization/64769
+ * c-c++-common/gomp/pr64769.c: New test.
+
2015-12-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* gcc.target/powerpc/swaps-p8-22.c: New.
--- /dev/null
+/* PR tree-optimization/64769 */
+/* { dg-do compile } */
+/* { dg-options "-fopenmp-simd" } */
+
+#pragma omp declare simd linear(i)
+void
+foo (int i)
+{
+}