Thread overview
[Issue 22074] importC: Generate tests for stressing CParser using Csmith
Jun 22, 2021
Iain Buclaw
Jun 27, 2021
Walter Bright
Jun 27, 2021
Iain Buclaw
Jun 27, 2021
Iain Buclaw
Dec 17, 2022
Iain Buclaw
June 22, 2021
https://issues.dlang.org/show_bug.cgi?id=22074

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp, ImportC
                 CC|                            |ibuclaw@gdcproject.org

--
June 27, 2021
https://issues.dlang.org/show_bug.cgi?id=22074

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
I don't understand. int32_t is a typedef defined by stdint.h, it is not a keyword and is not known to ImportC without the typedef.

--
June 27, 2021
https://issues.dlang.org/show_bug.cgi?id=22074

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
(In reply to Walter Bright from comment #1)
> I don't understand. int32_t is a typedef defined by stdint.h, it is not a keyword and is not known to ImportC without the typedef.
There is not specific failing example here.

Any errors found by Csmith will have to be Creduce'd.  The actual error message I posted is from a large source file generated by a fuzzer.

--
June 27, 2021
https://issues.dlang.org/show_bug.cgi?id=22074

--- Comment #3 from Iain Buclaw <ibuclaw@gdcproject.org> ---
(In reply to Iain Buclaw from comment #2)
> (In reply to Walter Bright from comment #1)
> > I don't understand. int32_t is a typedef defined by stdint.h, it is not a keyword and is not known to ImportC without the typedef.
> There is not specific failing example here.
> 
> Any errors found by Csmith will have to be Creduce'd.  The actual error message I posted is from a large source file generated by a fuzzer.
...and has no meaning on its own.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=22074

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 13
https://issues.dlang.org/show_bug.cgi?id=22074

--- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/19953

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--