------- Comment #8 from bonzini at gnu dot org 2006-01-03 08:04 ------- > Ehm, wouldn't "unsigned char *" alias everything? GCSE doesn't do load PRE > for > me on the original test case, either.
Yes, I was checking if load PRE removes the redundant load of t3 if flush_outbuf is not called. See comment #4. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23455