Results for 4.3.2 20080612 (prerelease) (GCC) testsuite on sparc-sun-solaris2.10

rkiesling rkiesling@earthlink.net
Sat Jun 14 12:48:00 GMT 2008


-------------------------------------------------------------------------------------
Tests conducted by Robert Kiesling <ctalk@ctalklang.org>
Output of date: Sat Jun 14 08:41:01 EDT 2008
Output of uname -a: SunOS holly 5.10 Generic_127127-11 sun4u sparc SUNW,Sun-Blade-100

1.  Dejagnu cannot seem to find /usr/bin/stty - it insists on using 
    /usr/local/bin/stty, resulting in the tests failing.  I'm not  
    certain which GNU package installs /usr/local/bin/stty.  A symlink
    to /usr/bin/stty worked, however.
2.  With /usr/bin/ksh, commands *must* be run in the following order.  
    Trying to run them in sequence using && seems to result in an
    incomplete build.  Haven't been able to look further.
      \$ make bootstrap
      \$ make -k check
3.  Experienced out of memory errors with some -O2 and -O3 tests, to
    the point of not being able to log in.  The  transcript of the tests
    from gcc.log are:

Executing on host: /export/home/gccb/gcc-build/gcc/xgcc -B/export/home/gccb/gcc-build/gcc/   -O2  -w -fno-show-column -c  -o limits-fnargs.o /export/home/gccb/gcc-4.3-20080612/gcc/testsuite/gcc.c-torture/compile/limits-fnargs.c    (timeout = 300)

cc1: out of memory allocating 131080 bytes after a total of 665960448 bytes
compiler exited with status 1
output is:

cc1: out of memory allocating 131080 bytes after a total of 665960448 bytes

FAIL: gcc.c-torture/compile/limits-fnargs.c  -O2  (test for excess errors)
Excess errors:
cc1: out of memory allocating 131080 bytes after a total of 665960448 bytes

Executing on host: /export/home/gccb/gcc-build/gcc/xgcc -B/export/home/gccb/gcc-build/gcc/   -O3 -fomit-frame-pointer  -w -fno-show-column -c  -o limits-fnargs.o /export/home/gccb/gcc-4.3-20080612/gcc/testsuite/gcc.c-torture/compile/limits-fnargs.c    (timeout = 300)

cc1: out of memory allocating 131080 bytes after a total of 668319744 bytes
compiler exited with status 1
output is:

cc1: out of memory allocating 131080 bytes after a total of 668319744 bytes

FAIL: gcc.c-torture/compile/limits-fnargs.c  -O3 -fomit-frame-pointer  (test for excess errors)
Excess errors:
cc1: out of memory allocating 131080 bytes after a total of 668319744 bytes

Executing on host: /export/home/gccb/gcc-build/gcc/xgcc -B/export/home/gccb/gcc-build/gcc/   -O3 -g  -w -fno-show-column -c  -o limits-fnargs.o /export/home/gccb/gcc-4.3-20080612/gcc/testsuite/gcc.c-torture/compile/limits-fnargs.c    (timeout = 300)

cc1: out of memory allocating 131080 bytes after a total of 668344320 bytes
compiler exited with status 1
output is:

cc1: out of memory allocating 131080 bytes after a total of 668344320 bytes

FAIL: gcc.c-torture/compile/limits-fnargs.c  -O3 -g  (test for excess errors)
Excess errors:
cc1: out of memory allocating 131080 bytes after a total of 668344320 bytes

Executing on host: /export/home/gccb/gcc-build/gcc/xgcc -B/export/home/gccb/gcc-build/gcc/   -Os  -w -fno-show-column -c  -o limits-fnargs.o /export/home/gccb/gcc-4.3-20080612/gcc/testsuite/gcc.c-torture/compile/limits-fnargs.c    (timeout = 300)

cc1: out of memory allocating 131080 bytes after a total of 668573696 bytes
compiler exited with status 1
output is:

cc1: out of memory allocating 131080 bytes after a total of 668573696 bytes

FAIL: gcc.c-torture/compile/limits-fnargs.c  -Os  (test for excess errors)
Excess errors:
cc1: out of memory allocating 131080 bytes after a total of 668573696 bytes

...

Executing on host: /export/home/gccb/gcc-build/gcc/xgcc -B/export/home/gccb/gcc-build/gcc/   -O2  -w -fno-show-column -c  -o limits-structnest.o /export/home/gccb/gcc-4.3-20080612/gcc/testsuite/gcc.c-torture/compile/limits-structnest.c    (timeout = 300)
virtual memory exhausted: Resource temporarily unavailable
compiler exited with status 1
output is:
virtual memory exhausted: Resource temporarily unavailable

FAIL: gcc.c-torture/compile/limits-structnest.c  -O2  (test for excess errors)
Excess errors:
virtual memory exhausted: Resource temporarily unavailable

Executing on host: /export/home/gccb/gcc-build/gcc/xgcc -B/export/home/gccb/gcc-build/gcc/   -O3 -fomit-frame-pointer  -w -fno-show-column -c  -o limits-structnest.o /export/home/gccb/gcc-4.3-20080612/gcc/testsuite/gcc.c-torture/compile/limits-structnest.c    (timeout = 300)
virtual memory exhausted: Resource temporarily unavailable
compiler exited with status 1
output is:
virtual memory exhausted: Resource temporarily unavailable

FAIL: gcc.c-torture/compile/limits-structnest.c  -O3 -fomit-frame-pointer  (test for excess errors)
Excess errors:
virtual memory exhausted: Resource temporarily unavailable

Executing on host: /export/home/gccb/gcc-build/gcc/xgcc -B/export/home/gccb/gcc-build/gcc/   -O3 -g  -w -fno-show-column -c  -o limits-structnest.o /export/home/gccb/gcc-4.3-20080612/gcc/testsuite/gcc.c-torture/compile/limits-structnest.c    (timeout = 300)
virtual memory exhausted: Resource temporarily unavailable
compiler exited with status 1
output is:
virtual memory exhausted: Resource temporarily unavailable

FAIL: gcc.c-torture/compile/limits-structnest.c  -O3 -g  (test for excess errors)
Excess errors:
virtual memory exhausted: Resource temporarily unavailable

Executing on host: /export/home/gccb/gcc-build/gcc/xgcc -B/export/home/gccb/gcc-build/gcc/   -Os  -w -fno-show-column -c  -o limits-structnest.o /export/home/gccb/gcc-4.3-20080612/gcc/testsuite/gcc.c-torture/compile/limits-structnest.c    (timeout = 300)
virtual memory exhausted: Resource temporarily unavailable
compiler exited with status 1
output is:
virtual memory exhausted: Resource temporarily unavailable

FAIL: gcc.c-torture/compile/limits-structnest.c  -Os  (test for excess errors)
Excess errors:
virtual memory exhausted: Resource temporarily unavailable

--------------------------------------------------------------------------------------
LAST_UPDATED: Obtained from SVN: branches/gcc-4_3-branch revision 136725

Native configuration is sparc-sun-solaris2.10

		=== g++ tests ===


Running target unix
FAIL: g++.dg/opt/anchor1.C execution test
FAIL: g++.dg/other/anon5.C  (test for errors, line 19)
FAIL: g++.dg/other/anon5.C (test for excess errors)
WARNING: g++.dg/other/ucnid-1.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init19.C execution test

		=== g++ Summary ===

# of expected passes		17295
# of unexpected failures	3
# of unexpected successes	1
# of expected failures		84
# of unsupported tests		207
/export/home/gccb/gcc-build/gcc/testsuite/g++/../../g++  version 4.3.2 20080612 (prerelease) (GCC) 

		=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/compile/limits-fnargs.c  -O2  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-fnargs.c  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-fnargs.c  -O3 -g  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-fnargs.c  -Os  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-structnest.c  -O2  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-structnest.c  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-structnest.c  -O3 -g  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-structnest.c  -Os  (test for excess errors)
FAIL: gcc.dg/pragma-align-2.c  (test for errors, line 22)
FAIL: gcc.dg/pragma-align-2.c  (test for errors, line 23)
FAIL: gcc.dg/pragma-align-2.c  (test for errors, line 24)
FAIL: gcc.dg/pragma-align-2.c  (test for errors, line 25)
FAIL: gcc.dg/pragma-align-2.c  (test for errors, line 26)
FAIL: gcc.dg/pragma-align-2.c  (test for errors, line 30)
FAIL: gcc.dg/pragma-align-2.c (test for excess errors)
FAIL: gcc.dg/pragma-init-fini.c  (test for errors, line 7)
FAIL: gcc.dg/pragma-init-fini.c  (test for errors, line 8)
FAIL: gcc.dg/pragma-init-fini.c  (test for errors, line 9)
FAIL: gcc.dg/pragma-init-fini.c  (test for errors, line 11)
FAIL: gcc.dg/pragma-init-fini.c  (test for errors, line 12)
FAIL: gcc.dg/pragma-init-fini.c  (test for errors, line 13)
FAIL: gcc.dg/pragma-init-fini.c (test for excess errors)
WARNING: gcc.dg/ucnid-2.c compilation failed to produce executable
WARNING: gcc.dg/ucnid-3.c compilation failed to produce executable
WARNING: gcc.dg/ucnid-4.c compilation failed to produce executable
FAIL: gcc.dg/format/cmn-err-1.c    (test for errors, line 31)
FAIL: gcc.dg/format/cmn-err-1.c    (test for errors, line 32)
FAIL: gcc.dg/format/cmn-err-1.c    (test for errors, line 33)
FAIL: gcc.dg/format/cmn-err-1.c    (test for errors, line 34)
FAIL: gcc.dg/format/cmn-err-1.c    (test for errors, line 35)
FAIL: gcc.dg/format/cmn-err-1.c    (test for errors, line 36)
FAIL: gcc.dg/format/cmn-err-1.c   (test for excess errors)
FAIL: gcc.dg/format/cmn-err-1.c  -DWIDE   (test for errors, line 31)
FAIL: gcc.dg/format/cmn-err-1.c  -DWIDE   (test for errors, line 32)
FAIL: gcc.dg/format/cmn-err-1.c  -DWIDE   (test for errors, line 33)
FAIL: gcc.dg/format/cmn-err-1.c  -DWIDE   (test for errors, line 34)
FAIL: gcc.dg/format/cmn-err-1.c  -DWIDE   (test for errors, line 35)
FAIL: gcc.dg/format/cmn-err-1.c  -DWIDE   (test for errors, line 36)
FAIL: gcc.dg/format/cmn-err-1.c  -DWIDE  (test for excess errors)
FAIL: gcc.dg/vect/pr33804.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/pr33804.c scan-tree-dump-times vect "vectorizing stmts using SLP" 1
FAIL: gcc.dg/vect/pr33953.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/pr33953.c scan-tree-dump-times vect "vectorizing stmts using SLP" 1
FAIL: gcc.dg/vect/vect-35.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/vect-iv-6.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/vect-multitypes-5.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/vect-multitypes-6.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/vect-outer-5.c scan-tree-dump-times vect "OUTER LOOP VECTORIZED" 1
FAIL: gcc.dg/vect/vect-outer-5.c scan-tree-dump-times vect "zero step in outer loop." 1
FAIL: gcc.dg/vect/vect-outer-6.c scan-tree-dump-times vect "OUTER LOOP VECTORIZED" 1
FAIL: gcc.dg/vect/vect-outer-6.c scan-tree-dump-times vect "zero step in outer loop." 1
FAIL: gcc.dg/vect/vect-vfa-slp.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/slp-15.c scan-tree-dump-times vect "vectorizing stmts using SLP" 2
FAIL: gcc.dg/vect/slp-25.c scan-tree-dump-times vect "Alignment of access forced using peeling" 2
FAIL: gcc.dg/vect/slp-3.c scan-tree-dump-times vect "vectorized 3 loops" 1
FAIL: gcc.dg/vect/slp-3.c scan-tree-dump-times vect "vectorizing stmts using SLP" 3
FAIL: gcc.dg/vect/no-vfa-pr29145.c scan-tree-dump-times vect "vectorized 0 loops" 2
FAIL: gcc.dg/vect/no-vfa-pr29145.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/no-vfa-vect-depend-1.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.target/sparc/pdist-3.c (internal compiler error)
FAIL: gcc.target/sparc/pdist-3.c (test for excess errors)
WARNING: gcc.target/sparc/pdist-3.c compilation failed to produce executable

		=== gcc Summary ===

# of expected passes		46684
# of unexpected failures	58
# of expected failures		194
# of untested testcases		35
# of unsupported tests		480
/export/home/gccb/gcc-build/gcc/xgcc  version 4.3.2 20080612 (prerelease) (GCC) 

		=== libgomp tests ===


Running target unix
FAIL: libgomp.c++/ctor-5.C  -O0  (test for excess errors)
WARNING: libgomp.c++/ctor-5.C  -O0  compilation failed to produce executable
FAIL: libgomp.c++/ctor-5.C  -O1  (test for excess errors)
WARNING: libgomp.c++/ctor-5.C  -O1  compilation failed to produce executable
FAIL: libgomp.c++/ctor-5.C  -O2  (test for excess errors)
WARNING: libgomp.c++/ctor-5.C  -O2  compilation failed to produce executable
FAIL: libgomp.c++/ctor-5.C  -O3 -fomit-frame-pointer  (test for excess errors)
WARNING: libgomp.c++/ctor-5.C  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: libgomp.c++/ctor-5.C  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
WARNING: libgomp.c++/ctor-5.C  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: libgomp.c++/ctor-5.C  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
WARNING: libgomp.c++/ctor-5.C  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: libgomp.c++/ctor-5.C  -O3 -g  (test for excess errors)
WARNING: libgomp.c++/ctor-5.C  -O3 -g  compilation failed to produce executable
FAIL: libgomp.c++/ctor-5.C  -Os  (test for excess errors)
WARNING: libgomp.c++/ctor-5.C  -Os  compilation failed to produce executable
FAIL: libgomp.c++/ctor-8.C  -O0  (test for excess errors)
WARNING: libgomp.c++/ctor-8.C  -O0  compilation failed to produce executable
FAIL: libgomp.c++/ctor-8.C  -O1  (test for excess errors)
WARNING: libgomp.c++/ctor-8.C  -O1  compilation failed to produce executable
FAIL: libgomp.c++/ctor-8.C  -O2  (test for excess errors)
WARNING: libgomp.c++/ctor-8.C  -O2  compilation failed to produce executable
FAIL: libgomp.c++/ctor-8.C  -O3 -fomit-frame-pointer  (test for excess errors)
WARNING: libgomp.c++/ctor-8.C  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: libgomp.c++/ctor-8.C  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
WARNING: libgomp.c++/ctor-8.C  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: libgomp.c++/ctor-8.C  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
WARNING: libgomp.c++/ctor-8.C  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: libgomp.c++/ctor-8.C  -O3 -g  (test for excess errors)
WARNING: libgomp.c++/ctor-8.C  -O3 -g  compilation failed to produce executable
FAIL: libgomp.c++/ctor-8.C  -Os  (test for excess errors)
WARNING: libgomp.c++/ctor-8.C  -Os  compilation failed to produce executable
FAIL: libgomp.c++/ctor-9.C  -O0  (test for excess errors)
WARNING: libgomp.c++/ctor-9.C  -O0  compilation failed to produce executable
FAIL: libgomp.c++/ctor-9.C  -O1  (test for excess errors)
WARNING: libgomp.c++/ctor-9.C  -O1  compilation failed to produce executable
FAIL: libgomp.c++/ctor-9.C  -O2  (test for excess errors)
WARNING: libgomp.c++/ctor-9.C  -O2  compilation failed to produce executable
FAIL: libgomp.c++/ctor-9.C  -O3 -fomit-frame-pointer  (test for excess errors)
WARNING: libgomp.c++/ctor-9.C  -O3 -fomit-frame-pointer  compilation failed to produce executable
FAIL: libgomp.c++/ctor-9.C  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
WARNING: libgomp.c++/ctor-9.C  -O3 -fomit-frame-pointer -funroll-loops  compilation failed to produce executable
FAIL: libgomp.c++/ctor-9.C  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
WARNING: libgomp.c++/ctor-9.C  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: libgomp.c++/ctor-9.C  -O3 -g  (test for excess errors)
WARNING: libgomp.c++/ctor-9.C  -O3 -g  compilation failed to produce executable
FAIL: libgomp.c++/ctor-9.C  -Os  (test for excess errors)
WARNING: libgomp.c++/ctor-9.C  -Os  compilation failed to produce executable

		=== libgomp Summary ===

# of expected passes		540
# of unexpected failures	24
# of unsupported tests		7
		=== libstdc++ tests ===


Running target unix
WARNING: program timed out.
ERROR: tcl error sourcing /export/home/gccb/gcc-4.3-20080612/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp.
ERROR: couldn't fork child process: resource temporarily unavailable

		=== libstdc++ Summary ===

# of expected passes		1468
# of expected failures		32
# of unsupported tests		273

Compiler version: 4.3.2 20080612 (prerelease) (GCC) 
Platform: sparc-sun-solaris2.10
configure flags: --prefix=/usr/local/gcc-4.3-20080612 --enable-languages=c,c++ --disable-multilib

-- 
Ctalk Home Page: http://www.ctalklang.org



More information about the Gcc-testresults mailing list