Skip to content

plus/multiply operator precedence is problematic  #4

@SleepyRoy

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.

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