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

Noreturn attribute definition for MSVC #4189

Closed
vicuna opened this issue Dec 19, 2006 · 1 comment
Closed

Noreturn attribute definition for MSVC #4189

vicuna opened this issue Dec 19, 2006 · 1 comment
Assignees

Comments

@vicuna
Copy link

vicuna commented Dec 19, 2006

Original bug ID: 4189
Reporter: @oandrieu
Assigned to: @mshinwell
Status: resolved (set by @mshinwell on 2016-12-07T17:15:25Z)
Resolution: fixed
Priority: normal
Severity: feature
Version: 3.09.4+dev / +rc
Category: ~DO NOT USE (was: OCaml general)
Tags: patch

Bug description

The Noreturn attribute in byterun/misc.h is only defined for gcc. It is possible to define for MSVC too, provided that the Noreturn is moved at the beginning of the prototype.
[patch attached]

File attachments

@vicuna
Copy link
Author

vicuna commented Dec 7, 2016

Comment author: @mshinwell

"No return" for MSVC is correctly supported in the current compiler distribution, I believe.

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

No branches or pull requests

2 participants