This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/64465] [5 Regression] internal compiler error: verify_flow_info failed
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 05 Jan 2015 11:07:55 +0000
- Subject: [Bug middle-end/64465] [5 Regression] internal compiler error: verify_flow_info failed
- Auto-submitted: auto-generated
- References: <bug-64465-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64465
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I get the same ICE as H.J., and the bug is that redirect_all_calls
redirects a call to __builtin_unreachable , before it was
_10 = __open_alias (__path_6(D), __oflag_3(D), __builtin_va_arg_pack ());
and afterwards
__builtin_unreachable ("/dev/null", 3);
(note, again there is the bug that the extra arguments aren't dropped).