2 /* IPA-SRA removes the arguments as dead, so we don't see their values, early
3 inlining inlines the functions too early to test the real IPA passes (such
5 /* { dg-options "-g -fno-early-inlining -fno-ipa-sra" } */
6 /* { dg-xfail-run-if "" { "*-*-*" } { "-O2" "-O3" "-Os" } } */
8 #define GUALITY_DONT_FORCE_LIVE_AFTER -1
11 #define STATIC_INLINE /*static*/
22 __attribute__ ((always_inline
)) static inline void
23 t1 (struct b
*ab
, int b
)
25 GUALCHKXPRVAL ("b", 0xbbb, 0);
28 __attribute__ ((always_inline
)) static inline void
29 t2 (struct c
*ac
, char *msg
)
34 __attribute__ ((always_inline
)) static inline void
42 main (int argc
, char *argv
[])