2 /* Originator: <jk@tools.de> */
3 /* { dg-do run { target sparc*-*-* } } */
4 /* { dg-options "-O -mcpu=ultrasparc" } */
6 /* This used to fail on 32-bit Ultrasparc because GCC emitted
7 an invalid shift instruction. */
10 static inline unsigned int shift(int n
, unsigned int value
)
21 for (i
= 0; i
< 4; i
++)