On Wed, Feb 01, 2012 at 12:07:35AM +0100, Thomas Koenig wrote:
> Hi Tobias,
> 
> here is an updated version of the patch, with a more extensive test
> case.  Also regression-tested.
> 
> OK for trunk?
> 

+      /* Insert the new IF after the ELSE.  */
+      else_stmt->expr1 = NULL;
+      else_stmt->next = c_if1;
+      else_stmt->block = NULL;
+      else_stmt->next = c_if1;

Is one of the else_stmt->next = c_if1; redundant?

-- 
Steve

Reply via email to