------- Comment #6 from reichelt at gcc dot gnu dot org 2006-03-26 12:27 ------- Even shorter testcase:
=============================================== struct A { int i; struct {} s; }; int N; void foo(struct A *p) { while (N && bar((++p)->s)) p->i = 0; } =============================================== -- reichelt at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Keywords| |monitored http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26490