public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/63386] New: Release version of CB wont compile Bullet (-o2)
@ 2014-09-26 20:28 root at borealis dot su
  2014-09-26 20:29 ` [Bug c++/63386] " root at borealis dot su
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: root at borealis dot su @ 2014-09-26 20:28 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/63386] Release version of CB wont compile Bullet (-o2)
  2014-09-26 20:28 [Bug c++/63386] New: Release version of CB wont compile Bullet (-o2) root at borealis dot su
@ 2014-09-26 20:29 ` root at borealis dot su
  2014-09-26 20:41 ` root at borealis dot su
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: root at borealis dot su @ 2014-09-26 20:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

--- Comment #1 from TechoMan <root at borealis dot su> ---
Using latests MinGW & TDM.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/63386] Release version of CB wont compile Bullet (-o2)
  2014-09-26 20:28 [Bug c++/63386] New: Release version of CB wont compile Bullet (-o2) root at borealis dot su
  2014-09-26 20:29 ` [Bug c++/63386] " root at borealis dot su
@ 2014-09-26 20:41 ` root at borealis dot su
  2014-09-26 22:28 ` redi at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: root at borealis dot su @ 2014-09-26 20:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

--- Comment #2 from TechoMan <root at borealis dot su> ---
-O2 causes that , -O1 doesnt.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/63386] Release version of CB wont compile Bullet (-o2)
  2014-09-26 20:28 [Bug c++/63386] New: Release version of CB wont compile Bullet (-o2) root at borealis dot su
  2014-09-26 20:29 ` [Bug c++/63386] " root at borealis dot su
  2014-09-26 20:41 ` root at borealis dot su
@ 2014-09-26 22:28 ` redi at gcc dot gnu.org
  2014-09-27 20:24 ` root at borealis dot su
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2014-09-26 22:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2014-09-26
     Ever confirmed|0                           |1
           Severity|blocker                     |normal

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This bug database has nothing to do with CodeBlocks (I had absoutely no idea
what "CB" was supposed to mean after reading the summary).

Please specify the exact compiler version, not just "latests MinGW & TDM"

See https://gcc.gnu.org/bugs/


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/63386] Release version of CB wont compile Bullet (-o2)
  2014-09-26 20:28 [Bug c++/63386] New: Release version of CB wont compile Bullet (-o2) root at borealis dot su
                   ` (2 preceding siblings ...)
  2014-09-26 22:28 ` redi at gcc dot gnu.org
@ 2014-09-27 20:24 ` root at borealis dot su
  2014-09-27 20:25 ` root at borealis dot su
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: root at borealis dot su @ 2014-09-27 20:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

--- Comment #4 from TechoMan <root at borealis dot su> ---
gcc version 4.8.1 (GCC).
Why CB release - that error was only on release of CB. It changes some
variables , such as -O2. Originaly it was rel. CB, but i found what its O2


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/63386] Release version of CB wont compile Bullet (-o2)
  2014-09-26 20:28 [Bug c++/63386] New: Release version of CB wont compile Bullet (-o2) root at borealis dot su
                   ` (3 preceding siblings ...)
  2014-09-27 20:24 ` root at borealis dot su
@ 2014-09-27 20:25 ` root at borealis dot su
  2014-09-29 10:49 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: root at borealis dot su @ 2014-09-27 20:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

--- Comment #5 from TechoMan <root at borealis dot su> ---
TDM version - gcc version 4.8.1 (tdm-2)


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/63386] Release version of CB wont compile Bullet (-o2)
  2014-09-26 20:28 [Bug c++/63386] New: Release version of CB wont compile Bullet (-o2) root at borealis dot su
                   ` (4 preceding siblings ...)
  2014-09-27 20:25 ` root at borealis dot su
@ 2014-09-29 10:49 ` rguenth at gcc dot gnu.org
  2014-10-01 18:06 ` root at borealis dot su
  2015-01-30  2:01 ` dmonax at hotmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-09-29 10:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
Please provide preprocessed source of the file crashing the compiler.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/63386] Release version of CB wont compile Bullet (-o2)
  2014-09-26 20:28 [Bug c++/63386] New: Release version of CB wont compile Bullet (-o2) root at borealis dot su
                   ` (5 preceding siblings ...)
  2014-09-29 10:49 ` rguenth at gcc dot gnu.org
@ 2014-10-01 18:06 ` root at borealis dot su
  2015-01-30  2:01 ` dmonax at hotmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: root at borealis dot su @ 2014-10-01 18:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

--- Comment #7 from TechoMan <root at borealis dot su> ---
https://github.com/bulletphysics/bullet3/blob/master/src/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp
<- that file. For 3.x line would be 310 , '{'.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/63386] Release version of CB wont compile Bullet (-o2)
  2014-09-26 20:28 [Bug c++/63386] New: Release version of CB wont compile Bullet (-o2) root at borealis dot su
                   ` (6 preceding siblings ...)
  2014-10-01 18:06 ` root at borealis dot su
@ 2015-01-30  2:01 ` dmonax at hotmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: dmonax at hotmail dot com @ 2015-01-30  2:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

Damiano <dmonax at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmonax at hotmail dot com

--- Comment #8 from Damiano <dmonax at hotmail dot com> ---
Created attachment 34623
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34623&action=edit
preprocessed source file


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-01-30  2:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-26 20:28 [Bug c++/63386] New: Release version of CB wont compile Bullet (-o2) root at borealis dot su
2014-09-26 20:29 ` [Bug c++/63386] " root at borealis dot su
2014-09-26 20:41 ` root at borealis dot su
2014-09-26 22:28 ` redi at gcc dot gnu.org
2014-09-27 20:24 ` root at borealis dot su
2014-09-27 20:25 ` root at borealis dot su
2014-09-29 10:49 ` rguenth at gcc dot gnu.org
2014-10-01 18:06 ` root at borealis dot su
2015-01-30  2:01 ` dmonax at hotmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).