Skip to content

missing warning on flow analysis #385

@thradams

Description

@thradams

I believe the following code is not producing the expected result or diagnostics.

#pragma flow enable

int main()
{
  goto target;
  int i = 1;
  target:
  int j = i;
}

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