[Bug target/58442] bootstrapping vax crashes on NetBSD
egallager at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 7 03:33:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58442
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |egallager at gcc dot gnu.org
--- Comment #11 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Martin Husemann from comment #10)
> Matt Thomas suggested to go with the easy solution for now: protect the
> calls with MEM_P, i.e.: change the ! mode_dependent_address_p() in the
> bitfield patterns to
>
> (MEM_P(..) && ! mode_dependent_address_p(...))
>
> With this change, a NetBSD kernel can be compiled (but does not yet boot),
> and bootstrap goes way further along (will file another ticket for the next
> obstacle).
Did you ever file that other ticket?
More information about the Gcc-bugs
mailing list