C source:
The following code example fails with 2.9: (s).ptr = (i).end->next ? (i).end->next : (i).end;
error msg: AST broken, ternary operator missing operand(s)
I can't reproduce this with either 2.9 or head.
Log in to post a comment.
C source:
The following code example fails with 2.9:
(s).ptr = (i).end->next ? (i).end->next : (i).end;
error msg:
AST broken, ternary operator missing operand(s)
I can't reproduce this with either 2.9 or head.