This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13791] [3.4/3.5 regression] ICE in layout_type with packed types


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]