This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49387] New: t.cxx:140: error: too many initializers for âconst __class_type_info_pseudoâ
- From: "mathieu.malaterre at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 13 Jun 2011 07:25:34 +0000
- Subject: [Bug c++/49387] New: t.cxx:140: error: too many initializers for âconst __class_type_info_pseudoâ
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49387
Summary: t.cxx:140: error: too many initializers for âconst
__class_type_info_pseudoâ
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: mathieu.malaterre@gmail.com
I am getting this weird compilation error which I am not able to understand
what it means:
$ g++ t.cxx
t.cxx:140: error: too many initializers for âconst __class_type_info_pseudoâ
See attached cxx file.