From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!8nKyDL3nVTTIdBB8axZhRA.user.46.165.242.75.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GCC updated in NetBSD! Date: Wed, 20 Oct 2021 21:57:13 +0100 Organization: Aioe.org NNTP Server Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: gioia.aioe.org; logging-data="62256"; posting-host="8nKyDL3nVTTIdBB8axZhRA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (darwin) X-Notice: Filtered by postfilter v. 0.9.2 Cancel-Lock: sha1:Rme26m6bShwa1UMOWh8Zt71YmVY= Xref: reader02.eternal-september.org comp.lang.ada:63040 List-Id: Fernando Oleo Blanco writes: > There are still some failing ACATS tests (about 10). Some are related > to numerical precision and a couple others. They are mostly the same > failing tests in both GCC 10 and 11 For ACATS 4.1X on macOS, with GCC 11.2.0, I got # of expected passes 2529 # of unexpected failures 14 # of expected failures 1487 # of unresolved testcases 11 # of unsupported tests 124 *** FAILURES: c250002 c324006 c35503d c35503f c415001 c611a04 cxaib05 cxaib08 cxd1003 cxd1004 cxd1005 cxd2006 cxd3001 cxd3002 C250002 macOS/Windows UTF-8 file names C324006 wrong exception message C35503D GCC 11 supports 128-bit integers C35503F likewise C415001 non-local pointer C611A04 Assertion_Error not raised (classwide pre-, post conditions) CXAIB05 Map doesn't have preelaborable initialization CXAIB08 preelaborated unit with non-static default CXD1003 exception did not occur CXD1004 incorrect number of calls CXD1005 likewise CXD2006 protected object count is messed up CXD3001 Program_Error not raised CXD3002 ceiling check not called correctly