February 15, 2023 [Issue 23689] ImportC: C tests in the testsuite are not valid C | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23689 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23716 See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=23716 Referenced Issues: https://issues.dlang.org/show_bug.cgi?id=23716 [Issue 23716] compilable/testcstuff2.c:18:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asm’ -- |
February 15, 2023 [Issue 23689] ImportC: C tests in the testsuite are not valid C | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23689 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23717 See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=23717 Referenced Issues: https://issues.dlang.org/show_bug.cgi?id=23717 [Issue 23717] runnable/bitfields.c:192:5: error: unknown type name ‘S’; use ‘struct’ keyword to refer to the type -- |
February 15, 2023 [Issue 23689] ImportC: C tests in the testsuite are not valid C | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23689 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23718 See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=23718 Referenced Issues: https://issues.dlang.org/show_bug.cgi?id=23718 [Issue 23718] runnable/initializer.c:583:10: error: cast specifies array type -- |
February 15, 2023 [Issue 23689] ImportC: C tests in the testsuite are not valid C | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23689 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23719 See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=23719 Referenced Issues: https://issues.dlang.org/show_bug.cgi?id=23719 [Issue 23719] runnable/test22071.c:22:16: error: ‘abc’ is a pointer; did you mean to use ‘->’? -- |
February 15, 2023 [Issue 23689] ImportC: C tests in the testsuite are not valid C | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23689 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23720 See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=23720 Referenced Issues: https://issues.dlang.org/show_bug.cgi?id=23720 [Issue 23720] runnable/test22513.c:16:12: error: invalid use of undefined type ‘struct S’ -- |
February 15, 2023 [Issue 23689] ImportC: C tests in the testsuite are not valid C | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23689 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23721 See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=23721 Referenced Issues: https://issues.dlang.org/show_bug.cgi?id=23721 [Issue 23721] runnable/test22513.c:18:28: error: field ‘t’ has incomplete type -- |
February 27, 2023 [Issue 23689] ImportC: C tests in the testsuite are not valid C | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23689 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 -- |
June 01, 2023 [Issue 23689] ImportC: C tests in the testsuite are not valid C | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23689 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@digitalmars.com --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> --- Since every C compiler has extensions, and I can't remember a C header file yet that could resist using them, ImportC has to compile them, too. The ImportC C extensions are pretty much all either extensions used in C .h files, or ones that come from the use of D semantic routines. If ImportC was a strict C11 compiler, it would not be useful to our users. -- |
December 15, 2023 [Issue 23689] ImportC: C tests in the testsuite are not valid C | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23689 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Walter Bright <bugzilla@digitalmars.com> --- Only 23718 is left, so no need to keep this issue. -- |
Copyright © 1999-2021 by the D Language Foundation