Skip to content

Crashed driver while testing label and goto. #92

@knubo

Description

@knubo

I wrote (more or less this) in a function:

void crash() {

oups:

/* Some code */

goto oups;
}

The driver crashed while trying to compile this. I was looking into do a break to label from a double nested for loop, but I could not forward reference my label so I just for compile time tested to put it before the goto statement.

This was on DGD 1.7.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions