Menu

#3062 Weird message on code that indirectly subtracts a variable by itself

closed-fixed
None
other
5
2020-06-15
2020-06-14
No
int foo(int x)
{
  int w = x;
  return w - x;
}

Compiling this with sdcc test.c yields Sub. at 4. Tested with commit 11672.

Discussion

  • Erik Petrich

    Erik Petrich - 2020-06-15
    • status: open --> closed-fixed
    • assigned_to: Erik Petrich
     
  • Erik Petrich

    Erik Petrich - 2020-06-15

    A stray debugging message that was left behind.
    Removed in revision [r11674]

     

Log in to post a comment.

MongoDB Logo MongoDB