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 6584 - ICE on large version number/debug level #366

Merged
merged 1 commit into from
Sep 11, 2011

Conversation

yebblies
Copy link
Member

@yebblies yebblies commented Sep 6, 2011

Token::toChars uses sizeof(value) to calculate the buffer, which has nothing to do with the size of the value being formatted. Set to use float80value, as this is the biggest numeric type supported.
debug and version should accept int32 and int64.

http://d.puremagic.com/issues/show_bug.cgi?id=6584

Token::toChars uses the sizeof(value) to calculate the buffer, which has nothing to do with the size of the value being formatted.  Set to use float80value, as this is the biggest numeric type supported.
debug and version should accept int32 and int64.
WalterBright added a commit that referenced this pull request Sep 11, 2011
Issue 6584 - ICE on large version number/debug level
@WalterBright WalterBright merged commit 3d5a476 into dlang:master Sep 11, 2011
braddr pushed a commit to braddr/dmd that referenced this pull request Oct 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants