This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/64465] [5 Regression] internal compiler error: verify_flow_info failed


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).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]