Port-vax archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Native builds?
On Wed, Aug 29, 2018 at 09:27:40AM -0400, Paul Koning wrote:
> Some internal compiler errors are tricky, but illegal instruction
> ones tend to be not all that hard.
It is an invalid bit field operand, so in deed it only happens on native
compiles :-/
There is another issue with the gcc in -current that crashes the compiler
even in cross compiles, as something is wrong with the optimizer tables
generated during gcc build time. We end up with a NULL pointer to a
costs table for a mode that is not supposed happen in some context, so
the table is [probably correctly] not generated.
Martin
Home |
Main Index |
Thread Index |
Old Index