-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
CTFE pointer and destructor bugs 6933 7185 7187 7194 #602
Conversation
Unnecessary complexity -- it really just needs the default init literal.
Nested calls can occur during parameter evaluation.
Have to deal with the StringExp case as well as the ArrayLiteralExp case.
This code pre-dates support for pointers. It's obsolete now.
fields These cases had been missed.
CTFE pointer and destructor bugs 6933 7185 7187 7194
|
Fails on OSX with: ../dmd -m32 interpret --- errorlevel 256 |
|
The failure was for D1. |
|
Reverted until D1 fix. |
Issue 7796 - std.typecons.Unique is using writeln without importing std.stdio.
6933 Segfault(declaration.c) using struct with destructor in CTFE
7185 [CTFE] ICE on changing char array length
7194 [CTFE] Incorrect behaviour with pointers as local struct variable
also regression bug 7187 was reopened because I'd missed a case; this fixes it so it can be closed again.