This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[MAC] gcc bug
- From: Mathieu Malaterre <mathieu dot malaterre at kitware dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 07 Sep 2004 15:23:07 -0400
- Subject: [MAC] gcc bug
- Organization: Kitware Inc.
Hello,
I tried to compiled VTK (http://vtk.org) using gcc on the MAC (G5),
using the flag: -mpowerpc64
And it produces the error:
/Users/kitware/Dashboards/MyTests/VTK/Filtering/vtkPixel.cxx: In member
function `virtual void vtkPixel::Clip(double, vtkDataArray*,
vtkPointLocator*, vtkCellArray*, vtkPointData*, vtkPointData*,
vtkCellData*,
long long int, vtkCellData*, int)':
/Users/kitware/Dashboards/MyTests/VTK/Filtering/vtkPixel.cxx:675: error:
unrecognizable
insn:
(insn 1524 1123 1525 46 0x0 (parallel [
(set (reg:CC 68 cr0)
(compare:CC (plus:DI (reg/v:DI 9 r9 [479])
(const_int -1 [0xffffffff]))
(const_int 0 [0x0])))
(set (reg/v:DI 9 r9 [479])
(plus:DI (reg/v:DI 9 r9 [479])
(const_int -1 [0xffffffff])))
]) -1 (nil)
(nil))
/Users/kitware/Dashboards/MyTests/VTK/Filtering/vtkPixel.cxx:675:
internal compiler error: in
extract_insn, at recog.c:2175
Knowing that this bug only appear using -mpowerpc64, is this relevant to
this list, or is there a mac only gcc list ?
Thanks
Mathieu
Ps: I tried the link :
See <URL:http://developer.apple.com/bugreporter> for instructions.
but it seems to have to pay to subscribe there...