4 /* PR target/20126 was not really target-specific, but rather a loop's
5 failure to take into account the possibility that a DEST_ADDR giv
6 replacement might fail, such as when you attempt to replace a REG
7 with a PLUS in one of the register_operands of cmpstrqi_rex_1. */
9 extern void abort (void);
11 typedef struct { int a
; char b
[3]; } S
;
12 S c
= { 2, "aa" }, d
= { 2, "aa" };
15 bar (const void *x
, int y
, int z
)
23 const char *e
, *f
, *g
;
31 return bar (e
, *f
, x
->a
) != 0;
36 const char *t
= e
+ 1;
37 if (__builtin_memcmp (e
, f
, h
) == 0)
47 if (foo (&c
, &d
) != 1)