https://issues.dlang.org/show_bug.cgi?id=23692
Issue 23692 depends on issue 23689, which changed state.
Issue 23689 Summary: ImportC: C tests in the testsuite are not valid C
https://issues.dlang.org/show_bug.cgi?id=23689
What|Removed |Added
__declspec are not documented as
supported Visual C extensions
https://github.com/dlang/dlang.org/pull/3622
--
https://issues.dlang.org/show_bug.cgi?id=23692
--- Comment #5 from Dlang Bot ---
@WalterBright created dlang/dlang.org pull request #3623 "fix Issue 23692 -
ImportC: __pragma and __declspec are not documented…" fixing this issue:
- fix Issue 23692 - ImportC: __pragma and __declsp
---
@WalterBright created dlang/dlang.org pull request #3622 "fix Issue 23692 -
ImportC: __pragma and __declspec are not documented…" fixing this issue:
- fix Issue 23692 - ImportC: __pragma and __declspec are not documented as
supported Visual C extensions
https://github.com/dlang/dlang.org/pull/3622
--
https://issues.dlang.org/show_bug.cgi?id=23692
Iain Buclaw changed:
What|Removed |Added
Priority|P1 |P2
--
https://issues.dlang.org/show_bug.cgi?id=23692
--- Comment #3 from Iain Buclaw ---
(In reply to Walter Bright from comment #2)
> (In reply to Iain Buclaw from comment #1)
> > 1. It would appear that `__pragma` and `__declspec` are MSVC extensions.
>
> That's correct. Just like ImportC adds exten
https://issues.dlang.org/show_bug.cgi?id=23692
Iain Buclaw changed:
What|Removed |Added
Component|dmd |dlang.org
Summary|compilable/test22