comp.lang.ada
 help / color / mirror / Atom feed
From: "Randy Brukardt" <randy@rrsoftware.com>
Subject: Re: Ada.Directories.Size wraps on over 2Gb files
Date: Mon, 10 Dec 2007 19:29:03 -0600
Date: 2007-12-10T19:29:03-06:00	[thread overview]
Message-ID: <fjkou8$gt4$1@jacob-sparre.dk> (raw)
In-Reply-To: 0db40dde-17f0-40a9-9dc0-55f9b0a8e1b1@x69g2000hsx.googlegroups.com

<gpriv@axonx.com> wrote in message
news:0db40dde-17f0-40a9-9dc0-55f9b0a8e1b1@x69g2000hsx.googlegroups.com...
> Ada.Directories.Size wraps on over 2Gb files returning negative
> number.  I saw that was mentioned in

Sounds like a compiler bug. Ada.Directories.Size is supposed to return the
correct answer or Constraint_Error. Constraint_Error only if the type
File_Size can't hold the value (for instance, if it is 32-bits on a compiler
that only supports 32-bit integers). You didn't say what compiler that you
are using, but you should contact your vendor.

BTW, it isn't possible for Ada.Directories.Size to return a negative number
unless something is *really* screwed up, because type
Ada.Directories.File_Size does not include negative numbers. They'd have to
have suppressed range checking of the result...

                               Randy.





  parent reply	other threads:[~2007-12-11  1:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-10 21:38 Ada.Directories.Size wraps on over 2Gb files gpriv
2007-12-10 22:28 ` Stefan Bellon
2007-12-11  1:29 ` Randy Brukardt [this message]
2007-12-11  1:36   ` gpriv
  -- strict thread matches above, loose matches on Subject: below --
2007-12-10 21:37 gpriv
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox