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]

Re: c++/9965: [3.3/3.4 regression] ICE in cp_expr_size


Synopsis: [3.3/3.4 regression] ICE in cp_expr_size

Responsible-Changed-From-To: jason->mmitchel
Responsible-Changed-By: jason
Responsible-Changed-When: Thu Mar  6 20:48:07 2003
Responsible-Changed-Why:
    this was broken by your recent reference handling changes; in the reduced testcase, we now try to create a Base reference temp, initialized by bitwise copy from the Base subobject of the Derived temp.  Oops.
State-Changed-From-To: feedback->analyzed
State-Changed-By: jason
State-Changed-When: Thu Mar  6 20:48:07 2003
State-Changed-Why:
    the reduced testcase is good.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9965


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