Hi Gerald,
it looks this patch did not get applied. Is this because you
failed to get approval?
Yes. :-(
With a patch Joseph did recently, this would now be in gcc/target.def,
and from what I can see both parts of the patch are fine.
Unless anyone objects, can you please ago ahead and commi
Hi Nick,
it looks this patch did not get applied. Is this because you
failed to get approval?
With a patch Joseph did recently, this would now be in gcc/target.def,
and from what I can see both parts of the patch are fine.
Unless anyone objects, can you please ago ahead and commit an
update pat
Hi Guys,
The TARGET_NARROW_VOLATILE_BITFIELD target macro defaults to false:
DEFHOOK
(narrow_volatile_bitfield,
"",
bool, (void),
hook_bool_void_false)
but the documentation currently states that it defaults to
!TARGET_STRICT_ALIGN. The patch below corrects this,