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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e36d34be7cedff0e,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "Anh Vo" Newsgroups: comp.lang.ada Subject: ACATS Random failure under GNAT GCC Date: 12 Feb 2006 09:52:46 -0800 Organization: http://groups.google.com Message-ID: <1139766766.085134.134180@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 67.122.74.105 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1139766771 12003 127.0.0.1 (12 Feb 2006 17:52:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 12 Feb 2006 17:52:51 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=67.122.74.105; posting-account=JVr7Xg0AAAAI3MbuARxMmvWLmA7qdJMx Xref: g2news1.google.com comp.lang.ada:2870 Date: 2006-02-12T09:52:46-08:00 List-Id: I have noticed that ACATS randomly fails in gcc 4.0.x and 4.1.x. under RH 8.0 and 9.0. Normally, it does happen when it is built and tested the firtst time. After that if ACATS is tested again consecutively, for example with three consecutive commands make -C gcc check-ada; make -C gcc check; make -C gcc check-ada, a small number of ACATS failures show up. So far, for gcc-4.0.x the tests below have failed. FAIL: c94001c FAIL: c954025 FAIL: cd7101f FAIL: cd7103d FAIL: cd7204b FAIL: ce3804b For gcc-4.1.x there are two ACATS tests have failed. FAIL: ce2401l FAIL: ce3906f Has anyone expericenced with this situation or just me? I would like hear your suggestion before reporting to gcc. AV