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:
Jakub Jelinek 2018-12-04 14:15:46 +01:00 committed by Jakub Jelinek
parent 9df6c0e4ed
commit 0f7bbec729
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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));