------- Comment #4 from segher at kernel dot crashing dot org 2006-03-03 18:34 ------- Not a bug at all, actually. GCC thinks it can mask out the lower few bits, because GPR1 should always be 16-byte aligned. And it isn't in your prom_init testing, and that's the bug. Better figure out how _that_ happened :-)
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26549