Possible Bug in gcc5.2
Matthias Goldhoorn
matthias.goldhoorn@dfki.de
Mon Nov 2 15:22:00 GMT 2015
Hey,
i just want to ask if i found a bug in the gcc5.2 or not.
I have created a really simple test-setup which causes a crash of my
component before the execution of main().
The crash happens during dynamic lib loading time.
I have a Library A compiled without -std=c++11 and a executable B with
-std=c++11.
>From my understanding the newly introduced ABI compatibility should
prevent the linking if some ABI inconsistencies exist.
I using a fresh ubuntu15.10 in a VirtualBox.
The only thing that the lib does is include a boost header.
The minimal example which failed can be found here:
https://github.com/goldhoorn/sandbox/tree/gcc5.2-issue
Testcase5 with clang works without any problem.
Is this the intended behavior of gcc of did i found a bug?
Best,
Matthias Goldhoorn
--
Dipl.-Inf. Matthias Goldhoorn
Space and Underwater Robotic
Universität Bremen
FB 3 - Mathematik und Informatik
AG Robotik
Robert-Hooke-StraÃe 1
28359 Bremen, Germany
Zentrale: +49 421 178 45-6611
Besuchsadresse der Nebengeschäftstelle:
Robert-Hooke-StraÃe 5
28359 Bremen, Germany
Tel.: +49 421 178 45-4193
Empfang: +49 421 178 45-6600
Fax: +49 421 178 45-4150
E-Mail: matthias.goldhoorn@informatik.uni-bremen.de
Weitere Informationen: http://www.informatik.uni-bremen.de/robotik
More information about the Gcc-help
mailing list