1 /* PR tree-optimization/113330 */
2 /* { dg-do compile { target bitint } } */
3 /* { dg-require-stack-check "generic" } */
4 /* { dg-options "-std=c23 -O --param=large-stack-frame=131072 -fstack-check=generic --param=sccvn-max-alias-queries-per-access=0" } */
8 static inline __attribute__((__always_inline__
)) void
9 bar (int, int, int, int, int, int, int, int)
11 #if __BITINT_MAXWIDTH__ >= 65535
24 bar (0, 0, 0, 0, 0, 0, 0, 0);