We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're generating code like this now:
ltmp_2731_1 = ((unsigned char * (*) (unsigned char , unsigned char , unsigned int ))(void)memset) (ltmp_2730_1, ((unsigned char )0), ltmp_34_2);
Which is causing tons of GCC ice's. :(
-Chris
The text was updated successfully, but these errors were encountered:
assigned to @lattner
Sorry, something went wrong.
Fixed, patch here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070205/044039.html
testcase: most of llvm-test.
lattner
No branches or pull requests
Extended Description
We're generating code like this now:
ltmp_2731_1 = ((unsigned char * (*) (unsigned char , unsigned char , unsigned int ))(void)memset)
(ltmp_2730_1, ((unsigned char )0), ltmp_34_2);
Which is causing tons of GCC ice's. :(
-Chris
The text was updated successfully, but these errors were encountered: