cfgexpand: Expand comment on when non-var clobbers can show up
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr101145_2.c
blob9091f606066b0ff14ccf94c834497785339c7ceb
1 /* { dg-require-effective-target vect_char_add } */
2 /* { dg-additional-options "-O3" } */
3 #define TYPE unsigned char
4 #define MIN 0
5 #define MAX 255
6 #define N_BASE (MAX - 32 + 1)
7 #define N_BASE_DOWN (MIN + 32)
9 #define C 2
11 #include "pr101145.inc"
13 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" } } */