[Bug target/96402] [10/11 Regression] Wrong code with -moutline-atomics

2020-08-03 Thread fab...@ritter-vogt.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96402 Fabian Vogt changed: What|Removed |Added CC||fab...@ritter-vogt.de --- Comment #4 from

[Bug c/70830] New: ARM interrupt attribute: push/pop do not support {reglist}^

2016-04-27 Thread fab...@ritter-vogt.de
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: fab...@ritter-vogt.de Target Milestone: --- Using attribute((interrupt)) on a function that accesses a local and a global variable causes gcc to emit broken assembly. It needs to be &quo

[Bug c++/60691] Build fails in libstdc++ with --enable-sjlj-exceptions on ARM

2014-12-12 Thread fab...@ritter-vogt.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60691 --- Comment #6 from Fabian Vogt --- If sjlj exceptions are not supported for ARM, shouldn't the configure option be invalid for ARM or at least print a warning? If an option does exist and it simply crashes the compiler during make, it's definite

[Bug lto/61048] New: compiling with -fsanitize=address crashes GCC if pointers are used

2014-05-03 Thread fab...@ritter-vogt.de
Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: fab...@ritter-vogt.de test.cpp: include int main() { int *i = reinterpret_cast(0xC100); std::cout << *i << std::endl; } Compile with: arm-none-eabi-g++

[Bug c++/61008] g++ crash in analyze_functions

2014-04-29 Thread fab...@ritter-vogt.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61008 --- Comment #3 from Fabian Vogt --- Forgot to paste the output: billboardrenderer.cpp:13:51: warning: unused parameter 'block' [-Wunused-parameter] AABB BillboardRenderer::getAABB(const BLOCK_WDATA block, GLFix x, GLFix y, GLFix z)

[Bug c++/61008] g++ crash in analyze_functions

2014-04-29 Thread fab...@ritter-vogt.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61008 Fabian Vogt changed: What|Removed |Added Attachment #32711|0 |1 is obsolete|

[Bug c++/61008] g++ crash in analyze_functions

2014-04-29 Thread fab...@ritter-vogt.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61008 --- Comment #1 from Fabian Vogt --- Created attachment 32711 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32711&action=edit -save-temps (assembler)

[Bug c++/61008] New: g++ crash in analyze_functions

2014-04-29 Thread fab...@ritter-vogt.de
++ Assignee: unassigned at gcc dot gnu.org Reporter: fab...@ritter-vogt.de Created attachment 32708 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32708&action=edit -save-temps After I added the implementation of the BillboardRender constructor, g++ crashes while compiling. Comma

[Bug c++/60691] Build fails in libstdc++ with --enable-sjlj-exceptions on ARM

2014-04-02 Thread fab...@ritter-vogt.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60691 --- Comment #4 from Fabian Vogt --- (In reply to Andrew Pinski from comment #3) > (In reply to Fabian Vogt from comment #2) > > It crashes and produces weird results if linked to bFLT. > > Yes because EABI is an elf only abi, if it does not have

[Bug c++/60691] Build fails in libstdc++ with --enable-sjlj-exceptions on ARM

2014-03-27 Thread fab...@ritter-vogt.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60691 --- Comment #2 from Fabian Vogt --- It crashes and produces weird results if linked to bFLT. If SJLJ isn't supported for ARM, why does --enable-sjlj-exceptions still exist?

[Bug c++/60691] New: Build fails in libstdc++ with --enable-sjlj-exceptions on ARM

2014-03-27 Thread fab...@ritter-vogt.de
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: fab...@ritter-vogt.de Created attachment 32468 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32468&action=edit Assembly produced if gcc invoked manually I try to compile gcc wi