public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/16043] New: gcc version not reported to gcc-testresults
@ 2004-06-18  0:42 billingd at gcc dot gnu dot org
  2004-06-18  1:47 ` [Bug other/16043] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: billingd at gcc dot gnu dot org @ 2004-06-18  0:42 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/16043] gcc version not reported to gcc-testresults
  2004-06-18  0:42 [Bug other/16043] New: gcc version not reported to gcc-testresults billingd at gcc dot gnu dot org
@ 2004-06-18  1:47 ` pinskia at gcc dot gnu dot org
  2004-06-18 23:48 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-18  1:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-18 01:47 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01460.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-18 01:47:46
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16043


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/16043] gcc version not reported to gcc-testresults
  2004-06-18  0:42 [Bug other/16043] New: gcc version not reported to gcc-testresults billingd at gcc dot gnu dot org
  2004-06-18  1:47 ` [Bug other/16043] " pinskia at gcc dot gnu dot org
@ 2004-06-18 23:48 ` cvs-commit at gcc dot gnu dot org
  2004-06-18 23:57 ` billingd at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-18 23:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-18 23:48 -------
Subject: Bug 16043

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	billingd@gcc.gnu.org	2004-06-18 23:48:46

Modified files:
	gcc/testsuite/lib: g++.exp g77.exp gcc.exp gfortran.exp objc.exp 
	                   treelang.exp 
	gcc/testsuite  : ChangeLog 

Log message:
	2004-06-19  David Billinghurst (David.Billinghurst@riotinto.com)
	
	PR other/16043
	* lib/g++.exp (g++_version): Tweak regexp for version
	* lib/g77.exp (g77_version): Likewise
	* lib/gfortran.exp (gfortran_version): Likewise
	* lib/objc.exp (objc_version): Likewise
	* lib/treelang.exp (treelang_version): Likewise

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/g++.exp.diff?cvsroot=gcc&r1=1.38&r2=1.39
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/g77.exp.diff?cvsroot=gcc&r1=1.18&r2=1.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/gcc.exp.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/gfortran.exp.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/objc.exp.diff?cvsroot=gcc&r1=1.23&r2=1.24
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/treelang.exp.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3872&r2=1.3873



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16043


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/16043] gcc version not reported to gcc-testresults
  2004-06-18  0:42 [Bug other/16043] New: gcc version not reported to gcc-testresults billingd at gcc dot gnu dot org
  2004-06-18  1:47 ` [Bug other/16043] " pinskia at gcc dot gnu dot org
  2004-06-18 23:48 ` cvs-commit at gcc dot gnu dot org
@ 2004-06-18 23:57 ` billingd at gcc dot gnu dot org
  2004-06-19  1:02 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: billingd at gcc dot gnu dot org @ 2004-06-18 23:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From billingd at gcc dot gnu dot org  2004-06-18 23:57 -------
Patch committed to to HEAD.  Need to backport to 3.4 branch after testing and 
approval.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16043


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/16043] gcc version not reported to gcc-testresults
  2004-06-18  0:42 [Bug other/16043] New: gcc version not reported to gcc-testresults billingd at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-06-18 23:57 ` billingd at gcc dot gnu dot org
@ 2004-06-19  1:02 ` pinskia at gcc dot gnu dot org
  2004-08-29 18:44 ` [Bug other/16043] [3.4 only] " mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-19  1:02 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.4.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16043


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/16043] [3.4 only] gcc version not reported to gcc-testresults
  2004-06-18  0:42 [Bug other/16043] New: gcc version not reported to gcc-testresults billingd at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-06-19  1:02 ` pinskia at gcc dot gnu dot org
@ 2004-08-29 18:44 ` mmitchel at gcc dot gnu dot org
  2004-11-01  0:47 ` [Bug other/16043] [3.4 only] gcc version not reported with "enable-version-specific-runtime-libs" " mmitchel at gcc dot gnu dot org
  2005-01-24  5:19 ` billingd at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-29 18:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-29 18:44 -------
Postponed until GCC 3.4.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16043


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/16043] [3.4 only] gcc version not reported with "enable-version-specific-runtime-libs" to gcc-testresults
  2004-06-18  0:42 [Bug other/16043] New: gcc version not reported to gcc-testresults billingd at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-08-29 18:44 ` [Bug other/16043] [3.4 only] " mmitchel at gcc dot gnu dot org
@ 2004-11-01  0:47 ` mmitchel at gcc dot gnu dot org
  2005-01-24  5:19 ` billingd at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-11-01  0:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-11-01 00:45 -------
Postponed until GCC 3.4.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.3                       |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16043


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/16043] [3.4 only] gcc version not reported with "enable-version-specific-runtime-libs" to gcc-testresults
  2004-06-18  0:42 [Bug other/16043] New: gcc version not reported to gcc-testresults billingd at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-11-01  0:47 ` [Bug other/16043] [3.4 only] gcc version not reported with "enable-version-specific-runtime-libs" " mmitchel at gcc dot gnu dot org
@ 2005-01-24  5:19 ` billingd at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: billingd at gcc dot gnu dot org @ 2005-01-24  5:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From billingd at gcc dot gnu dot org  2005-01-24 05:19 -------
Patch applied to 3.4 branch

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16043


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-01-24  5:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-18  0:42 [Bug other/16043] New: gcc version not reported to gcc-testresults billingd at gcc dot gnu dot org
2004-06-18  1:47 ` [Bug other/16043] " pinskia at gcc dot gnu dot org
2004-06-18 23:48 ` cvs-commit at gcc dot gnu dot org
2004-06-18 23:57 ` billingd at gcc dot gnu dot org
2004-06-19  1:02 ` pinskia at gcc dot gnu dot org
2004-08-29 18:44 ` [Bug other/16043] [3.4 only] " mmitchel at gcc dot gnu dot org
2004-11-01  0:47 ` [Bug other/16043] [3.4 only] gcc version not reported with "enable-version-specific-runtime-libs" " mmitchel at gcc dot gnu dot org
2005-01-24  5:19 ` billingd at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).