[Bug c++/38684] [c++0x] ICE using initializer_list ctor in derived class
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Dec 31 20:56:00 GMT 2008
------- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-31 20:54 -------
Confirmed.
986 gcc_assert (!TYPE_BINFO (type)
987 || !BINFO_N_BASE_BINFOS (TYPE_BINFO (type)));
The assert looks wrong for C++0x code.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-12-31 20:54:36
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38684
More information about the Gcc-bugs
mailing list