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

doformat should be completely disabled for GDC #55

Closed
schveiguy opened this issue Feb 11, 2023 · 1 comment · Fixed by #56
Closed

doformat should be completely disabled for GDC #55

schveiguy opened this issue Feb 11, 2023 · 1 comment · Fixed by #56

Comments

@schveiguy
Copy link
Member

Located inside doformat is a use of va_arg with the TypeInfo form. According to the GCC project, and druntime, GDC does not and will not support this feature.

What this means is that anyone wishing to use the undead project with GDC will face compilation errors even if they never use doformat.

I propose that doFormat be versioned out for GNU just like the va_arg function it depends on. At least then, people can use the other parts of undead without dealing with unrelated compilation failures.

@ibuclaw
Copy link
Member

ibuclaw commented Feb 12, 2023

Agreed. There is no reasonable way to support this.

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 a pull request may close this issue.

2 participants