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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a0224dc3d1e52f3d X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Ada-G, was Re: Streams and Concurrency Date: 1999/01/01 Message-ID: <1999Jan1.074510.1@eisner>#1/1 X-Deja-AN: 427707756 X-Nntp-Posting-Host: eisner.decus.org References: <76c3tv$acs@bgtnsc02.worldnet.att.net> <76cat4$2ldc$1@news.gate.net> <76dn7b$a35@bgtnsc03.worldnet.att.net> <76fe92$46c$1@platane.wanadoo.fr> <76g91o$udt$1@nnrp1.dejanews.com> <368bdf3c.3097724@news.pacbell.net> <76hqhk$56h$1@nnrp1.dejanews.com> X-Trace: news.decus.org 915194716 21357 KILGALLEN [192.67.173.2] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1999-01-01T00:00:00+00:00 List-Id: In article <76hqhk$56h$1@nnrp1.dejanews.com>, dewar@gnat.com writes: > However, many real world projects are in fact pretty much > committed to a single compiler, and even those that don't > think they are often are. Indeed, consider this case, the > user in question might never have even realized they were > doing something that was not legitimate if we had not > pointed it out. A lot of code depends on erroneous or > implementation dependent constructs without realizing it. DEC Ada for VMS, at least on Alpha, produces a "non-portability" summary at the end of the listing. I don't know if it gets down to this level of detail, but that sounds like the right approach for indicating dependence on a particular implementation. Of course this might be viewed by a compiler vendor as having some negative business impact as well as some positive business impact, and that probably moves it down a few notches on the priority scale. Larry Kilgallen