https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96402
Fabian Vogt changed:
What|Removed |Added
CC||fab...@ritter-vogt.de
--- Comment #4 from
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
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
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++
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)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61008
Fabian Vogt changed:
What|Removed |Added
Attachment #32711|0 |1
is obsolete|
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)
++
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
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
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?
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
11 matches
Mail list logo