[Bug c/32856] Invalid optimization in the face of aliasing

2007-07-22 Thread felix-gcc at fefe dot de
--- Comment #2 from felix-gcc at fefe dot de 2007-07-22 17:12 --- FWIW, the C compilers from Intel and Sun do reload n->next. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32856

[Bug c/32856] Invalid optimization in the face of aliasing

2007-07-22 Thread felix-gcc at fefe dot de
--- Comment #1 from felix-gcc at fefe dot de 2007-07-22 17:09 --- Well, since n is passed in a register, it can assume that n is still the same here. :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32856