-
Notifications
You must be signed in to change notification settings - Fork 125
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
Segfault on anonymous struct #1151
Comments
Hello, thank you for reporting this bug. It is addressed in PR #1152. Your test case has been added to verify the results. If you have more such use cases in mind, don't hesitate to add them in this issue! We want to improve our test coverage. |
Thanks for the fast response. The error is now away and I have to handle some linking issues from my applications. Thank you very much. |
Glad to hear it (mostly) works! Let us know if you need anything else. |
clad seems to have problems when applied to a union with an anonymous struct.
I could reproduce it on a minimal example:
I called clad with:
The error output is:
The text was updated successfully, but these errors were encountered: