From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28159 invoked by alias); 13 Nov 2003 04:52:49 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28152 invoked by uid 48); 13 Nov 2003 04:52:48 -0000 Date: Thu, 13 Nov 2003 04:52:00 -0000 From: "billingd at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20031113045230.13035.billingd@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug ada/13035] New: Ada testsuite uses installed gcc X-Bugzilla-Reason: CC X-SW-Source: 2003-11/txt/msg01102.txt.bz2 List-Id: The ada testsuite uses (perhaps only sometimes) an installed gcc component, rather than the newly build one. Running the testsuite with gcc-3.3.1 in the path I get $ make check-ada test -d testsuite/ada/acats || mkdir -p testsuite/ada/acats testdir=`cd /usr/local/src/gcc/gcc/testsuite/ada/acats; ${PWDCMD-pwd}`; \ export testdir; cd testsuite/ada/acats; ${testdir}/run_acats === acats configuration === gcc is /usr/local/obj/gcc/gcc/testsuite/ada/acats/gcc Reading specs from /usr/local/obj/gcc/gcc/specs Configured with: /usr/local/src/ gcc/configure --prefix=/usr/local/gcc-3_4 --enable-threads=posix --disable- libgc j --enable-sjlj-exceptions --with-system-zlib --enable-nls --disable-libstdcxx- p ch --enable-version-specific-runtime-libs --without-included-gettext --disable- s hared Thread model: posix gcc version 3.4 20031112 (experimental) host=i686-pc-cygwin target=i686-pc-cygwin gnatmake is /usr/local/obj/gcc/gcc/gnatmake === acats support === Generating support files... done. Compiling support files...gnatmake: "check_file.ali" incompatible ALI file, plea se recompile gnatmake: "check_file.adb" compilation error done. === acats tests === Running chapter a ... FAIL: a22006b FAIL: a22006c FAIL: a22006d FAIL: a26007a If I install the newly built gcc-3.4 and put it in the path then the testsuite runs. It doesn't finish. After completing a substantial number of tests the machine hangs. -- Summary: Ada testsuite uses installed gcc Product: gcc Version: 3.4 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: billingd at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-cygwin GCC host triplet: i686-pc-cygwin GCC target triplet: i686-pc-cygwin http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13035