From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a37:e109:: with SMTP id c9mr8843468qkm.370.1610205418052; Sat, 09 Jan 2021 07:16:58 -0800 (PST) X-Received: by 2002:a25:e646:: with SMTP id d67mr12957418ybh.405.1610205417886; Sat, 09 Jan 2021 07:16:57 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 9 Jan 2021 07:16:57 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=217.208.188.133; posting-account=az-JeQkAAADr9cslZlAur-9M8pXwUKdi NNTP-Posting-Host: 217.208.188.133 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: From_string(Arg : String) return Big_Integer From: soren rundgren Injection-Date: Sat, 09 Jan 2021 15:16:58 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:61078 List-Id: This piece of code compile with no warnings; S: constant Big_Integer := 4547337172376300111955330758342147474062293202868155909489; T: constant Big_Integer := 4547337172376300111955330758342147474062293202868155909393; However the runtime message is raised CONSTRAINT_ERROR : bad input for 'Value: "4547337172376300111955330758342147474062293202868155909489" [2021-01-09 15:58:43] process exited with status 1, elapsed time: 00.21s Any ideas why?