1 /* PR middle-end/92493 - ICE in get_origin_and_offset at gimple-ssa-sprintf.c
3 { dg-options "-O3 -Wall" } */
21 __builtin_snprintf (p
->a
, 8, "%s", p
->a
); // { dg-warning "\\\[-Wrestrict" }
24 void nowarn (char *d
, int j
)
28 __builtin_snprintf (d
, 8, "%s", p
->a
);