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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fb264cdd67c2f20f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Newsgroups: comp.lang.ada Subject: Re: A smaller self contained test case. Was: Compiler Bug or what I'm doing wrong? References: <05lkrrojfd.fsf@hod.lan.m-e-leypold.de> <1cfjjgsg6wwv4.44snml2yzt42$.dlg@40tude.net> <7sr71erb6j.fsf@hod.lan.m-e-leypold.de> From: M E Leypold Date: 24 Jun 2006 23:21:18 +0200 Message-ID: <37d5cys10x.fsf@hod.lan.m-e-leypold.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Some cool user agent (SCUG) NNTP-Posting-Host: 88.72.218.241 X-Trace: news.arcor-ip.de 1151183715 88.72.218.241 (24 Jun 2006 23:15:15 +0200) X-Complaints-To: abuse@arcor-ip.de Path: g2news2.google.com!news2.google.com!news.germany.com!news-stu1.dfn.de!news-fra1.dfn.de!newsfeed.arcor-ip.de!news.arcor-ip.de!not-for-mail Xref: g2news2.google.com comp.lang.ada:5015 Date: 2006-06-24T23:21:18+02:00 List-Id: Before trying the workaround > declare > R : Customer_Description renames > Customer_Description'Input (S); suggested by Dmitry, I thought I would try to trace which finalizers/initializers are excuted when. I first got a case where more finalizers than I expected got executed and than all of a sudden a case where absolutely now finlizers are executed during 'Read (but the discriminant is changed and there are controlled fields in the variant part. Oops. I'll post more result when they have become more deterministic. Regards -- Markus