libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr83403-1.c
blobbfc703d1aa65020268d75b42d997b8412dd2fa22
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -funroll-loops -fdump-tree-lim2-details" } */
3 /* { dg-additional-options "--param max-completely-peeled-insns=200" { target { s390*-*-* } } } */
5 #define TYPE unsigned int
7 #include "pr83403.h"
9 /* { dg-final { scan-tree-dump-times "Executing store motion of" 10 "lim2" } } */