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

Strictly conform to C99 #2

Open
Qqwy opened this issue May 4, 2018 · 0 comments
Open

Strictly conform to C99 #2

Qqwy opened this issue May 4, 2018 · 0 comments

Comments

@Qqwy
Copy link
Owner

Qqwy commented May 4, 2018

According to this page: (TODO: find appropriate section in the C99 standard itself)
http://en.cppreference.com/w/c/program/setjmp

it is not allowed to store the output value ofsetjmp, and it can only occur in a couple of specific locations. Exceptional currently does not strictly follow these rules.

@Qqwy Qqwy changed the title Strictly conform to C00 Strictly conform to C99 May 5, 2018
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

1 participant