Results for 4.8.2 (Blastwave.org Inc. Fri Oct 18 02:31:59 GMT 2013) testsuite on sparc64-sun-solaris2.10

Dennis Clarke dclarke@blastwave.org
Fri Oct 18 13:45:00 GMT 2013


First pass results on Solaris 10 Niagara T2 SPARC architecture.


gcc-spec_node002 $ date -u
Fri Oct 18 13:29:51 GMT 2013

gcc-spec_node002 $ uname -a
SunOS node002 5.10 Generic_150400-01 sun4v sparc SUNW,T5240

gcc-spec_node002 $ cat /etc/release
 Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
 Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
 Assembled 23 August 2011


gcc-spec_node002 $ psrinfo -pv
The physical processor has 64 virtual processors (0-63)
 UltraSPARC-T2+ (chipid 0, clock 1582 MHz)
The physical processor has 64 virtual processors (64-127)
 UltraSPARC-T2+ (chipid 1, clock 1582 MHz)



Compiler used for the bootstap was thus : 

gcc-spec_node002 $ which gcc
/usr/local/gcc4/bin/gcc
gcc-spec_node002 $ gcc --version
gcc (Blastwave.org Inc. Sat Mar 23 07:52:29 UTC 2013) 4.8.0
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


A few basic tools from the Oracle Solaris distribution :

gcc-spec_node002 $ which as
/usr/ccs/bin/as
gcc-spec_node002 $ which ld
/usr/ccs/bin/ld

Open source tools from the GNU userland :

gcc-spec_node002 $ autoconf --version 
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.


gcc-spec_node002 $ automake --version 
automake (GNU automake) 1.13
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
 and Alexandre Duret-Lutz <adl@gnu.org>.
gcc-spec_node002 $ bison --version
bison (GNU Bison) 2.6.5
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

gcc-spec_node002 $ expect -v
expect version 5.45

gcc-spec_node002 $ flex --version
flex 2.5.37

gcc-spec_node002 $ gawk --version
GNU Awk 4.0.1
Copyright (C) 1989, 1991-2012 Free Software Foundation.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.


gcc-spec_node002 $ gm4 --version
m4 (GNU M4) 1.4.16
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Rene' Seindal.


gcc-spec_node002 $ gmake --version
GNU Make 3.82
Built for sparc-sun-solaris2.10
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.


gcc-spec_node002 $ gsed --version
GNU sed version 4.2.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,
to the extent permitted by law.

GNU sed home page: <http://www.gnu.org/software/sed/>.
General help using GNU software: <http://www.gnu.org/gethelp/>.
E-mail bug reports to: <bug-gnu-utils@gnu.org>.
Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.


gcc-spec_node002 $ iconv --version
iconv (GNU libiconv 1.14)
Copyright (C) 2000-2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Bruno Haible.


gcc-spec_node002 $ libtool --version 
libtool (GNU libtool) 2.4.2
Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996

Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


gcc-spec_node002 $ makeinfo --version
makeinfo (GNU texinfo) 4.13

Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
gcc-spec_node002 $ msggrep --version 
msggrep (GNU gettext-tools) 0.18.1
Copyright (C) 2001-2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Bruno Haible.


gcc-spec_node002 $ patch --version
patch 2.6.1
Copyright (C) 1988 Larry Wall
Copyright (C) 2003, 2009 Free Software Foundation, Inc.

This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of this program
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

written by Larry Wall and Paul Eggert


gcc-spec_node002 $ pcregrep --version
pcregrep version 8.31 2012-07-06


gcc-spec_node002 $ perl --version

This is perl 5, version 16, subversion 2 (v5.16.2) built for sun4-solaris

Copyright 1987-2012, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.



gcc-spec_node002 $ runtest --version
WARNING: Couldn't find the global config file.
Expect version is 5.45
Tcl version is 8.5
Framework version is 1.5


Oracle PATCHES Applied to as and ld and ar etc : 

gcc-spec_node002 $ grep "\/usr\/ccs\/bin\/" /var/sadm/patch/1*/README*
/var/sadm/patch/118683-08/README.118683-08:/usr/ccs/bin/as
/var/sadm/patch/118683-09/README.118683-09:/usr/ccs/bin/as
/var/sadm/patch/118683-10/README.118683-10:/usr/ccs/bin/as
/var/sadm/patch/118683-10/README.118683-10:16102827 - /usr/ccs/bin/as needs to accept objects with large inodes
/var/sadm/patch/147147-26/README.147147-26:/usr/ccs/bin/ar
/var/sadm/patch/147147-26/README.147147-26:/usr/ccs/bin/dump
/var/sadm/patch/147147-26/README.147147-26:/usr/ccs/bin/elfdump
/var/sadm/patch/147147-26/README.147147-26:/usr/ccs/bin/ld
/var/sadm/patch/147147-26/README.147147-26:/usr/ccs/bin/mcs
/var/sadm/patch/147147-26/README.147147-26:/usr/ccs/bin/sparcv9/ar
/var/sadm/patch/147147-26/README.147147-26:/usr/ccs/bin/sparcv9/dump
/var/sadm/patch/147147-26/README.147147-26:/usr/ccs/bin/sparcv9/elfdump
/var/sadm/patch/147147-26/README.147147-26:/usr/ccs/bin/sparcv9/ld
/var/sadm/patch/147147-26/README.147147-26:/usr/ccs/bin/sparcv9/mcs
/var/sadm/patch/147147-26/README.147147-26:/usr/ccs/bin/sparcv9/strip
/var/sadm/patch/147147-26/README.147147-26:/usr/ccs/bin/strip
/var/sadm/patch/147147-26/README.147147-26:7114074 /usr/ccs/bin/ld crashes with -z ignore
/var/sadm/patch/147440-22/README.147440-22:/usr/ccs/bin/dump
/var/sadm/patch/147440-22/README.147440-22:/usr/ccs/bin/elfdump
/var/sadm/patch/147440-22/README.147440-22:/usr/ccs/bin/sparcv9/dump
/var/sadm/patch/147440-22/README.147440-22:/usr/ccs/bin/sparcv9/elfdump
/var/sadm/patch/147440-23/README.147440-23:/usr/ccs/bin/dump
/var/sadm/patch/147440-23/README.147440-23:/usr/ccs/bin/elfdump
/var/sadm/patch/147440-23/README.147440-23:/usr/ccs/bin/sparcv9/dump
/var/sadm/patch/147440-23/README.147440-23:/usr/ccs/bin/sparcv9/elfdump
/var/sadm/patch/147440-27/README.147440-27:/usr/ccs/bin/ar
/var/sadm/patch/147440-27/README.147440-27:/usr/ccs/bin/dump
/var/sadm/patch/147440-27/README.147440-27:/usr/ccs/bin/elfdump
/var/sadm/patch/147440-27/README.147440-27:/usr/ccs/bin/sparcv9/ar
/var/sadm/patch/147440-27/README.147440-27:/usr/ccs/bin/sparcv9/dump
/var/sadm/patch/147440-27/README.147440-27:/usr/ccs/bin/sparcv9/elfdump
/var/sadm/patch/148423-01/README.148423-01:Keywords: security /usr/ccs/bin/error
/var/sadm/patch/148423-01/README.148423-01:Synopsis: SunOS 5.10: /usr/ccs/bin/error patch
/var/sadm/patch/148423-01/README.148423-01:Topic: SunOS 5.10: /usr/ccs/bin/error patch
/var/sadm/patch/148423-01/README.148423-01:/usr/ccs/bin/error
/var/sadm/patch/148888-05/README.148888-05:/usr/ccs/bin/elfdump
/var/sadm/patch/148888-05/README.148888-05:/usr/ccs/bin/sparcv9/elfdump


GCC 4.8.2 tests at this time :
 
gcc-spec_node002 $ ../gcc-4.8.2/contrib/test_summary
cat <<'EOF' |
LAST_UPDATED: Obtained from SVN: tags/gcc_4_8_2_release revision 203690

Native configuration is sparc64-sun-solaris2.10

 === g++ tests ===


Running target unix
FAIL: g++.dg/ext/visibility/fvisibility-inlines-hidden-2.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-inlines-hidden-2.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-inlines-hidden-3.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-inlines-hidden-3.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-inlines-hidden-3.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-inlines-hidden-3.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-inlines-hidden-4.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-inlines-hidden-4.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-inlines-hidden-4.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-inlines-hidden-4.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-override1.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-override1.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-override2.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/fvisibility-override2.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/guard1.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/guard1.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/ms-compat-1.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/ms-compat-1.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/ms-compat-1.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/ms-compat-1.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/ms-compat-1.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/ms-compat-1.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/namespace1.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/namespace1.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/new1.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/new1.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template1.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template1.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template1.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template1.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template10.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template10.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template11.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template11.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template12.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template12.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template2.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template2.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template2.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template2.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template3.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template3.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template3.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template3.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template4.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template4.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template4.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template4.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template4.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template4.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template4.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template4.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template6.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template6.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template9.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/template9.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/typeinfo1.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/typeinfo1.C -std=gnu++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/typeinfo1.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/typeinfo1.C -std=gnu++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/typeinfo2.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/typeinfo2.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/typeinfo3.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/typeinfo3.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/typeinfo3.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/typeinfo3.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/ext/visibility/warn3.C -std=c++98 scan-not-hidden 
FAIL: g++.dg/ext/visibility/warn3.C -std=c++11 scan-not-hidden 
FAIL: g++.dg/lto/20091219 cp_lto_20091219_0.o-cp_lto_20091219_0.o link, -O3 -flto
UNRESOLVED: g++.dg/lto/20091219 cp_lto_20091219_0.o-cp_lto_20091219_0.o execute -O3 -flto
FAIL: g++.old-deja/g++.mike/visibility-1.C -std=gnu++98 scan-not-hidden 
FAIL: g++.old-deja/g++.mike/visibility-1.C -std=gnu++11 scan-not-hidden 

 === g++ Summary ===

# of expected passes 51232
# of unexpected failures 71
# of expected failures 292
# of unresolved testcases 1
# of unsupported tests 1004
/usr/local/build/gcc-4.8.2_SunOS5.10_sparcv9.002/gcc/testsuite/g++/../../xg++ version 4.8.2 (Blastwave.org Inc. Fri Oct 18 02:31:59 GMT 2013) 

 === gcc tests ===


Running target unix
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 
FAIL: gcc.dg/visibility-d.c scan-not-hidden 

 === gcc Summary ===

# of expected passes 83470
# of unexpected failures 30
# of expected failures 312
# of unsupported tests 1609
/usr/local/build/gcc-4.8.2_SunOS5.10_sparcv9.002/gcc/xgcc version 4.8.2 (Blastwave.org Inc. Fri Oct 18 02:31:59 GMT 2013) 

 === gfortran tests ===


Running target unix

 === gfortran Summary ===

# of expected passes 43517
# of expected failures 44
# of unsupported tests 114
/usr/local/build/gcc-4.8.2_SunOS5.10_sparcv9.002/gcc/testsuite/gfortran/../../gfortran version 4.8.2 (Blastwave.org Inc. Fri Oct 18 02:31:59 GMT 2013) 

 === objc tests ===


Running target unix

 === objc Summary ===

# of expected passes 2994
# of unsupported tests 74
/usr/local/build/gcc-4.8.2_SunOS5.10_sparcv9.002/gcc/xgcc version 4.8.2 (Blastwave.org Inc. Fri Oct 18 02:31:59 GMT 2013) 

 === libatomic tests ===


Running target unix

 === libatomic Summary ===

# of expected passes 44
# of unsupported tests 5
 === libgomp tests ===


Running target unix

 === libgomp Summary ===

# of expected passes 3001
# of unsupported tests 3
 === libitm tests ===


Running target unix

 === libitm Summary ===

# of expected passes 26
# of expected failures 3
# of unsupported tests 1
 === libstdc++ tests ===


Running target unix
XPASS: ext/enc_filebuf/char/13598.cc execution test

 === libstdc++ Summary ===

# of expected passes 8322
# of unexpected successes 1
# of expected failures 45
# of unsupported tests 588

Compiler version: 4.8.2 (Blastwave.org Inc. Fri Oct 18 02:31:59 GMT 2013) 
Platform: sparc64-sun-solaris2.10
configure flags: --prefix=/usr/local/gcc4 --build=sparc64-sun-solaris2.10 --without-gnu-as --without-gnu-ld --with-ld=/usr/ccs/bin/ld --disable-nls --enable-threads=posix --enable-shared --libdir=/usr/local/gcc4/lib --libexecdir=/usr/local/gcc4/lib --disable-ppl-version-check --disable-cloog-version-check --with-pkgversion='Blastwave.org Inc. Fri Oct 18 02:31:59 GMT 2013' --enable-languages=c,c++,objc,fortran --enable-bootstrap
EOF


-- --
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x1D936C72FA35B44B
+-------------------------+-----------------------------------+
| Dennis Clarke | Solaris and Linux and Open Source |
| dclarke@blastwave.org | Respect for open standards. |
+-------------------------+-----------------------------------+



More information about the Gcc-testresults mailing list