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

Need C/C++ interop tests for empty anonymous structs/unions #19334

Closed
dlangBugzillaToGithub opened this issue Nov 25, 2017 · 1 comment
Closed
Labels
Feature:extern (C/C++/Obj-C) interfacing to C, C++, Objective-C code P3 Severity:normal

Comments

@dlangBugzillaToGithub
Copy link

Mike Franklin reported this on 2017-11-25T00:52:26Z

Transferred from https://issues.dlang.org/show_bug.cgi?id=18008

Description

A fix for https://issues.dlang.org/show_bug.cgi?id=12929 prompted a discussion about C/C++ compatibility for anonymous structs/unions.  

After time had passed, it was discovered that the error caused by the original use case no longer occurred.  Therefore, the issue was marked fixed, but the discussion about how to test for C/C++ compatibility remains unresolved.

See https://github.com/dlang/dmd/pull/4107 for context.
@thewilsonator thewilsonator added the Feature:extern (C/C++/Obj-C) interfacing to C, C++, Objective-C code label Dec 15, 2024
@thewilsonator
Copy link
Contributor

We have C++ interim tests these days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:extern (C/C++/Obj-C) interfacing to C, C++, Objective-C code P3 Severity:normal
Projects
None yet
Development

No branches or pull requests

2 participants