Thread overview
[Issue 23717] runnable/bitfields.c:192:5: error: unknown type name S; use struct keyword to refer to the type
[Issue 23717] runnable/bitfields.c:192:5: error: unknown type name ‘S’; use ‘struct’ keyword to refer to the type
Feb 15, 2023
Iain Buclaw
Feb 20, 2023
Walter Bright
Feb 20, 2023
Dlang Bot
Feb 20, 2023
Dlang Bot
February 15, 2023
https://issues.dlang.org/show_bug.cgi?id=23717

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid, ImportC
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23689
         Depends on|                            |23689


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=23689
[Issue 23689] ImportC: C tests in the testsuite are not valid C
--
February 20, 2023
https://issues.dlang.org/show_bug.cgi?id=23717

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|runnable/bitfields.c:192:5: |runnable/bitfields.c:192:5:
                   |error: unknown type name    |error: unknown type name S;
                   |‘S’; use ‘struct’ keyword   |use struct keyword to refer
                   |to refer to the type        |to the type

--
February 20, 2023
https://issues.dlang.org/show_bug.cgi?id=23717

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #14899 "fix Issue 23717 - runnable/bitfields.c:192:5: error: unknown type nam…" fixing this issue:

- fix Issue 23717 - runnable/bitfields.c:192:5: error: unknown type name S; use struct keyword to refer to the typ

https://github.com/dlang/dmd/pull/14899

--
February 20, 2023
https://issues.dlang.org/show_bug.cgi?id=23717

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14899 "fix Issue 23717 - runnable/bitfields.c:192:5: error: unknown type nam…" was merged into master:

- 3d3f11e2cbbb9047e145197ec8dd70798ad993b7 by Walter Bright:
  fix Issue 23717 - runnable/bitfields.c:192:5: error: unknown type name S; use
struct keyword to refer to the typ

https://github.com/dlang/dmd/pull/14899

--
December 15, 2023
https://issues.dlang.org/show_bug.cgi?id=23717
Issue 23717 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
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--