[Bug c++/47873] Multiple Inheritance - Covariant Virtual Function - Segfault

2011-02-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 Jonathan Wakely changed: What|Removed |Added Attachment #23448|0 |1 is obsolete|

[Bug c++/47873] Multiple Inheritance - Covariant Virtual Function - Segfault

2011-02-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 --- Comment #2 from Jonathan Wakely 2011-02-25 11:08:07 UTC --- this doesn't segfault with 4.5 I have a reduced version with no stdlib or c++0x dependencies, and with less confusing naming - will attach shortly

[Bug c++/47873] Multiple Inheritance - Covariant Virtual Function - Segfault

2011-02-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 --- Comment #1 from Jonathan Wakely 2011-02-25 10:47:00 UTC --- do you think you could make the example more confusing? maybe if you named every namespace, class and member function the same, instead of only doing that for most of them? ;)