------- Comment #5 from cnstar9988 at gmail dot com 2008-08-21 01:21 ------- ping..... I can reproduce with gcc 4.3.2 RC1. It work well on gcc 4.2.4, 4.3.0.
gcc -O2 -Wall -c bug.c --------------------------------- void xxx() { unsigned i; unsigned*p=0; for(i=0;i<4;++i) { *p++=0; } for(i=0;i<4;++i) { *p++=0; } } -- cnstar9988 at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph at codesourcery dot | |com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36817