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

c++/324: ICE in stage1 compile of gcc/cp/new1.cc



>Number:         324
>Category:       c++
>Synopsis:       ICE in stage1 compile of gcc/cp/new1.cc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 14 23:26:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     branko.cibej@hermes.si
>Release:        2.96 20000614 (experimental)
>Organization:
>Environment:
hppa1.1-hp-hpux10.20
Using gcc-2.95.2 to bootstrap
>Description:
./xgcc -B/home/brane/eval/gcc/inst/hppa1.1-hp-hpux10.20/bin/ -B./
 -isystem /home/brane/eval/gcc/inst/hppa1.1-hp-hpux10.20/include -O2
 -DIN_GCC    -W -Wall  -Wwrite-strings -Wstrict-prototypes
 -Wmissing-prototypes  -Wno-long-long -g -isystem ./include
 -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -g -I.
 -I../../../gcc/gcc -I../../../gcc/gcc/config -I../../../gcc/gcc/../include 
 -c ../../../gcc/gcc/cp/new1.cc -DL_op_new -o opnew.o
cc1plus: warning: Ignoring command line option '-Wstrict-prototypes'
../../../gcc/gcc/cp/new1.cc: In function `void *operator new (unsigned
int)':
../../../gcc/gcc/cp/new1.cc:90: NOTE_INSN_BASIC_BLOCK is missing for
block 47

../../../gcc/gcc/cp/new1.cc:90: NOTE_INSN_BASIC_BLOCK 1100 in the
middle of basic block 47
../../../gcc/gcc/cp/new1.cc:90: NOTE_INSN_BASIC_BLOCK is missing for
block 44

[...15 of these...]
../../../gcc/gcc/cp/new1.cc:90: NOTE_INSN_BASIC_BLOCK 1027 in the
middle of basic block 2
../../../gcc/gcc/cp/new1.cc:90: Internal compiler error in
`verify_flow_info', at flow.c:6556
Please submit a full bug report.


Also, some time before:

./xgcc -B/home/brane/eval/gcc/inst/hppa1.1-hp-hpux10.20/bin/ -B./ 
 -isystem /home/brane/eval/gcc/inst/hppa1.1-hp-hpux10.20/include
 -O2   -DIN_GCC    -g -W -Wall  -Wwrite-strings -Wstrict-prototypes
 -Wmissing-prototypes  -Wno-long-long -isystem ./include  -fPIC -g1
 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I../../../gcc/gcc
 -I../../../gcc/gcc/config -I../../../gcc/gcc/../include -DUSE_COLLECT2
 -DL_varargs -c ../../../gcc/gcc/libgcc2.c -o libgcc/./_varargs.o
../../../gcc/gcc/libgcc2.c:1290: warning: no previous prototype for `__builtin_saveregs'
../../../gcc/gcc/libgcc2.c: In function `__builtin_saveregs':
../../../gcc/gcc/libgcc2.c:1292: warning: ICE: would have deleted prologue/epilogue insn
(insn 37 35 38 (set (reg:SI 4 %r4)
        (reg:SI 19 %r19)) -1 (nil)
    (nil))
>How-To-Repeat:
CC=gcc CFLAGS=-g ../../gcc/configure \
        --prefix=/home/brane/eval/gcc/inst \
        --enable-languages=c++ \
        --enable-shared --enable-libstdcxx-v3 \
        --enable-cpp --enable-cpplib --enable-c-cpplib \
        --with-gnu-as \
        --enable-namespaces --enable-long_long \
        --disable-nls
make bootstrap
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

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