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 12776 - Wrong type for __vector(int[4]).init #4217

Merged
merged 2 commits into from Dec 20, 2014

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Dec 18, 2014

https://issues.dlang.org/show_bug.cgi?id=12776

Additionally, remove old offset property handling completely.

// Check for offset keyword
if (asmtok->ident == Id::offset)
{
deprecation(asmstate.loc, "offset deprecated, use offsetof");
Copy link
Member

Choose a reason for hiding this comment

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

Change instead to:

error(asmstate.loc, "use offsetof instead of offset");

This step shouldn't be skipped.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, done.

WalterBright added a commit that referenced this pull request Dec 20, 2014
Issue 12776 - Wrong type for __vector(int[4]).init
@WalterBright WalterBright merged commit e11f409 into dlang:master Dec 20, 2014
@9rnsr 9rnsr deleted the fix12776 branch December 23, 2014 01:39
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