aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/analyzer/pr98073.c
blob: abbda09bf99b7e1883c379bc1e1530554fa98978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
struct ist {
  char ptr;
  long len;
} __trans_tmp_1, http_update_host_authority;
int http_update_host_sl_0_0_0;
void http_update_host(const struct ist uri) {
  uri.len || uri.ptr;
  if (http_update_host_sl_0_0_0) {
    http_update_host_authority = __trans_tmp_1;
    !http_update_host_authority.len;
  } else
    http_update_host_authority = uri;
}