On Thu, Jun 6, 2019 at 4:15 PM Hans-Peter Nilsson <hans-peter.nils...@axis.com> wrote: > > > Date: Thu, 6 Jun 2019 16:04:47 +0200 > > From: Hans-Peter Nilsson <h...@axis.com> > > > When bitsizetype objects end > > up on the target, they use the actual Pmode and not the larger > > precision mode. > > Oops, a half-way-done email slipped away, this part still needs > to be investigated. > > I don't really know where the precision of bitsizetype ends up; > if it's a host-thing-only or a leaks into target code. Anyone?
It definitely ends up in target code. I don't remember if it only happens for Ada but that may very well be the case (I think you need bit-precision layout of variable sized stuff). Richard. > brgds, H-P