From 89250b07b814d1634c2ca8d83212cea582c1440a Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Wed, 15 Dec 2010 10:06:38 +1000 Subject: Fix for right-to-left associativity of ternary operator Signed-off-by: Patrick WEBER Signed-off-by: Steve Bennett --- BUGS | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'BUGS') diff --git a/BUGS b/BUGS index b515fa5..b084318 100644 --- a/BUGS +++ b/BUGS @@ -1,8 +1,4 @@ Known bugs ========== -expr ----- - -right-to-left associativity of ?: is not 100% correct. -1?2:0?3:4 should be 2, not 3. +None! -- cgit v1.1