From ea5b38935a17af38a328c8013e7eaf3c8de7ba09 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 5 Sep 2017 13:15:30 +0100 Subject: 41641: Some math operations shouldn't be lvalues. This includes pre- and post- increment and decrement. Simply mark all values after operations as rvalues. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e51e5c47d..ea7a644b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-09-05 Peter Stephenson + + * 41641: Src/math.c: more arithmetic operations need to be + marked as rvalues, in particular increment and decrement. + 2017-09-04 Peter Stephenson * 41633: Src/parse.c: make sure function definitions including -- cgit 1.4.1