http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58442

--- Comment #10 from Martin Husemann <martin at netbsd dot org> ---
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).

Reply via email to