Skip to content

c2rust panic when encounter __counted_by__ attribute #1382

@bungcip

Description

@bungcip

reduced testcase

struct {
  int length;
  unsigned char data[] __attribute__ ((__counted_by__ (length)));
} eed_4;

https://c.godbolt.org/z/1cMd7PveW

__counted_by__ introduced in clang 18.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions