public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Results for 3.1 20011116 (experimental) testsuite on i686-pc- cygwin
@ 2001-11-11  8:26 Billinghurst, David (CRTS)
  2001-11-14 12:30 ` Results for 3.1 20011116 (experimental) testsuite on i686-pc-cygwin Tim Prince
  0 siblings, 1 reply; 3+ messages in thread
From: Billinghurst, David (CRTS) @ 2001-11-11  8:26 UTC (permalink / raw)
  To: 'Tim Prince', gcc-testresults; +Cc: 'cygwin@cygwin.com'

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/

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

* Re: Results for 3.1 20011116 (experimental) testsuite on i686-pc-cygwin
  2001-11-11  8:26 Results for 3.1 20011116 (experimental) testsuite on i686-pc- cygwin Billinghurst, David (CRTS)
@ 2001-11-14 12:30 ` Tim Prince
  2001-11-21  7:30   ` Tim Prince
  0 siblings, 1 reply; 3+ messages in thread
From: Tim Prince @ 2001-11-14 12:30 UTC (permalink / raw)
  To: Billinghurst, David (CRTS), gcc-testresults; +Cc: cygwin

All working well, except that I have not correctly identified the required
version of dejagnu.  With the standard cygwin version of dejagnu, everything
appears to work well except for the g77 tests.  The symptom reminds me of
the time when 'g77 -lm' was invoked, and I've forgotten what to change to
remove the erroneous '-lm.'  I've been trying to build the current version
of dejagnu from ftp://gcc.gnu.org, and it gets multiple declarations of
slave_name in pty_termios.c, apparently indicating that the tangled mess of
#define's is broken for cygwin.

Thanks.
----- Original Message -----
From: "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
To: "'Tim Prince'" <tprince@computer.org>; <gcc-testresults@gcc.gnu.org>
Cc: <cygwin@cygwin.com>
Sent: Sunday, November 18, 2001 5:35 PM
Subject: RE: Results for 3.1 20011116 (experimental) testsuite on
i686-pc-cygwin


> 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/
>



--
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/

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

* Re: Results for 3.1 20011116 (experimental) testsuite on i686-pc-cygwin
  2001-11-14 12:30 ` Results for 3.1 20011116 (experimental) testsuite on i686-pc-cygwin Tim Prince
@ 2001-11-21  7:30   ` Tim Prince
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Prince @ 2001-11-21  7:30 UTC (permalink / raw)
  To: Billinghurst, David (CRTS), gcc-testresults; +Cc: cygwin

All working well, except that I have not correctly identified the required
version of dejagnu.  With the standard cygwin version of dejagnu, everything
appears to work well except for the g77 tests.  The symptom reminds me of
the time when 'g77 -lm' was invoked, and I've forgotten what to change to
remove the erroneous '-lm.'  I've been trying to build the current version
of dejagnu from ftp://gcc.gnu.org , and it gets multiple declarations of
slave_name in pty_termios.c, apparently indicating that the tangled mess of
#define's is broken for cygwin.

Thanks.
----- Original Message -----
From: "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
To: "'Tim Prince'" <tprince@computer.org>; <gcc-testresults@gcc.gnu.org>
Cc: <cygwin@cygwin.com>
Sent: Sunday, November 18, 2001 5:35 PM
Subject: RE: Results for 3.1 20011116 (experimental) testsuite on
i686-pc-cygwin


> 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/
>



--
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/

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

end of thread, other threads:[~2001-11-21 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-11  8:26 Results for 3.1 20011116 (experimental) testsuite on i686-pc- cygwin Billinghurst, David (CRTS)
2001-11-14 12:30 ` Results for 3.1 20011116 (experimental) testsuite on i686-pc-cygwin Tim Prince
2001-11-21  7:30   ` Tim Prince

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).