This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/18191] [4.0 Regression] Struct member is not getting default-initialized
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Dec 2004 18:07:58 -0000
- Subject: [Bug middle-end/18191] [4.0 Regression] Struct member is not getting default-initialized
- References: <20041028081035.18191.grigory.zagorodnev@intel.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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