Commit 0f7bbec7 by Jakub Jelinek Committed by Jakub Jelinek

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
parent 9df6c0e4
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
......
/* { 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));
......
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