Re: [Ada] Cleanup in the implementation of packed array types

2017-02-09 Thread Dominik Vogt
On Mon, May 16, 2016 at 01:09:28PM +0200, Eric Botcazou wrote: > This patch cleans up the implementation of packed array types, which is shared > between the front-end proper and gigi (because the middle-end doesn't support > bit packing for array types, unlike for record types through bit fields).

[Ada] Cleanup in the implementation of packed array types

2016-05-16 Thread Eric Botcazou
This patch cleans up the implementation of packed array types, which is shared between the front-end proper and gigi (because the middle-end doesn't support bit packing for array types, unlike for record types through bit fields). The two main changes are the reduced usage of bit packing (not nece