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

CBE generated code often provokes GCC ICE's #1555

Closed
lattner opened this issue Feb 6, 2007 · 2 comments
Closed

CBE generated code often provokes GCC ICE's #1555

lattner opened this issue Feb 6, 2007 · 2 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla compile-fail Use [accepts-invalid] and [rejects-valid] instead

Comments

@lattner
Copy link
Collaborator

lattner commented Feb 6, 2007

Bugzilla Link 1183
Resolution FIXED
Resolved on Feb 22, 2010 12:46
Version trunk
OS All

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

@lattner
Copy link
Collaborator Author

lattner commented Feb 6, 2007

assigned to @lattner

@lattner
Copy link
Collaborator Author

lattner commented Feb 6, 2007

Fixed, patch here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070205/044039.html

testcase: most of llvm-test.

-Chris

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla compile-fail Use [accepts-invalid] and [rejects-valid] instead
Projects
None yet
Development

No branches or pull requests

1 participant