-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
0.16.0-alpha4: Infinite recursion inside initializer #1101
Comments
|
Are you working on this? |
|
I currently try to produce a reduced test case for #1022. |
|
I'll have a brief look at it later then. |
dnadlinger
added a commit
to ldc-developers/dmd-testsuite
that referenced
this issue
Sep 20, 2015
dnadlinger
added a commit
to dnadlinger/ldc
that referenced
this issue
Sep 20, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code
leads to an infinite recursion, resulting in a segmentation fault.
DtoConstArrayInitializer()is called again and again.The text was updated successfully, but these errors were encountered: