re PR tree-optimization/64769 (ICE: tree check: expected integer_cst, have parm_decl in simd_clone_clauses_extract, at omp-low.c:12503 with -fopenmp-simd)

PR tree-optimization/64769
	* c-c++-common/gomp/pr64769.c: New test.

From-SVN: r231120
This commit is contained in:
Marek Polacek 2015-12-01 16:22:28 +00:00 committed by Marek Polacek
parent 3b47f4cc10
commit 0b2a137802
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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.

View file

@ -0,0 +1,9 @@
/* PR tree-optimization/64769 */
/* { dg-do compile } */
/* { dg-options "-fopenmp-simd" } */
#pragma omp declare simd linear(i)
void
foo (int i)
{
}