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:a05:622a:8e:: with SMTP id o14mr5278104qtw.102.1623437964575; Fri, 11 Jun 2021 11:59:24 -0700 (PDT) X-Received: by 2002:a25:6d82:: with SMTP id i124mr7968056ybc.165.1623437964286; Fri, 11 Jun 2021 11:59:24 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.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: Fri, 11 Jun 2021 11:59:24 -0700 (PDT) In-Reply-To: <76a267d0-3fef-4bec-8ec8-86d85a614125n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=5.51.16.193; posting-account=lzjH_AoAAABq5H4FTxZ1AkonVQLbXoxB NNTP-Posting-Host: 5.51.16.193 References: <69f55673-f75c-4ee7-a11b-87b6110f6133n@googlegroups.com> <76a267d0-3fef-4bec-8ec8-86d85a614125n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT CE 2021 is out From: Stephane Carrez Injection-Date: Fri, 11 Jun 2021 18:59:24 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:62184 List-Id: Hi Gautier, Le mercredi 2 juin 2021 =C3=A0 22:40:04 UTC+2, gautier... a =C3=A9crit=C2= =A0: > Regarding the Windows version: each time I call gprbuild on a project, ev= erything is recompiled, in place of an incremental compilation (normally, o= nly the Ada files that were modified since last build are recompiled). Did = anyone else notice that? I'm jumping at the end of your battle.... I've observed some small differences in the way compilation options are han= dled by gprbuild. In particular the Builder.Default_Switches and Compiler.Default_Switches we= re the source of a problem as far as I'm concerned. Not systematic but this resulted in your observed = behavior. >From time to time I'm having the problem you mention and in most cases it w= as related to some incorrect definition in one of my GNAT project. When this happens I use one of -vl or -vm option. And then... I loose a lot of time to spot the issue :-) Stephane