mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
2018-12-04 Julian Brown <julian@codesourcery.com>
|
||||||
|
|
||||||
* c-c++-common/goacc/asyncwait-1: Update expected errors and add a
|
* 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" } */
|
/* { dg-options "-O2 -fdump-tree-optimized-details-blocks -fdump-rtl-bbpart-details-blocks -freorder-blocks-and-partition" } */
|
||||||
volatile int v;
|
volatile int v;
|
||||||
void bar (void) __attribute__((leaf, cold));
|
void bar (void) __attribute__((leaf, cold));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue