Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Native builds?




> On Aug 29, 2018, at 10:00 AM, Martin Husemann <martin%duskware.de@localhost> wrote:
> 
> 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 :-/

True.  What I meant is that the issue is bad code generation, and the bad code is generated by the compiler whether it's cross or native.  In this example, the victim of the bad code is gcc, but in other places where people have run into this it may have been some other program.

	paul



Home | Main Index | Thread Index | Old Index