Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should std::rethrow_exception be covered by the EH ABI? #150

Open
jwakely opened this issue Oct 7, 2022 · 2 comments
Open

Should std::rethrow_exception be covered by the EH ABI? #150

jwakely opened this issue Oct 7, 2022 · 2 comments

Comments

@jwakely
Copy link
Contributor

jwakely commented Oct 7, 2022

Both libstdc++ and libcxxabi create a __cxa_dependent_exception for exceptions that have been captured in an std::exception_ptr and then rethrown using std::rethrow_exception.

The email archives contain discussion of this from May 2008 and May 2010.

@rjmccall
Copy link
Collaborator

Yeah, it would be good to add that. Would you mind making a PR?

@jwakely
Copy link
Contributor Author

jwakely commented Oct 11, 2022

I can give it a try ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants