------- Comment #1 from rguenth at gcc dot gnu dot org 2007-03-19 11:17 ------- (x & 7) + 8 & 7 is actually ((x & 7) + 8) & 7
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31261
rguenth at gcc dot gnu dot org Mon, 19 Mar 2007 03:17:41 -0800
------- Comment #1 from rguenth at gcc dot gnu dot org 2007-03-19 11:17 ------- (x & 7) + 8 & 7 is actually ((x & 7) + 8) & 7
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31261