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:
parent
3b47f4cc10
commit
0b2a137802
2 changed files with 14 additions and 0 deletions
|
@ -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.
|
||||
|
|
9
gcc/testsuite/c-c++-common/gomp/pr64769.c
Normal file
9
gcc/testsuite/c-c++-common/gomp/pr64769.c
Normal 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)
|
||||
{
|
||||
}
|
Loading…
Add table
Reference in a new issue