This is the mail archive of the gcc-patches@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]

Re: [C++] Fix 3130, 3131



hi Nathan -

>Scott, can you check this out and file any more problems separately -
>I've not addressed the missing dtor thunk bug yet.

Thanks for your efforts on this!

Yes, your patch fixed the test cases i had, and with them installed,
the code i was trying to build would compile and link ok again.

However, there's still a problem --- the orbacus idl parser crashes
on execution, segfaulting in the ctor for one of these classes
with an insane inheritance graph.

It looks like someone else has noticed the same problem --- i'd bet
that the bug being reported in c++/3145 is the same one that i'm
seeing.  (He was reporting a similar crash in arts, which i think
is doing the same corba stuff that the package i'm trying to build is.)
So i won't try to generate a test case at this time.

thanks,
sss


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