I've been solving conflicts left and right and ran into the same set
of problems Diego describes independently.
What's up with cbsi_last()/bsi_last(), and the rest of the functions
that have been duplicated? We really shouldn't be changing APIs here,
and if we absolutely need more than one routin
I was doing a merge from mainline into the tuples branch this morning
when I found various conflicts due to the constification patches. I
realized that not only there are some routines that take 'const_tree'
instead of 'tree', but also that there are new API routines as well.
I agree in general w