[Bug lto/78049] [7 Regression] ICE in gcc/lto-streamer-in.c:901 when building Firefox with LTO and -O3
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Oct 20 15:31:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78049
--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Thu Oct 20 15:30:17 2016
New Revision: 241380
URL: https://gcc.gnu.org/viewcvs?rev=241380&root=gcc&view=rev
Log:
Do not fixup edges for a thunk in LTRANS (PR lto/78049)
PR lto/78049
* lto-streamer-in.c (fixup_call_stmt_edges_1): Replace value
comparison with STMT_UID_NOT_IN_RANGE.
(fixup_call_stmt_edges): Do not fixup edges of a thunk in
LTRANS.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/lto-streamer-in.c
More information about the Gcc-bugs
mailing list