1 /* PR rtl-optimization/106590 } */
3 /* { dg-additional-options "-mtune=skylake" { target { i?86-*-* x86_64-*-* } } } */
5 typedef struct A
{ short a
; } A
;
7 typedef struct C
{ int c
, d
; } C
;
13 static A r
= { .a
= 1 };
20 static C r
= { .c
= 1, .d
= 23 };
24 static inline int __attribute__((always_inline
))
45 if (h
->d
!= f
|| h
->c
!= g
)