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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |ramana at gcc dot gnu.org
      Known to work|                            |4.9.4
         Resolution|---                         |WORKSFORME
   Target Milestone|---                         |4.9.4

--- Comment #4 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
(In reply to Fabian Vogt from comment #3)
> 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)
>                                                    ^
> billboardrenderer.cpp:13:64: warning: unused parameter 'x'
> [-Wunused-parameter]
>  AABB BillboardRenderer::getAABB(const BLOCK_WDATA block, GLFix x, GLFix y,
> GLFix z)
>                                                                 ^
> billboardrenderer.cpp:13:73: warning: unused parameter 'y'
> [-Wunused-parameter]
>  AABB BillboardRenderer::getAABB(const BLOCK_WDATA block, GLFix x, GLFix y,
> GLFix z)
>                                                                          ^
> billboardrenderer.cpp:13:82: warning: unused parameter 'z'
> [-Wunused-parameter]
>  AABB BillboardRenderer::getAABB(const BLOCK_WDATA block, GLFix x, GLFix y,
> GLFix z)
>                                                                             
> ^
> cc1plus: internal compiler error: Segmentation fault
> 0x91c79f crash_signal
>         ../../gcc-4.9.0/gcc/toplev.c:337
> 0x6b5252 analyze_functions
>         ../../gcc-4.9.0/gcc/cgraphunit.c:1043
> 0x6b6204 finalize_compilation_unit()
>         ../../gcc-4.9.0/gcc/cgraphunit.c:2326
> 0x56bd78 cp_write_global_declarations()
>         ../../gcc-4.9.0/gcc/cp/decl2.c:4611
> Please submit a full bug report,
> with preprocessed source if appropriate.
> Please include the complete backtrace with any bug report.
> See <http://gcc.gnu.org/bugs.html> for instructions.
> make: *** [billboardrenderer.o] Error 1

Works for me with gcc 4.9.4

Reply via email to