Eric Botcazou writes:
> This is a segfault on a degenerate bitfield case introduced by the rewrite of
> the bitfield machinery. In Ada, we have bitfields of size zero and we ask
> the
> middle-end to generate accesses to them. This doesn't work anymore because
> get_best_mode now returns VOI
This is a segfault on a degenerate bitfield case introduced by the rewrite of
the bitfield machinery. In Ada, we have bitfields of size zero and we ask the
middle-end to generate accesses to them. This doesn't work anymore because
get_best_mode now returns VOIDmode instead of QImode in this ca