Fixes to testcase for PR tree-optimization/86636
gcc/testsuite/ChangeLog: PR tree-optimization/86636 * gcc.c-torture/compile/pr86636.c: Add dg-do compile. Add dg-require-effective-target pthread. From-SVN: r263031
This commit is contained in:
parent
b72e71a39c
commit
254c23d3f4
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2018-07-27 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR tree-optimization/86636
|
||||
* gcc.c-torture/compile/pr86636.c: Add dg-do compile.
|
||||
Add dg-require-effective-target pthread.
|
||||
|
||||
2018-07-26 Qing Zhao <qing.zhao@oracle.com>
|
||||
|
||||
* gcc.dg/strcmpopt_5.c: Change to O2 to enable the transformation.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target pthread } */
|
||||
/* { dg-options "-fsave-optimization-record -ftree-loop-vectorize -ftree-parallelize-loops=2" } */
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue