re PR tree-optimization/88285 (gcc.dg/predict-22.c fails on arm)
PR tree-optimization/88285 * gcc.dg/predict-22.c: Only compile on freorder targets. From-SVN: r266776
This commit is contained in:
parent
9df6c0e4ed
commit
0f7bbec729
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-12-04 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/88285
|
||||
* gcc.dg/predict-22.c: Only compile on freorder targets.
|
||||
|
||||
2018-12-04 Julian Brown <julian@codesourcery.com>
|
||||
|
||||
* c-c++-common/goacc/asyncwait-1: Update expected errors and add a
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-do compile { target freorder } } */
|
||||
/* { dg-options "-O2 -fdump-tree-optimized-details-blocks -fdump-rtl-bbpart-details-blocks -freorder-blocks-and-partition" } */
|
||||
volatile int v;
|
||||
void bar (void) __attribute__((leaf, cold));
|
||||
|
|
Loading…
Add table
Reference in a new issue