1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-tree-dce -fno-tree-ccp -fno-tree-copy-prop -fno-tree-dominator-opts" } */
4 /* This caused the compiler to enter an infinite loop if copies are not
5 fully propagated. The options are to disable copy propagation and
6 thus expose the bug. */
16 static inline void baz (struct A
*a
)