bugGNU Development Chain for 68HC11/68HC12 - Bugs: bug #4268, C++ exceptions don't work anymore

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #4268: C++ exceptions don't work anymore

Submitter:  Stephane Carrez <ciceron>
Submitted:  Thu 10 Jul 2003 07:26:21 PM UTC
   
 
Category:  gcc Severity:  3 - Normal
Item Group:  sw-bug Status:  None
Privacy:  Public Assigned to:  ciceron
Open/Closed:  Open

Fri 11 Jul 2003 07:45:03 PM UTC, comment #1: 

Problem is due to the fact that the libsupc++ is not
compiled and this library is required for C++ support.

Stephane Carrez <ciceron>
Group administrator
Thu 10 Jul 2003 07:26:21 PM UTC, original submission:  

The C++ exception no longer work and we can't link
a program that use them. We obtain errors like:

/home/ciceron/tmp/cc1CCApe.o: undefined reference to `__gxx_personality_sj0'
/home/ciceron/tmp/cc1CCApe.o: undefined reference to `__cxa_allocate_exception'
/home/ciceron/tmp/cc1CCApe.o: undefined reference to `__cxa_throw'
/home/ciceron/tmp/cc1CCApe.o: undefined reference to `__cxa_call_unexpected'
/home/ciceron/tmp/cc1CCApe.o: undefined reference to `__gxx_personality_sj0'
/home/ciceron/tmp/cc1CCApe.o: undefined reference to `__cxa_allocate_exception'

during the link.

They used to work (with a setjmp/longjmp implementation).

Stephane Carrez <ciceron>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2003-07-11 ciceron Assigned toNone None

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code