1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fsplit-paths -fdump-tree-split-paths-details -w" } */
4 const extern char *__ctype_ptr__
;
5 typedef unsigned char uchar
;
7 static int skip
[(0x7f * 2 + 1) + 1];
8 static uchar
*pat
= ((void *) 0);
10 bmhi_init (const char *pattern
)
13 patlen
= strlen (pattern
);
14 for (i
= 0; i
< patlen
; i
++)
17 __typeof__ (pattern
[i
]) __x
= (pattern
[i
]);
19 sizeof (""[__x
]))[(int) (__x
)]) & (01 | 02))
20 == 02) ? (int) __x
- 'a' + 'A' : (int) __x
;
22 for (i
= 0; i
< patlen
- 1; ++i
)
26 __typeof__ (pat
[i
]) __x
= (pat
[i
]);
28 sizeof (""[__x
]))[(int) (__x
)]) & (01 | 02)) ==
29 01) ? (int) __x
- 'A' + 'a' : (int) __x
;
34 __typeof__ (lastpatchar
) __x
= (lastpatchar
);
36 sizeof (""[__x
]))[(int) (__x
)]) & (01 | 02)) ==
37 01) ? (int) __x
- 'A' + 'a' : (int) __x
;
39 for (i
= 0; i
< patlen
- 1; ++i
)
44 /* { dg-final { scan-tree-dump-times "Duplicating join block" 1 "split-paths" } } */