This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/19900] ACATS c391002 c432002 ICE categorize_ctor_elements_1
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Feb 2005 13:41:23 -0000
- Subject: [Bug ada/19900] ACATS c391002 c432002 ICE categorize_ctor_elements_1
- References: <20050211113507.19900.laurent@guerby.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-11 13:41 -------
This looks like a front-end problem:
/* We don't expect more than one element of the union to be
initialized. Not sure what we should do otherwise... */
gcc_assert (TREE_CHAIN (list) == NULL);
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19900