1 /* PR rtl-optimization/54455 */
2 /* { dg-do compile } */
3 /* { dg-options "-O1 -fschedule-insns -fselective-scheduling --param max-sched-extend-regions-iters=2" } */
4 /* { dg-require-effective-target scheduling } */
6 extern void fn1 (void), fn2 (void);
8 static inline __attribute__((always_inline
)) int
11 asm goto ("" : : "r" (x
), "r" (y
) : "memory" : lab
);