I have finished a merge from mainline @ 119445 into the tuples branch. It bootstraps and exhibits only one regression in libjava:
FAIL: PR27908 -O3 execution - source compiled test This has been around forever, I've just been lazy and hadn't figured out how to run java tests individually. Tom Tromey showed me how, so I should have this wrapped up shortly. The plan is to run benchmark tests tonight/tommorrow, post them, and merge into MAINLINE tommorrow. For those of you who haven't been keeping up (ahem, most everyone). After the merge into mainline, it is now invalid to generate MODIFY_EXPRs after gimplification has run, GIMPLE_MODIFY_STMT is the new thing and its operands can be accessed with GIMPLE_STMT_OPERAND. GIMPLE_MODIFY_STMTs have no type and no TREE_CHAIN. Otherwise, everything should work as it does now. Cheerios. Aldy