Skip to content

plus/multiply operator precedence is problematic  #4

Description

@SleepyRoy

OS: win10

Version: latest win branch (023992f on Jul 2 2015)

Example: By first assigning a = 9 and b = -2 and then computing a + a*b, the compiler wrongly gives -36, indicating it actually did (a+a)*b.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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