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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: "Equality operator appears too late" Date: Sun, 11 Nov 2018 20:05:17 +0000 Organization: A noiseless patient Spider Message-ID: References: <33246c2f-a26c-4744-b468-0a7637bc838f@googlegroups.com> <499c632b-c551-46fc-9563-86594aaa0001@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="cdf9dac7342662fe30035e5d3e9bfe16"; logging-data="10745"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX184RaLESMmo99SibmD1cPnEe2UsV61ru6Y=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:rlsRu/bHE8cU+ETgMH3QeDQKvlM= sha1:RIlQwtcoNI+9KGiinNIbDdKEBWE= Xref: reader02.eternal-september.org comp.lang.ada:54813 Date: 2018-11-11T20:05:17+00:00 List-Id: "Randy Brukardt" writes: > wrote in message >>The error is occurring when the builder tries to elaborate the >>Ada.Containers.Unbounded_Priority_Queues package, where and >>"=" operator is defined on line 76. > > The language-defined specification of that package doesn't contain any > "=" operator, so the existence of such a thing itself might be the > bug. This is in the package Implementation. The code compiles OK with GCC 6.1.0 but not with GCC >= 7 or GNAT >= 2016.