[Bug c++/63386] Release version of CB wont compile Bullet (-o2)

2017-08-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

Eric Gallager  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 CC||egallager at gcc dot gnu.org
 Resolution|--- |WORKSFORME

--- Comment #9 from Eric Gallager  ---
(In reply to Damiano from comment #8)
> Created attachment 34623 [details]
> preprocessed source file

I can't reproduce the bug with gcc8. Lots of -fpermissive warnings, but no ICE.

[Bug c++/63386] Release version of CB wont compile Bullet (-o2)

2015-01-29 Thread dmonax at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

Damiano  changed:

   What|Removed |Added

 CC||dmonax at hotmail dot com

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


[Bug c++/63386] Release version of CB wont compile Bullet (-o2)

2014-10-01 Thread root at borealis dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

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


[Bug c++/63386] Release version of CB wont compile Bullet (-o2)

2014-09-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

--- Comment #6 from Richard Biener  ---
Please provide preprocessed source of the file crashing the compiler.


[Bug c++/63386] Release version of CB wont compile Bullet (-o2)

2014-09-27 Thread root at borealis dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

--- Comment #5 from TechoMan  ---
TDM version - gcc version 4.8.1 (tdm-2)


[Bug c++/63386] Release version of CB wont compile Bullet (-o2)

2014-09-27 Thread root at borealis dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

--- Comment #4 from TechoMan  ---
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


[Bug c++/63386] Release version of CB wont compile Bullet (-o2)

2014-09-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

Jonathan Wakely  changed:

   What|Removed |Added

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

--- Comment #3 from Jonathan Wakely  ---
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/


[Bug c++/63386] Release version of CB wont compile Bullet (-o2)

2014-09-26 Thread root at borealis dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

--- Comment #2 from TechoMan  ---
-O2 causes that , -O1 doesnt.


[Bug c++/63386] Release version of CB wont compile Bullet (-o2)

2014-09-26 Thread root at borealis dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63386

--- Comment #1 from TechoMan  ---
Using latests MinGW & TDM.