This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

should I install w


should I install the gcc 4.3.2 with these result from testsuite?    I didn
not have issue with configuring and building the source.  I was just
concerned about the test.

gcc was configured and built on a pentium 4 machine in ubuntu 8.04  which
was up to date.


this is my result:


=== gcc Summary ===

# of expected passes		49403
# of expected failures		169
# of untested testcases		35
# of unsupported tests		271
/home/jeru/Desktop/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/xgcc  version 4.3.2
(GCC) 

test -d testsuite || mkdir testsuite
test -d testsuite/g++ || mkdir testsuite/g++
(rootme=`${PWDCMD-pwd}`; export rootme; \
	srcdir=`cd ../.././gcc; ${PWDCMD-pwd}` ; export srcdir ; \
	cd testsuite/g++; \
	rm -f tmp-site.exp; \
	sed '/set tmpdir/ s|testsuite|testsuite/g++|' \
		< ../../site.exp > tmp-site.exp; \
	/bin/bash ${srcdir}/../move-if-change tmp-site.exp site.exp; \
	EXPECT=expect ; export EXPECT ; \
	if [ -f ${rootme}/../expect/expect ] ; then  \
	   TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
	    export TCL_LIBRARY ; fi ; \
	GCC_EXEC_PREFIX="/usr/local/lib/gcc/" ; export GCC_EXEC_PREFIX ; \
	runtest --tool g++ )
Test Run By root on Fri Sep 19 16:05:55 2008
Native configuration is i686-pc-linux-gnu


		=== g++ Summary ===

# of expected passes		17664
# of expected failures		82
# of unsupported tests		89
/home/jeru/Desktop/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/testsuite/g++/../../g++ 
version 4.3.2 (GCC) 

test -d testsuite || mkdir testsuite
test -d testsuite/gfortran || mkdir testsuite/gfortran
(rootme=`${PWDCMD-pwd}`; export rootme; \
	srcdir=`cd ../.././gcc; ${PWDCMD-pwd}` ; export srcdir ; \
	cd testsuite/gfortran; \
	rm -f tmp-site.exp; \
	sed '/set tmpdir/ s|testsuite|testsuite/gfortran|' \
		< ../../site.exp > tmp-site.exp; \
	/bin/bash ${srcdir}/../move-if-change tmp-site.exp site.exp; \
	EXPECT=expect ; export EXPECT ; \
	if [ -f ${rootme}/../expect/expect ] ; then  \
	   TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
	    export TCL_LIBRARY ; fi ; \
	GCC_EXEC_PREFIX="/usr/local/lib/gcc/" ; export GCC_EXEC_PREFIX ; \
	runtest --tool gfortran )
Test Run By root on Fri Sep 19 16:21:23 2008
Native configuration is i686-pc-linux-gnu

		=== gfortran Summary ===

# of expected passes		24226
# of expected failures		3
# of unsupported tests		16
/home/jeru/Desktop/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/testsuite/gfortran/../../gfortran 
version 4.3.2 (GCC) 

test -d testsuite || mkdir testsuite
test -d testsuite/objc || mkdir testsuite/objc
(rootme=`${PWDCMD-pwd}`; export rootme; \
	srcdir=`cd ../.././gcc; ${PWDCMD-pwd}` ; export srcdir ; \
	cd testsuite/objc; \
	rm -f tmp-site.exp; \
	sed '/set tmpdir/ s|testsuite|testsuite/objc|' \
		< ../../site.exp > tmp-site.exp; \
	/bin/bash ${srcdir}/../move-if-change tmp-site.exp site.exp; \
	EXPECT=expect ; export EXPECT ; \
	if [ -f ${rootme}/../expect/expect ] ; then  \
	   TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
	    export TCL_LIBRARY ; fi ; \
	GCC_EXEC_PREFIX="/usr/local/lib/gcc/" ; export GCC_EXEC_PREFIX ; \
	runtest --tool objc )
Test Run By root on Fri Sep 19 16:50:11 2008
Native configuration is i686-pc-linux-gnu



	=== libstdc++ Summary ===

# of expected passes		4755
# of unexpected failures	188
# of unexpected successes	1
# of expected failures		59
# of unsupported tests		326
runtest completed at Fri Sep 19 17:24:18 2008


=== libgomp Summary ===

# of expected passes		540
# of unexpected failures	644
# of unresolved testcases	604
runtest completed at Fri Sep 19 17:39:25 2008




If you need more information please let me know.
-- 
View this message in context: http://www.nabble.com/should-I-install-w-tp19581509p19581509.html
Sent from the gcc - Help mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]