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++/4171: unresolved __gxx_personality_v0 in simple namespace example



>Number:         4171
>Category:       c++
>Synopsis:       unresolved __gxx_personality_v0 in simple namespace example
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 29 10:36:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Doug Pollard
>Release:        3.0.1
>Organization:
>Environment:
System: Linux linux.dp.scitools.com 2.2.14-5.0 #1 Tue Mar 7 21:07:39 EST 2000 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-3.0.1/configure --with-gnu-as --with-as=/usr/local/sysbin/as --with-gnu-ld --with-ld=/usr/local/sysbin/ld
>Description:
Compiling this simple 3 line file results in the unresolveable symbol __gxx_personality_v0.

>How-To-Repeat:
File Main.cpp:
  namespace Test { void test(); }
  using namespace Test;
  int main() { test(); }

% gcc -c Main.cpp
% nm Main.o
         U _ZN4Test4testEv
00000000 ? __FRAME_BEGIN__
         U __gxx_personality_v0
00000000 T main
>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]