[Bug rtl-optimization/26549] [3.4/4.0/4.1/4.2 Regression] pointer truncation in arch/powerpc/kernel/prom_init.c

segher at kernel dot crashing dot org gcc-bugzilla@gcc.gnu.org
Fri Mar 3 18:35:00 GMT 2006



------- 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



More information about the Gcc-bugs mailing list