This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/23048] [4.1 Regression] ICE in get_loop_body with -O1 -ftree-vectorize on 4.1.x


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-31 03:49 -------
Testcase from PR 22122:
void f(unsigned char *mem)
{
   int i;

   for(i=0;i<4;i++) {
     while(mem[i]==0) ;
   }
}

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23048


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]