Skip to content

Crash with recursive? struct definition #2559

@llvmbot

Description

@llvmbot
Bugzilla Link 2187
Resolution DUPLICATE
Resolved on Apr 02, 2008 11:18
Version unspecified
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

Following short program crashes in CodeGen.

struct a { struct b *b; };
struct b { struct a a; };
struct a x;

While searching for previous reports, I realized I(!) reported this bug last December. I guess that's why I should use the bug tracker for bug reporting, not the mailing list...

http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000703.html

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions