This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50207] [4.7 Regression] G++ segv's on reduced test case
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 29 Aug 2011 14:59:43 +0000
- Subject: [Bug c++/50207] [4.7 Regression] G++ segv's on reduced test case
- Auto-submitted: auto-generated
- References: <bug-50207-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50207
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |jason at gcc dot gnu.org
|gnu.org |
--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-29 14:59:43 UTC ---
The problem here is not that the first field is aggregate, but that the first
field is a fake field for the base class. I'll adjust the patch accordingly.