c++: Fix ICE with #embed/RAW_DATA_CST after list conversion [PR118671]
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr83403-1.c
blob64f2bbc76fee68f0fd0de6e8d91dfab60eeed728
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*-*-* } } } */
4 /* { dg-additional-options "--param max-completely-peeled-insns=300" { target { arm*-*-* cris-*-* m68k*-*-* } } } */
6 #define TYPE unsigned int
8 #include "pr83403.h"
10 /* { dg-final { scan-tree-dump-times "Executing store motion of" 10 "lim2" } } */