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]
Other format: [Raw text]

Re: GCC 3.3



Hello again,

Just a small clarification:

> Ada fails to build under hpux 10.20 on 3.3 because the 3.2 version
> of libgnat uses a call to a system routine that's not available under
> 10.X.

 Right.

> The routine is part of the hpux 11.X unwind library and it's
> used for exception support.

 The routine is actually not used for exception support per se, but only for
 the computation of call-chain backtraces.

 It turns out that it is most often used together with exceptions, to attach
 to exception occurrences a traceback describing the call-chain at the point
 of the raise. 

 This is optional, however, and missing this feature does not prevent the base
 exception support to work.





 


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