------- Comment #7 from dberlin at gcc dot gnu dot org 2006-10-11 02:43 ------- Actually, AFAICT this is a variant of the struct aliasing bug zdenek reported. The real problem is that we eliminate the false aliases and because their is no real addressable variable here, the asm's miss out on the SMT's.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29415