Skip to content

Duplication of attribute specifier #354

@simvv-exe

Description

@simvv-exe

This example:

unsigned __attribute__((const))
ctz(unsigned x)
{
	return 0;
}

expands as:

unsigned __attribute___attribute__((const)) unsigned int ctz(unsigned int x)
{
  return 0;
}

This leads to duplication of unsigned and __attribute__

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions