[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-03-05 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-03-05 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com --- Comm

[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-02-22 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 --- Comment #9 from Markus Trippelsdorf --- (In reply to maysam.kind from comment #8) > (In reply to Markus Trippelsdorf from comment #7) > > Will do. But lets reopen this bug for the original issue. > > Thanks for the prompt responses. > Is the

[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-02-22 Thread maysam.kind at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 --- Comment #8 from maysam.kind at gmail dot com --- (In reply to Markus Trippelsdorf from comment #7) > Will do. But lets reopen this bug for the original issue. Thanks for the prompt responses. Is there anything that you require from me? Can yo

[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-02-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|NEW Resolution|INVALID

[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-02-19 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-02-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 Markus Trippelsdorf changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Com

[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-02-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 --- Comment #4 from Markus Trippelsdorf --- Program received signal SIGABRT, Aborted. 0x777d50d8 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 54return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig); (gdb

[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-02-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 Markus Trippelsdorf changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-02-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 --- Comment #2 from Andrew Pinski --- (In reply to Jonathan Wakely from comment #1) > Please provide the information requested by https://gcc.gnu.org/bugs.html Mainly which target is this on? Since there is a self contained example already in c

[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-02-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-02-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 Jonathan Wakely changed: What|Removed |Added Severity|blocker |normal