Home
last modified time | relevance | path

Searched refs:clob_list (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Duninit-9.c26 …struct foo **clob_list; /* { dg-bogus "clob_list" "uninitialized variable warning" { xfail *-*-*… in func() local
30 clob_list = __builtin_alloca(count * sizeof(struct foo *)); in func()
35 clob_list[n_clobbers++] = &list[i]; in func()
40 use(clob_list[i]); in func()