On Tue, Feb 10, 2015 at 06:15:44PM -0500, Patrick Palka wrote: > Now that producer_is_gcc() returns a bool, shouldn't the statement > 'return -1' become 'return false;', and the statement 'return major;' > become 'return true;'? Yes, of course. What a silly mistake. Thanks for catching that. I pushed the attached as obvious.