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]

Re: cp/new1.cc:90: NOTE_INSN_BASIC_BLOCK is missing for block 4


> 
> The following build error occurs with yesterdays CVS source under hpux 10.20:
> 
> > ./xgcc -B/usr/local/hppa1.1-hp-hpux10.20/bin/ -B./ -isystem /usr/local/hppa1.1-hp-hpux10.20/include -O2   -DIN_GCC    -W -Wall  -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -Wno-long-long -O3 -isystem ./include  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -O3 -I. -I../../gcc -I../../gcc/config -I../../gcc/../include \
> >   -c ../../gcc/cp/new1.cc -DL_op_new -o opnew.o
> > cc1plus: warning: Ignoring command line option '-Wstrict-prototypes'
> > ../../gcc/cp/new1.cc: In function `void *operator new (unsigned int)':
> > ../../gcc/cp/new1.cc:90: NOTE_INSN_BASIC_BLOCK is missing for block 47
> > 
> > ../../gcc/cp/new1.cc:90: NOTE_INSN_BASIC_BLOCK 1100 in the middle of
> > basic block 47
> > ../../gcc/cp/new1.cc:90: NOTE_INSN_BASIC_BLOCK is missing for block 44
> > ...

I should have noted the final result with yesterday's CVS source:

../../gcc/cp/new1.cc:90: NOTE_INSN_BASIC_BLOCK is missing for block 2

../../gcc/cp/new1.cc:90: NOTE_INSN_BASIC_BLOCK 1027 in the middle of
basic block 2
../../gcc/cp/new1.cc:90: Internal compiler error in `verify_flow_info',
at flow.c:6556

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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