[Bug c++/47873] [4.6 Regression] virtual Inheritance - Covariant Virtual Function - Segfault

2011-05-20 Thread isahib at xtra dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 --- Comment #13 from Ibaidul Sahib 2011-05-20 09:29:00 UTC --- (In reply to comment #12) > Fixed. Thanks I have tested this and the bug is fixed. ggc-4.6 -v == gcc version 4.6.1 20110329 (prerelease) (Debian 4.6.0-2) uname -a

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

2011-03-11 Thread isahib at xtra dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47874 Ibaidul Sahib changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #7 from Ibaidul Sahib

[Bug c++/47873] [4.6 Regression] virtual Inheritance - Covariant Virtual Function - Segfault

2011-02-27 Thread isahib at xtra dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 --- Comment #9 from Ibaidul Sahib 2011-02-28 06:53:23 UTC --- (In reply to comment #1) > 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 > th

[Bug c++/47873] [4.6 Regression] virtual Inheritance - Covariant Virtual Function - Segfault

2011-02-27 Thread isahib at xtra dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 --- Comment #8 from Ibaidul Sahib 2011-02-28 06:39:39 UTC --- Confirmed that this testcase runs fine with gcc 4.4.5/4.5.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47874 still fails on gcc 4.4.5/4.5.2

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

2011-02-27 Thread isahib at xtra dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47874 --- Comment #4 from Ibaidul Sahib 2011-02-28 06:31:01 UTC --- Here are some additional test results on gcc 4.4.5/4.5.2: g++-4.4.5 = (gdb) run Starting program: /home/ibaidul/BugReport/Build/BugReport Program received signal SIGSEGV, Se

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

2011-02-24 Thread isahib at xtra dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47874 --- Comment #2 from Ibaidul Sahib 2011-02-25 05:29:27 UTC --- (In reply to comment #1) > is this a duplicate of Bug 47873? > > the attachments are slightly different, but presumably it's the same problem I presume that the problem is related. I

[Bug c++/47874] New: Multiple Inheritance - Virtual Function - Segfault

2011-02-23 Thread isahib at xtra dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47874 Summary: Multiple Inheritance - Virtual Function - Segfault Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: u

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

2011-02-23 Thread isahib at xtra dot co.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 Summary: Multiple Inheritance - Covariant Virtual Function - Segfault Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon