From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16940 invoked by alias); 18 Jun 2004 00:42:39 -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 16933 invoked by uid 48); 18 Jun 2004 00:42:38 -0000 Date: Fri, 18 Jun 2004 00:42:00 -0000 From: "billingd at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040618004234.16043.billingd@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug other/16043] New: gcc version not reported to gcc-testresults X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg02162.txt.bz2 List-Id: The test_summary script is not reporting the GCC version in my mail to gcc- testresults. I think I have tracked down the problem and am testing a fix. The problem appears to be in gcc/testsuite/gcc.exp (and the other tool.exp routines). The regexp to print and report the version is regexp "version\[^\n\r\]*" $output version However "/usr/local/obj/gcc/gcc/xgcc -B/usr/local/obj/gcc/gcc/ -v" gives Reading specs from /usr/local/obj/gcc/gcc/specs Configured with: /usr/local/src/gcc/configure --prefix=/usr/local/gcc-3_5 -- enable-threads=posix --enable-languages=c,c++,f95,java,objc --disable-libgcj -- enable-sjlj-exceptions --with-system-zlib --enable-nls --disable-libmudflap -- disable-libstdcxx-pch --enable-version-specific-runtime-libs --without- included-gettext --disable-shared Thread model: posix gcc version 3.5.0 20040617 (experimental) and the regexp finds --enable-version-specific-runtime-libs flag. -- Summary: gcc version not reported to gcc-testresults Product: gcc Version: 3.5.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: billingd 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=16043