Skip to content

Dragonegg doesn't handle __attribute__((alias(...))) #10959

@llvmbot

Description

@llvmbot
Bugzilla Link 10587
Resolution FIXED
Resolved on Aug 06, 2011 12:08
Version trunk
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

With the source file:

foo.c

int foo(int x) { return x; }

extern typeof(foo) foo2 __attribute((alias("foo")));

compiling with dragonegg results in only foo being defined while compiling with vanilla gcc results in both foo and foo2 being defined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions