[Bug tree-optimization/97159] [11 Regression] segfault in modref_may_conflict
hubicka at ucw dot cz
gcc-bugzilla@gcc.gnu.org
Tue Sep 22 19:57:49 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97159
--- Comment #3 from Jan Hubicka <hubicka at ucw dot cz> ---
Recursion is handled in normal compilation (we analyze the function and
while hitting the recursive call we skip the summary). I suppose here
the problem is missing LTO and offloading.
With LTO lto summaries (that include types) are streamed out while they
are turned into non-lto summaries at ltrans time. We need to do similar
thing with offload.
Honza
More information about the Gcc-bugs
mailing list