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.