Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <8D00C32549556B4E977F81DBC24E985D410072@crtsmail1.technol_exch.corp.riotinto.org>
From: "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
To: "'Tim Prince'" <tprince@computer.org>, gcc-testresults@gcc.gnu.org
Cc: "'cygwin@cygwin.com'" <cygwin@cygwin.com>
Subject: RE: Results for 3.1 20011116 (experimental) testsuite on i686-pc-
	cygwin
Date: Mon, 19 Nov 2001 01:35:45 -0000
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain;
	charset="iso-8859-1"

Tim,

As far as I can tell:
 - unmodified gcc-3.1 cvs
 - dejagnu-1.4.2 with one patch to /usr/share/dejagnu/target.exp (below)
 - current cygwin on win2k

Run with

#!/bin/sh
/usr/local/src/gcc/configure \
    --enable-threads=posix \
    --disable-libgcj \
    --enable-sjlj-exceptions \
    --with-system-zlib \
    --disable-nls \
    --disable-shared > configure.log 2>&1
make bootstrap > build.log 2>&1 || exit
make -k check > check.log 2>&1 
make warning.log
/usr/local/src/gcc/contrib/test_summary -t -i warning.log > summary.txt


--- target.exp.orig	Fri Oct  5 13:35:27 2001
+++ target.exp	Fri Nov 16 06:31:36 2001
     # Cygwin cc1 warns about -fpic and -fPIC
     regsub -all ".*: warning: -f(pic|PIC) ignored for target .*" $text ""
text
 
+    # and about -ffunction-sections
+    regsub -all "(^|\n)\[^\n\].*: -ffunction-sections may affect debugging
on some targets*" $text "" text
+
     # It might be tempting to get carried away and delete blank lines, etc.
     # Just delete *exactly* what we're ask to, and that's it.
     return $text


-----Original Message-----
From: Tim Prince [mailto:tprince@computer.org]
Sent: Monday, 19 November 2001 4:46 
To: Billinghurst, David (CRTS); gcc-testresults@gcc.gnu.org
Subject: Re: Results for 3.1 20011116 (experimental) testsuite on
i686-pc-cygwin


Do you have a pointer to the list of modifications required for the test
setup?  I have just been through a series of losses of configuration, and my
g77 test setup had already broken.

Thanks.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

