------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-24 
14:35 -------
Confirmed, reduced testcase:
void find_variables (const char *string)
{
  char c;
  do c = *++string;
  while ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') || c == '_');
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |4.1.0
      Known to work|                            |4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-24 14:35:23
               date|                            |
            Summary|ICE in get_loop_body with - |[4.1 Regression] ICE in
                   |O1 -ftree-vectorize on 4.1.x|get_loop_body with -O1 -
                   |                            |ftree-vectorize on 4.1.x
   Target Milestone|---                         |4.1.0


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

Reply via email to