1 #include "../../gcc.dg/analyzer/analyzer-decls.h"
7 /* We should be able to assume that "buf" is all zeroes here. */
9 __analyzer_eval (__analyzer_get_strlen (buf
) == 0); /* { dg-warning "TRUE" "ideal" { xfail *-*-* } } */
10 /* { dg-bogus "UNKNOWN" "status quo" { xfail *-*-* } .-1 } */
13 __analyzer_eval (__analyzer_get_strlen (buf
) == 1); /* { dg-warning "TRUE" "ideal" { xfail *-*-* } } */
14 /* { dg-bogus "UNKNOWN" "status quo" { xfail *-*-* } .-1 } */