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

[REG2.065] Issue 14207 - [CTFE] ICE on unsupported reinterpret cast in compile time #4545

Merged
merged 1 commit into from Apr 4, 2015

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Apr 2, 2015

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

The problematic code in isSafePointerCast() was introduced in pull #2612 to fix regression 10687.

…le time

The problematic code in isSafePointerCast() was introduced in pull 2612 to fix regression 10687.
@9rnsr 9rnsr changed the title [REG2.065] Issue 14207 - Assertion failure: '(vd->storage_class & (STCout | STCref)) ? isCtfeReferenceValid(newval) : isCtfeValueValid(newval)' on line 6724 in file 'interpret.c' [REG2.065] Issue 14207 - [CTFE] ICE on unsupported reinterpret cast in compile time Apr 3, 2015
WalterBright added a commit that referenced this pull request Apr 4, 2015
[REG2.065] Issue 14207 - [CTFE] ICE on unsupported reinterpret cast in compile time
@WalterBright WalterBright merged commit b99758d into dlang:master Apr 4, 2015
@9rnsr 9rnsr deleted the fix14207 branch April 5, 2015 02:37
tramker pushed a commit to tramker/dmd that referenced this pull request May 21, 2015
[REG2.065] Issue 14207 - [CTFE] ICE on unsupported reinterpret cast in compile time
Conflicts:
	src/interpret.c

Signed-off-by: Martin Krejcirik <mk@krej.cz>
tramker pushed a commit to tramker/dmd that referenced this pull request May 21, 2015
[REG2.065] Issue 14207 - [CTFE] ICE on unsupported reinterpret cast in compile time
Conflicts:
	src/interpret.c

Signed-off-by: Martin Krejcirik <mk@krej.cz>
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