This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
FYI: egcs 1.1b on Solaris 2.6
- To: egcs at cygnus dot com
- Subject: FYI: egcs 1.1b on Solaris 2.6
- From: James Lin <linja at starr dot econ dot nyu dot edu>
- Date: Tue, 24 Nov 1998 12:46:19 -0500 (EST)
OS: Solaris 2.6 with the latest patches
Installed: Sun Workshop 4.2, GNU gcc 2.8.1, GNI make 3.77, texinfo, perl
> which cc /usr/local/SUNWspro/bin/cc
> which gcc /usr/local/bin/gcc
> which gmake /usr/local/bin/gmake
> which make /usr/ccs/bin/make
> which as /usr/ccs/bin/as
> which ld /usr/ucb/ld
> ../egcs-1.1b/config.guess sparc-sun-solaris2.6
__________________________________________________________________________
Trial one (Solaris 'cc' 4.2 and 'make') ** UNSUCCESSFUL **
> echo $CC
/usr/local/SUNWspro/bin/cc
> ../egcs-1.1b/configure; make boot-strap
.......... ......
make all-recursive
Making all in intl
Making all in lib
mksh: Fatal error in reader: = missing from replacement macro reference
Current working directory /tmp2/egcs-make/texinfo/lib
*** Error code 1
.......
__________________________________________________________________________
Trial two (Solaris 'cc' 4.2 and GNU make 3.77) - Success
> echo $CC
/usr/local/SUNWspro/bin/cc
> ../egcs-1.1b/configure; gmake boot-strap
___________________________________________________________________________
Trial three (GNU gcc 2.8.1 and GNU make 3.77) - Success
> ../egcs-1.1b/configure; gmake boot-strap
___________________________________________________________________________
Trial four (GNU gcc 2.8.1 and GNU make 3.77 with -j) - Success
> ../egcs-1.1b/configure; gmake -j boot-strap
------Notes:
All trials were done in fresh objdect directories.
My first attempt on trail four (gcc 2.8.1, GNU make 3.77 with -j) failed.
At that time I didn't pay attention to the error, but a later attempt
succeeded. A fluke, I guess.
_________________________________________________________________________
Testsuite excerpt:
Running /tmp2/egcs-1.1b/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
FAIL: gcc.c-torture/execute/loop-2f.c execution, -O2
FAIL: gcc.c-torture/execute/loop-2f.c execution, -O2 -fomit-frame-pointer
-finline-functions
FAIL: gcc.c-torture/execute/loop-2f.c execution, -O2 -fomit-frame-pointer
-finline-functions -funroll-loops
FAIL: gcc.c-torture/execute/loop-2f.c execution, -O2 -fomit-frame-pointer
-finline-functions -funroll-all-loops
FAIL: gcc.c-torture/execute/loop-2f.c execution, -O2 -g
FAIL: gcc.c-torture/execute/loop-2f.c execution, -Os
FAIL: gcc.c-torture/execute/loop-2g.c execution, -O2
FAIL: gcc.c-torture/execute/loop-2g.c execution, -O2 -fomit-frame-pointer
-finline-functions
FAIL: gcc.c-torture/execute/loop-2g.c execution, -O2 -fomit-frame-pointer
-finline-functions -funroll-loops
FAIL: gcc.c-torture/execute/loop-2g.c execution, -O2 -fomit-frame-pointer
-finline-functions -funroll-all-loops
FAIL: gcc.c-torture/execute/loop-2g.c execution, -O2 -g
FAIL: gcc.c-torture/execute/loop-2g.c execution, -Os
FAIL: gcc.dg/980626-1.c (test for excess errors)
=== gcc Summary ===
# of expected passes 7481
# of unexpected failures 17
# of expected failures 7
# of unsupported tests 18
/tmp2/egcs-make/gcc/xgcc version egcs-2.91.57 19980901 (egcs-1.1 release)
__________________________________________
Running /tmp2/egcs-1.1b/gcc/testsuite/g++.old-deja/old-deja.exp ...
XPASS: g++.pt/explicit69.C not a template instantiation (test for errors,
line 2)
XPASS: g++.robertl/eb132.C (test for excess errors)
FAIL: g++.robertl/eb91.C (test for excess errors)
=== g++ Summary ===
# of expected passes 4221
# of unexpected failures 1
# of unexpected successes 2
# of expected failures 84
# of untested testcases 6
_____________________________________