------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-03 19:48 ------- Confirmed, C testcase which shows that this is defintely a regression: void f(double _Complex *f,int len) { int i = 0; for(i = 0 ;i<20;i++) { *f = 0.0; f++; } }
-- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Known to fail| |4.0.0 4.1.0 Known to work| |3.3.3 Last reconfirmed|0000-00-00 00:00:00 |2005-03-03 19:48:05 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20306