This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch to allow Ada to work with tree-ssa


On Tue, Jun 22, 2004 at 05:08:04PM -0400, Richard Kenner wrote:
> I don't follow.  TYPE_SIZE_UNIT was added because TYPE_SIZE was too large
> to represent in an integer.  Doing arithmetic in units *larger* than
> bytes doesn't have that problem.

No.  I added it because divide-by-8 kept appearing in Fortran code
in response to arrays of variable dimension.

It had a nice side effect that it allowed us to finally represent
objects the size of the address space, but that was not the original
reason.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]