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!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: When to expect bugs fixed? Date: Sat, 01 Nov 2014 18:44:29 +0100 Organization: A noiseless patient Spider Message-ID: <87fve2u876.fsf@ludovic-brenta.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="6c5867b819624b53bfd24865d10b74c8"; logging-data="5105"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+bnEN2/ZOGsGgsv3Am9aXX" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:IdbJkvDKZCt/dvluurSmjHUh4rI= sha1:9kfxR97JSv/j1Fx7MNITRPZJY3E= Xref: news.eternal-september.org comp.lang.ada:22961 Date: 2014-11-01T18:44:29+01:00 List-Id: Victor Porton writes on comp.lang.ada: > I reported some Ada compiler bugs in the GCC bugzilla. Will these bugs > fixed only after the appearance of GNAT 2015, or is there a hope that > they will be fixed sooner? If past experience can serve as a guideline, these bugs will be fixed when AdaCore has no more pressing business to do, or when some unpaid volunteer dives into them and finds a solution. The fixes will appear first in the Subversion repository of FSF GCC, in the trunk, and possibly they will be backported into a release branch (e.g. GCC 4.9 or 5.0). > And when to expect GNAT GPL 2015? >From past experience, around May or June 2015. But I don't speak for AdaCore and I cannot guarantee there will even be a GNAT GPL 2015. > I work on a non-commercial open source project, but my work is paused > now due GNAT bugs. I suggest you try to work around these bugs and not wait. I've been working on mission-critical software for years now, with a support contract, but we've never been blocked by compiler bugs. There is always a way around, sometimes a temporary one until the bug is fixed. -- Ludovic Brenta.