------- Comment #1 from amylaar at gcc dot gnu dot org 2006-10-04 16:50 ------- One way to handle this problem would be to consider every function call and asm as requiring another mode for the mode switching value entities; no code would be emittied to actually 'set' this mode, but the mode switching code would consider the mode switching value now to be in a different mode, and thus insert new code to calculate the mode switching value when it is needed again. (Instead, MODE_AFTER could be used, if someone wanted to make it work.)
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29347