Commit 0b2a1378 by Marek Polacek Committed by Marek Polacek

re PR tree-optimization/64769 (ICE: tree check: expected integer_cst, have…

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
parent 3b47f4cc
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.
......
/* PR tree-optimization/64769 */
/* { dg-do compile } */
/* { dg-options "-fopenmp-simd" } */
#pragma omp declare simd linear(i)
void
foo (int i)
{
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment