[Bug middle-end/18191] [4.0 Regression] Struct member is not getting default-initialized

steven at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Dec 16 18:08:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list