This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13791] [3.4/3.5 regression] ICE in layout_type with packed types
- 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: 21 Jan 2004 14:41:56 -0000
- Subject: [Bug c++/13791] [3.4/3.5 regression] ICE in layout_type with packed types
- References: <20040121135050.13791.bkramer@ciprico.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-21 14:41 -------
The switch table in layout_type does not understand typename_type so it fails. I think this problem
is it is a template and it was being layouted too early or is it too late, I cannot remember.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13791