This is the mail archive of the gcc-prs@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++/9728: Err in non-virtual func name in dump class file


Synopsis: Err in non-virtual func name in dump class file

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Feb 18 00:04:09 2003
State-Changed-Why:
    Confirmed. The mangled name in the report allegedly
    expected at this place is
      _ZThn4_N1CIiE6v_funcEv
      non-virtual thunk [nv:-4] to C<int>::v_func()
    by the way.
    
    We get the same behavior for 3.2 through to 3.4 of today.
    However, the actual content of the vtable is correct, it
    is just the dump that is wrong.
    
    W.

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


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