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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,27544cb48c942326 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.6.70 with SMTP id y6mr1315010pby.6.1319575020996; Tue, 25 Oct 2011 13:37:00 -0700 (PDT) Path: p6ni1378pbn.0!nntp.google.com!news1.google.com!postnews.google.com!c1g2000vbw.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Length of unbounded_string. Date: Tue, 25 Oct 2011 13:23:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <4ea68441$0$8041$703f8584@textnews.kpn.nl> NNTP-Posting-Host: 82.227.169.50 Mime-Version: 1.0 X-Trace: posting.google.com 1319575020 22278 127.0.0.1 (25 Oct 2011 20:37:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 25 Oct 2011 20:37:00 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c1g2000vbw.googlegroups.com; posting-host=82.227.169.50; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1,gzip(gfe) Xref: news1.google.com comp.lang.ada:18704 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-10-25T13:23:17-07:00 List-Id: On Oct 25, 11:37=A0am, "ldries46" wrote: > I just found the following =A0extra relevant points: > Instead of I put in the line "x " & Next_Line;> > This showed that =A0with Str :=3D "str," en Next_Line :=3D "Next" the out= put > became =A0"str x Next" > When I changed Str to Str :=3D "strx" the output changed =A0to "strxx Nex= t" > This looks like the comma has a special meaning within an Unbounded Strin= g > No characters (even NUL) has special meaning in Unbounded_String, but of course it can be bug. It would be nice to have small and compilable reproducer, as well as information about your system and compiler.