https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386
Bug ID: 63386 Summary: Release version of CB wont compile Bullet (-o2) Product: gcc Version: unknown Status: UNCONFIRMED Severity: blocker Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: root at borealis dot su mingw32-g++.exe -Wall -fexceptions -O2 -I..\Bullet\src -c C:\CProj\Bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp -o obj\Release\Bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.o C:\CProj\Bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp: In member function 'virtual void btConnectivityProcessor::processTriangle(btVector3*, int, int)': C:\CProj\Bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp:310:2: internal compiler error: Segmentation fault } ^ This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. C:\CProj\Bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp:310:2: internal compiler error: Aborted This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. mingw32-g++.exe: internal compiler error: Aborted (program cc1plus) libbacktrace could not find executable to open Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Report for v2.x , same for v3.x . Using codeblocks & MinGW. Same error with TDM. Using CodeBlocks to compile , release version. In debug version that doesnt happen. That does happen with -O2 i think ( didnt try , but that is all diffrence betwen my Debug & Release , beside Wall) Sources can be found at bullet off. site