From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7b69a8818c20ab9f X-Google-Attributes: gid103376,public From: Mats Weber Subject: Re: Y21C Bug Date: 2000/01/12 Message-ID: <387BC729.9F02FEF1@mail.com>#1/1 X-Deja-AN: 571433408 Content-Transfer-Encoding: 7bit References: <84nqbo$q28$1@nnrp1.deja.com> <84o0g2$u8v$1@nnrp1.deja.com> <84pvrs$7q1@ftp.kvaerner.com> <84sltt$7s3@ftp.kvaerner.com> <84t966$be0$1@nnrp1.deja.com> <84vev2$7p4@ftp.kvaerner.com> <38737352.B282CC2@easystreet.com> <851j2q$78q1@ftp.kvaerner.com> <852dt0$vdl$1@nnrp1.deja.com> <87iu16yxv4.fsf@deneb.cygnus.argh.org> <387B0AC9.AA4E090B@mail.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: VTX Services SA Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-01-12T00:00:00+00:00 List-Id: Robert A Duff wrote: > > DEC Ada creates the allocator in the object file if everything is > ^^^^^^^^^ > > static. That's why you can't compile this. > > There's no allocator there -- it's just a package-level variable. Sorry, I meant aggregate, not allocator. > I think on DEC Ada on VAX/VMS, the executable file would *not* contain > all those zeros -- just an indication that the OS should create them as > zero if and when necessary. (Assuming One_Zillion is made small enough > that the compiler doesn't blow up.) I think it does, even it they are all zeros. I ran in that problem a few times.