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-Received: by 2002:a6b:2746:: with SMTP id n67-v6mr8390887ion.90.1529497050394; Wed, 20 Jun 2018 05:17:30 -0700 (PDT) X-Received: by 2002:a9d:4c96:: with SMTP id m22-v6mr166051otf.6.1529497050251; Wed, 20 Jun 2018 05:17:30 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder4.usenet.farm!feed.usenet.farm!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!d7-v6no1042309itj.0!news-out.google.com!z3-v6ni1441iti.0!nntp.google.com!u78-v6no1068340itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 20 Jun 2018 05:17:30 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=101.164.108.182; posting-account=wavAeAoAAAAZF_sXSZepBukuPCBO0Zqt NNTP-Posting-Host: 101.164.108.182 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <04cd0d75-12a4-48dd-acaa-a7ee48ffa32a@googlegroups.com> Subject: FYI - ACATS test results for GCC 8.1.1 (mingw) From: alby.gamper@gmail.com Injection-Date: Wed, 20 Jun 2018 12:17:30 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:53197 Date: 2018-06-20T05:17:30-07:00 List-Id: Thanks to the effort of Simon Wright's on his GitHub project, With very little tweaking, I was able to run the ACATS's test on my mingw64 environment, with what I believe is a very successful result ! Please note however, that this is a slightly modified build script of GCC as supplied on GitHub (specifically the --disable-bootstrap option) $ ~/ACATS/run_local.sh Test Run By alex.gamper on 20 Jun 2018 16:34:46 === acats configuration === target gcc is /mingw64/bin/gcc Configured with: ../gcc/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --disable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev1, Built by MSYS2 project' --with-bugurl=https://sour gcc version 8.1.1 20180619 (Rev1, Built by MSYS2 project) host=x86_64-w64-mingw32 target=x86_64-w64-mingw32 gnatmake is /mingw64/bin/gnatmake === acats support === Generating support files... done. Compiling support files... done. === acats Summary === # of expected passes 2504 # of unexpected failures 8 # of expected failures 1458 # of unresolved testcases 11 # of unsupported tests 124 *** FAILURES: c250002 c380004 c52103x c52104x c611a04 c760a02 c760a03 cxag003 Thanks Alex