1 /* PR target/30665: bug in cris.md peephole2 condition.
2 Original reduced testcase (fails on 3.2.1 derivate, not on trunk). */
5 extern void abort (void);
6 extern void exit (int);
12 unsigned int dummy1
: 8;
28 void __attribute__ ((__noinline__
)) g(int a
)
34 void __attribute__ ((__noinline__
)) h(struct t tt
)
36 if (tt
.a
!= 20 || tt
.b
!= 79)
40 void __attribute__ ((__noinline__
)) s(void);
42 int main(int argc
, char **argv
)
52 void __attribute__ ((__noinline__
)) s(void)
54 struct t ii_x
= { .a
= c
.ii
.xa
, .b
= c
.ii
.xb
};