This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[MAC] gcc bug


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...



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]