This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
re: 19981012 with haifa enabled, on Solaris2.6
- To: egcs at cygnus dot com
- Subject: re: 19981012 with haifa enabled, on Solaris2.6
- From: James Black <black at eng dot usf dot edu>
- Date: Fri, 16 Oct 1998 13:36:02 -0400 (EDT)
Here is the data,
../egcs-19981012/configure
--with-gcc-version-trigger=/home/black/src/egcs-19981012/gcc/version.c
--host=sparc-sun-solaris2.6 --prefix=/usr/local/egcs
--enable-version-specific-runtime-libs --with-fast-fixincludes
--enable-target-optspace --enable-threads --with-gnu-ld --with-gnu-as --enable-haifa --enable-shared
--norecursion
I don't understand why libio and libiostream had problems, as I haven't
had problems compiling them before.
make[1]: Entering directory
`/home/black/src/objdir/sparc-sun-solaris2.6/libio'
make[1]: *** No rule to make target `libc-lock.h', needed by
`filedoalloc.o'.
make[1]: *** No rule to make target `filedoalloc.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `floatconv.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `genops.o', needed by `libiostream.a'.
make[1]: *** No rule to make target `fileops.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `iovfprintf.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `iovfscanf.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `ioignore.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `iopadn.o', needed by `libiostream.a'.
make[1]: *** No rule to make target `iofgetpos.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `iofread.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `iofscanf.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `iofsetpos.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `iogetdelim.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `iogetline.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `ioprintf.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `ioseekoff.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `ioseekpos.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `outfloat.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `strops.o', needed by `libiostream.a'.
make[1]: *** No rule to make target `iofclose.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `iopopen.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `ioungetc.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `peekc.o', needed by `libiostream.a'.
make[1]: *** No rule to make target `iogetc.o', needed by `libiostream.a'.
make[1]: *** No rule to make target `ioputc.o', needed by `libiostream.a'.
make[1]: *** No rule to make target `iofeof.o', needed by `libiostream.a'.
make[1]: *** No rule to make target `ioferror.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `ioprims.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `iostrerror.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `cleanup.o', needed by
`libiostream.a'.
make[1]: *** No rule to make target `builtinbuf.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `filebuf.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `fstream.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `ioassign.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `iostream.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `isgetline.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `isgetsb.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `isscan.o', needed by `iostream.list'.
make[1]: *** No rule to make target `osform.o', needed by `iostream.list'.
make[1]: *** No rule to make target `procbuf.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `sbform.o', needed by `iostream.list'.
make[1]: *** No rule to make target `sbgetline.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `sbscan.o', needed by `iostream.list'.
make[1]: *** No rule to make target `stdiostream.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `stdstrbufs.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `stdstreams.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `stream.o', needed by `iostream.list'.
make[1]: *** No rule to make target `streambuf.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `strstream.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `parsestream.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `pfstream.o', needed by
`iostream.list'.
make[1]: *** No rule to make target `editbuf.o', needed by
`iostream.list'.
make[2]: Entering directory
`/home/black/src/objdir/sparc-sun-solaris2.6/libio'
=== gcc Summary ===
# of expected passes 7745
# of unexpected failures 16
# of expected failures 7
# of unsupported tests 19
FAIL: gcc.c-torture/compile/981001-4.c, -O0
FAIL: gcc.c-torture/compile/981001-4.c, -O1
FAIL: gcc.c-torture/compile/981001-4.c, -O2
FAIL: gcc.c-torture/compile/981001-4.c, -O2 -fomit-frame-pointer
-finline-functions
FAIL: gcc.c-torture/compile/981001-4.c, -O2 -g
FAIL: gcc.c-torture/compile/981001-4.c, -Os
Running
/home/black/src/egcs-19981012/gcc/testsuite/gcc.c-torture/execute/execute.exp
...
FAIL: gcc.c-torture/execute/980506-2.c execution, -O2
FAIL: gcc.c-torture/execute/980506-2.c execution, -O2 -g
FAIL: gcc.c-torture/execute/980506-2.c execution, -Os
FAIL: gcc.c-torture/execute/980526-1.c execution, -O2
-fomit-frame-pointer -finline-functions
Running
/home/black/src/egcs-19981012/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
...
Running
/home/black/src/egcs-19981012/gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp
...
FAIL: gcc.c-torture/execute/memcheck/blkarg.c execution, -O0
FAIL: gcc.c-torture/execute/memcheck/blkarg.c execution, -O1
FAIL: gcc.c-torture/execute/memcheck/blkarg.c execution, -O2
FAIL: gcc.c-torture/execute/memcheck/blkarg.c execution, -O2
-fomit-frame-pointer -finline-functions
FAIL: gcc.c-torture/execute/memcheck/blkarg.c execution, -O2 -g
FAIL: gcc.c-torture/execute/memcheck/blkarg.c execution, -Os
=== g++ Summary ===
# of expected passes 4554
# of expected failures 111
# of untested testcases 6
Just a small sample of the failures for g77
=== g77 Summary ===
# of expected passes 86
# of unexpected failures 179
# of untested testcases 179
FAIL: g77.f-torture/execute/970816-3.f compilation, -O0
FAIL: g77.f-torture/execute/970816-3.f compilation, -O1
FAIL: g77.f-torture/execute/970816-3.f compilation, -O2
FAIL: g77.f-torture/execute/970816-3.f compilation, -O2
-fomit-frame-pointer -finline-functions
FAIL: g77.f-torture/execute/970816-3.f compilation, -Os
FAIL: g77.f-torture/execute/971102-1.f compilation, -O0
FAIL: g77.f-torture/execute/971102-1.f compilation, -O1
FAIL: g77.f-torture/execute/971102-1.f compilation, -O2
FAIL: g77.f-torture/execute/971102-1.f compilation, -O2
-fomit-frame-pointer -finline-functions
FAIL: g77.f-torture/execute/971102-1.f compilation, -O2
-fomit-frame-pointer -finline-functions -funroll-loops
FAIL: g77.f-torture/execute/971102-1.f compilation, -O2
-fomit-frame-pointer -finline-functions -funroll-all-loops
FAIL: g77.f-torture/execute/971102-1.f compilation, -Os
FAIL: g77.f-torture/execute/980520-1.f compilation, -O0
FAIL: g77.f-torture/execute/980520-1.f compilation, -O1
FAIL: g77.f-torture/execute/980520-1.f compilation, -O2
FAIL: g77.f-torture/execute/980520-1.f compilation, -O2
-fomit-frame-pointer -finline-functions
FAIL: g77.f-torture/execute/980520-1.f compilation, -Os
FAIL: g77.f-torture/execute/980628-0.f compilation, -O0
FAIL: g77.f-torture/execute/980628-0.f compilation, -O1
FAIL: g77.f-torture/execute/980628-0.f compilation, -O2
FAIL: g77.f-torture/execute/980628-0.f compilation, -O2
-fomit-frame-pointer -finline-functions
========================================================================
James Black (Comp Sci/Elec Eng Senior)
e-mail: black@eng.usf.edu http://www.eng.usf.edu/~black/index.html
For my public key: finger -l black@eng.usf.edu
"A person might be able to play without being creative, but he sure
can't be creative without playing" Kurt Hanks & Jay Parry
************************************************************************