https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103977

--- Comment #2 from David Binderman <dcb314 at hotmail dot com> ---
Reduced C source code is

int *freelist_randomize_list;
int cache_random_seq_create_count_i;
void cache_random_seq_create_count() {
  for (; cache_random_seq_create_count_i; cache_random_seq_create_count_i++)
    freelist_randomize_list[cache_random_seq_create_count_i] =
        cache_random_seq_create_count_i;
}

Reply via email to