https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102087
--- Comment #9 from David Binderman <dcb314 at hotmail dot com> ---
This second source code generates a similar but different error message:
void dnslabel_vector_dnslabel_to_dnsname_namestack(int bottom) {
char **name;
int top;
while (bottom <= top) {
char label = *name++;
memcpy(0, label, label);
bottom--;
}
}
internal compiler error: in determine_exit_conditions, at
tree-ssa-loop-manip.c:1045
Some four lines different place in the compiler source code to the original.