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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3796c9f26082a2b8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-30 20:30:36 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Ada has no continual line(s) ?? Date: 30 May 2002 20:30:36 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0205301930.1368d015@posting.google.com> References: <3cf652a0.31278796@news.demon.co.uk> <97xJ8.18262$wd3.3068622@news6-win.server.ntlworld.com> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1022815836 17099 127.0.0.1 (31 May 2002 03:30:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 31 May 2002 03:30:36 GMT Xref: archiver1.google.com comp.lang.ada:25049 Date: 2002-05-31T03:30:36+00:00 List-Id: "chris.danx" wrote in message news:<97xJ8.18262$wd3.3068622@news6-win.server.ntlworld.com > The compiler might throw away the & > function and replace it with one long string in the above > case (if it was more efficient to do so), since the > expression doesn't involve a variable > string, but that's just a guess. Would GNAT do that? Yes, of course, this is essentially required by the language since this is a static string expression as defined in RM 4.9.