This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/15071] New: ICE in "crtstuff.c" during "make bootstrap" when building GCC 3.3


	
I'm running Caldera 2.3 at the 2.4.22 Kernel level on a Pentium II.
My gcc is egcs-2.91.66.
I'm updating GCC to the 3.3 level.
When I do the "make bootstrap", I get the following messages.

./xgcc -B./ -B/usr/local/i686-pc-linux-gnu/bin/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include -O2 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -I. -I. -I/Source/gcc-3.3/gcc -I/Source/gcc-3.3/gcc/. -I/Source/gcc-3.3/gcc/config -I/Source/gcc-3.3/gcc/../include  -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-omit-frame-pointer    -c /Source/gcc-3.3/gcc/crtstuff.c -DCRT_BEGIN   -o crtbegin.o
/Source/gcc-3.3/gcc/crtstuff.c: In function __deregister_frame_info_bases' discards qualifiers from pointer target type
/Source/gcc-3.3/gcc/crtstuff.c:258: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory /Source/GCC-33/gcc'
make: *** [bootstrap] Error 2

Output of "gcc -v"

Reading specs from /usr/lib/gcc-lib/i386-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)

Environment:
System: Linux sevencardstud.cable.nu 2.4.22 #1 Wed Oct 22 17:28:43 EDT 2003 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: /Source/gcc-3.3/configure

How-To-Repeat:
	It is very repeatable by just rerunning the "make bootstrap"

-- 
           Summary: ICE in "crtstuff.c" during "make bootstrap" when
                    building GCC 3.3
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: root at sevencardstud dot cable dot nu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15071


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