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: C++ Unwind question (IA64 HP-UX)


On Thu, Nov 29, 2001 at 10:19:42AM -0800, Steve Ellcey wrote:
> Is there a "correct" argument to be passing?  I looked at the IA64
> exception handling ABI but that didn't make it clear to me if there
> was a correct argument to be passing.

It looks to me that it is.

In the description of exception_cleanup I don't see that _URC_NO_REASON
is a valid argument.  I see exactly three allowed values:

	_URC_FOREIGN_EXCEPTION_CAUGHT
	_URC_FATAL_PHASE1_ERROR
	_URC_FATAL_PHASE2_ERROR.


r~


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