From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28099 invoked by alias); 26 Sep 2014 20:28:52 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28037 invoked by uid 48); 26 Sep 2014 20:28:48 -0000 From: "root at borealis dot su" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/63386] New: Release version of CB wont compile Bullet (-o2) Date: Fri, 26 Sep 2014 20:28:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: blocker X-Bugzilla-Who: root at borealis dot su X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-09/txt/msg02510.txt.bz2 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 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