[Issue 22274] New: importC: [ICE]: 4 identifiers does not match 3 declarations using K&R syntax

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Sep 4 06:47:54 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22274

          Issue ID: 22274
           Summary: importC: [ICE]: 4 identifiers does not match 3
                    declarations using K&R syntax
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: ibuclaw at gdcproject.org

This causes a wrong error and segfault.
---
void test_compress(compr, comprLen, uncompr, uncomprLen)
    unsigned *compr, *uncompr;
    signed comprLen, uncomprLen;
{
}
---

--


More information about the Digitalmars-d-bugs mailing list