https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105881
Bug ID: 105881
Summary: GCC release mode can crash Torque3D
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: zhonghao at pku dot org.cn
Target Milestone: ---
Torque3D is an open source game engine: https://torque3d.org/
When I read its code, I notice that it fixes a crash, and this crash can be
caused by GCC.
The bug report is https://github.com/TorqueGameEngines/Torque3D/pull/559
The fix looks simple:
https://github.com/TorqueGameEngines/Torque3D/commit/1b55dce613dab6122aa7660d546328e83b103534
I have sent this bug report to Torque3D programmers. Hope that they can provide
more details of this bug.