------- Additional Comments From steven at gcc dot gnu dot org  2004-12-16 
18:07 -------
Someone had a bad day: 
 
    case ARRAY_TYPE: 
    case VECTOR_TYPE: 
      /* We're already checked the component type (TREE_TYPE), so just check 
         the index type.  */ 
      return type_contains_placeholder_p (TYPE_DOMAIN (type)); 
 
But a VECTOR_TYPE doesn't have a TYPE_DOMAIN, so we ICE.  This is the  
cause of the gcc.dg/i386-3dnow-[12].c failures. 
 
 

-- 


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

Reply via email to