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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.67.84 with SMTP id s81mr13579591itb.9.1467302406054; Thu, 30 Jun 2016 09:00:06 -0700 (PDT) X-Received: by 10.157.29.3 with SMTP id m3mr575222otm.2.1467302405990; Thu, 30 Jun 2016 09:00:05 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!r1no7591744ige.0!news-out.google.com!d62ni7876ith.0!nntp.google.com!jk6no7570365igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 30 Jun 2016 09:00:05 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=131.202.110.178; posting-account=qa2LvwoAAADwbTxJVBI5rHWSlh3aClXp NNTP-Posting-Host: 131.202.110.178 References: <35e9e475-7ddd-49ec-a7a3-1e72810b27f1@googlegroups.com> <9129d5b1-0363-4da7-9af2-8406e74b2d32@googlegroups.com> <24ed2937-9413-4948-aee7-e9bbd44a012c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <084e1aad-c819-48ea-ad96-af31ae5b24ba@googlegroups.com> Subject: Re: GNAT bug with protected procedure interrupt handler From: Daniel King Injection-Date: Thu, 30 Jun 2016 16:00:06 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:30982 Date: 2016-06-30T09:00:05-07:00 List-Id: Update: I sent a bug report to AdaCore and apparently it's a bug in the compiler, not the runtime. So it seems that this is a different problem to PR66162. In the meantime I'm continuing with avoiding -gnatc for the affected files in my project.