Skip to content

assignment of a complex float crashes codegen #3503

@nunoplopes

Description

@nunoplopes
Bugzilla Link 3131
Resolution FIXED
Resolved on Nov 25, 2008 16:23
Version unspecified
OS All

Extended Description

the following code crashes 'clang -emit-llvm':

float _Complex bar();

void foo() {
float _Complex x = bar();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclang:codegenIR generation bugs: mangling, exceptions, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions