Skip to content

Segfault generating recursive types #8

@asutton

Description

@asutton

The program below segfaults (stack overflow) when generating the LLVM type.

struct S { s : S&; }

The generator needs to track which types have been defined instead of blindly recursing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions