------- Additional Comments From schwab at suse dot de 2005-07-06 19:42 ------- The patch in comment #11 is wrong. The condition (!((regno) < 8 && (regno) + GET_MODE_SIZE (mode) / 4 > 8)) is always true when regno >= 8. It needs to be moved up to under the first condition.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18421