On Sat, 16 Dec 2023, Jeff Law wrote:

> I tracked this down to the port unconditionally adding -funsigned-bitfields to
> CC1_SPEC.  According to the comment it's how the ABI is defined for the mcore
> targets.

We explicitly document (under Non-bugs in trouble.texi) that we don't do 
this, and -funsigned-bitfields is also incompatible with C++14 and later.  
So stopping adding -funsigned-bitfields like that, and telling users of 
this port to pass that option explicitly if they want its effects in 
future, would seem the obvious thing to do.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to