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.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.szaf.org!news.enyo.de!.POSTED!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Stackoverflow answer in need of update? Date: Tue, 24 Feb 2015 18:55:07 +0100 Message-ID: <87y4nn6vpg.fsf@mid.deneb.enyo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.enyo.de 1424800507 20583 192.168.18.20 (24 Feb 2015 17:55:07 GMT) X-Complaints-To: news@enyo.de Cancel-Lock: sha1:ntkssko5VFhw2sNSi91KZpMDdFM= Xref: news.eternal-september.org comp.lang.ada:25019 Date: 2015-02-24T18:55:07+01:00 List-Id: * G. B.: > http://stackoverflow.com/questions/16182824/ada-beginner-stack-program > > claims that gcc needs a 1:1 correspondence of compilation units > and files. However, there now is -gnateINNN, in view of which this > might no longer be true as is. (I do not know the details or its > convenience as a solution, but maybe that's worth an update.) I have not read the referenced posting, but the 1:1 has never been true because of the .ads/.adb split and subunits, so compilation units can span multiple files.