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

Cchar sign should be compiler dependent #2476

Closed
vtjnash opened this issue Mar 6, 2013 · 3 comments
Closed

Cchar sign should be compiler dependent #2476

vtjnash opened this issue Mar 6, 2013 · 3 comments
Labels
kind:bug Indicates an unexpected problem or unintended behavior

Comments

@vtjnash
Copy link
Sponsor Member

vtjnash commented Mar 6, 2013

I'm not sure how to detect this, but the C-prefix types are most useful if they actually correspond to the C type they are supposed to be

@JeffBezanson
Copy link
Sponsor Member

I'm not sure it matters. You get the same bit pattern whether you convert to Int8 or Uint8, and the calling convention is surely the same as well.

@vtjnash
Copy link
Sponsor Member Author

vtjnash commented Mar 6, 2013

llvm/clang does not consider them the same (remember #978 ?) and has a slightly different calling convention for them on x86

@JeffBezanson
Copy link
Sponsor Member

Ah yes, there is that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants