Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix double initialisation of variables in ASR #1629

Merged
merged 2 commits into from
Mar 27, 2023

Commits on Mar 27, 2023

  1. Following changes have been made,

    1. Only those variables which are constant and have a compile time initialisation expression will have non-nullptr values for m_symbolic_value and m_value
    2. Rest all will be converted to assignment statements.
    czgdp1807 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    0492c59 View commit details
    Browse the repository at this point in the history
  2. Updated reference tests

    czgdp1807 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    095494a View commit details
    Browse the repository at this point in the history