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

Issue 7906 - [ICE] enum declaration with invalid array literal crashes dmd #877

Merged
merged 1 commit into from Apr 14, 2012

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Apr 14, 2012

WalterBright added a commit that referenced this pull request Apr 14, 2012
Issue 7906 - [ICE] enum declaration with invalid array literal crashes dmd
@WalterBright WalterBright merged commit 2b41879 into dlang:master Apr 14, 2012
@9rnsr
Copy link
Contributor Author

9rnsr commented Apr 14, 2012

@WalterBright , the test suite in xtest46 was wrong, please merge #878 additionally.


void test7906()
{
enum s = [string.min];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is supposed to be a runnable test, and this test will always fail.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is my mistake. Please merge #878 additionally.

braddr pushed a commit to braddr/dmd that referenced this pull request Oct 22, 2012
allow to enable -fPIC by passing PIC=true to make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants