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

libjava 3_0-branch failed bootstrap


Last night's bootstrap failed apparently due to this:
In file included from /usr/src/cvs/gcc-3.0/libjava/exception.cc:118:
/usr/src/cvs/gcc-3.0/gcc/unwind-pe.h: In function `unsigned int
size_of_encoded_value(unsigned char)':
/usr/src/cvs/gcc-3.0/gcc/unwind-pe.h:76: `abort' undeclared in namespace `std'
/usr/src/cvs/gcc-3.0/gcc/unwind-pe.h:77: warning: control reaches end of
  non-void function 
/usr/src/cvs/gcc-3.0/gcc/unwind-pe.h: In function `_Unwind_Ptr
base_of_encoded_value(unsigned char, _Unwind_Context*)':
/usr/src/cvs/gcc-3.0/gcc/unwind-pe.h:104: `abort' undeclared in namespace `std'
/usr/src/cvs/gcc-3.0/gcc/unwind-pe.h:105: warning: control reaches end of
  non-void function
/usr/src/cvs/gcc-3.0/gcc/unwind-pe.h: In function `const unsigned char*
read_encoded_value_with_base(unsigned char, unsigned int, const unsigned
char*, _Unwind_Ptr*)':
/usr/src/cvs/gcc-3.0/gcc/unwind-pe.h:207: `abort' undeclared in namespace `std'
/usr/src/cvs/gcc-3.0/gcc/unwind-pe.h:127: warning: `_Unwind_Ptr result' might
be used uninitialized in this function
make[3]: *** [exception.lo] Error 1


RCS file: /cvs/gcc/gcc/gcc/unwind-pe.h,v
Working file: unwind-pe.h
head: 1.5
branch:
locks: strict
access list:
keyword substitution: kv
total revisions: 9;     selected revisions: 1
description:
----------------------------
revision 1.2.2.4
date: 2001/06/09 17:58:28;  author: bkoz;  state: Exp;  lines: +10 -3

2001-06-09  Benjamin Kosnik  <bkoz@redhat.com>

        * unwind-pe.h: Conditionally qualify references to abort with
	        std::.
=============================================================================
-- 
Gordon Sadler


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