[Bug c++/67918] -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2016-01-10 Thread 11throwaway11 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67918 Nameless <11throwaway11 at outlook dot com> changed: What|Removed |Added Status|UNCONFIRMED |RE

[Bug c++/67918] -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2015-10-25 Thread 11throwaway11 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67918 --- Comment #6 from Nameless <11throwaway11 at outlook dot com> --- Another update: In Crypto++ there was a class with a virtual function, in a header file: https://github.com/weidai11/cryptopp/blob/b7de164d6251dc066123b59bc15d30c74e

[Bug c++/67918] -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2015-10-10 Thread 11throwaway11 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67918 --- Comment #4 from Nameless <11throwaway11 at outlook dot com> --- A little update. I decided to check the piece of code that was causing "execution reached __builtin_unreachable() call". So here's it: virtu

[Bug c++/67918] -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2015-10-10 Thread 11throwaway11 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67918 Nameless <11throwaway11 at outlook dot com> changed: What|Removed |Added Attachment #36475|0

[Bug c++/67918] -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2015-10-10 Thread 11throwaway11 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67918 --- Comment #2 from Nameless <11throwaway11 at outlook dot com> --- Created attachment 36475 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36475&action=edit preprocessed file for fix2.cpp

[Bug c++/67918] -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2015-10-10 Thread 11throwaway11 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67918 --- Comment #1 from Nameless <11throwaway11 at outlook dot com> --- Created attachment 36474 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36474&action=edit preprocessed file for fix1.cpp

[Bug c++/67918] New: -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2015-10-10 Thread 11throwaway11 at outlook dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: 11throwaway11 at outlook dot com Target Milestone: --- Created attachment 36473 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36473&action=edit preprocess