IRA: Ignore debug insns for uses in split_live_ranges_for_shrink_wrap. [PR116179]
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / strncpy-pr111361.c
blobda3eaeb6edb905ebe80935da39c8b2020d41ce4a
1 typedef int __attribute__((__vector_size__ (32))) V;
3 void
4 foo (char *out)
6 V v = (V) { };
7 __builtin_strncpy (out, (char *)&v, 5);