public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/3630: GCC 3.0 fails to bootstrap on Solaris 8 (Intel)
@ 2001-07-09 17:06 bernieh1
  0 siblings, 0 replies; 2+ messages in thread
From: bernieh1 @ 2001-07-09 17:06 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3630
>Category:       bootstrap
>Synopsis:       GCC 3.0 fails to bootstrap on Solaris 8 (Intel)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 09 17:06:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Bernie Harris
>Release:        3.0
>Organization:
>Environment:
Solaris 8 (Intel edition), MU 4, Developer's installation
>Description:
GCC 3.0 fails to bootstrap from gcc 2.95.2 and 2.95.3 on a
Solaris 8 (Intel) system that successfully builds prior
versions of gcc.  Below are the errors I get


../xgcc -B./ -B/usr/local/i386-pc-solaris2.8/bin/ -isystem
/usr/local/i386-pc-solaris2.8/include -O2   -DIN_GCC   
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-isystem ./include  -fPIC -g1 
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I../../gcc-3.0/gcc 
-I../../gcc-3.0/gcc/.  -I../../gcc-3.0/gcc/config
-I../../gcc-3.0/gcc/../include -fexceptions -c 
../../gcc-3.0/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
../../gcc-3.0/gcc/unwind-dw2.c: In function `extract_cie_info':
../../gcc-3.0/gcc/unwind-dw2.c:219: warning: implicit declaration of
function `strlen'
../../gcc-3.0/gcc/unwind-dw2.c: In function `execute_stack_op':
../../gcc-3.0/gcc/unwind-dw2.c:300: warning: `result' might be used
uninitialized in this function
../../gcc-3.0/gcc/unwind-dw2.c: In function `execute_cfa_program':
../../gcc-3.0/gcc/unwind-dw2.c:775: warning: implicit declaration of
function `alloca'
../../gcc-3.0/gcc/unwind-dw2.c: In function `uw_frame_state_for':
../../gcc-3.0/gcc/unwind-dw2.c:886: warning: implicit declaration of
function `memset'
../../gcc-3.0/gcc/unwind-dw2.c: In function `uw_install_context_1':
../../gcc-3.0/gcc/unwind-dw2.c:1088: warning: missing braces around
initializer
../../gcc-3.0/gcc/unwind-dw2.c:1088: warning: (near initialization for
`once_regsizes.__pthread_once_pad')
../../gcc-3.0/gcc/unwind-dw2.c:1103: warning: implicit declaration of
function `memcpy'
Assembler: unwind-dw2.c
        "/var/tmp/ccpK09aa.s", line 4264 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4287 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4318 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4345 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4382 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4425 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4468 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4507 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4542 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4571 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4606 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4637 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4680 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4723 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4760 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4795 : Illegal subtraction
        "/var/tmp/ccpK09aa.s", line 4834 : Illegal subtraction
*** Error code 1
make: Fatal error: Command failed for target `libgcc/unwind-dw2.o'
Current working directory /export/home/local/src/gcc-3.0_build/gcc
*** Error code 1
make: Fatal error: Command failed for target `libgcc.a'
Current working directory /export/home/local/src/gcc-3.0_build/gcc
*** Error code 1
make: Fatal error: Command failed for target `stage1_build'
Current working directory /export/home/local/src/gcc-3.0_build/gcc
*** Error code 1
make: Fatal error: Command failed for target `bootstrap'
>How-To-Repeat:
Perform a routine bootstrap on the specified platform.
>Fix:
It is reported to bootstrap if the binutils are installed
and the --with-as and --with-ld configure options are specified.
This was not required with previous releases, isn't necessary
on Solaris SPARC, and configure should fail if this is a new
requirement.
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: bootstrap/3630: GCC 3.0 fails to bootstrap on Solaris 8 (Intel)
@ 2001-07-09 20:48 aoliva
  0 siblings, 0 replies; 2+ messages in thread
From: aoliva @ 2001-07-09 20:48 UTC (permalink / raw)
  To: bernieh1, gcc-bugs, gcc-prs, nobody

Synopsis: GCC 3.0 fails to bootstrap on Solaris 8 (Intel)

State-Changed-From-To: open->closed
State-Changed-By: aoliva
State-Changed-When: Mon Jul  9 20:48:04 2001
State-Changed-Why:
    Already fixed in the 3.0 branch and mainline.  Will be fixed in release 3.0.1.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3630&database=gcc


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-09 20:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-09 17:06 bootstrap/3630: GCC 3.0 fails to bootstrap on Solaris 8 (Intel) bernieh1
2001-07-09 20:48 aoliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).