http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51482

             Bug #: 51482
           Summary: ice: invalid types in conversion to floating point
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: dcb...@hotmail.com


Created attachment 26032
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26032
C++ source code

I just tried to compile the package berusky2-0.5-1
on latest trunk dated 20111208 on an AMD x86_64 box.

The compiler said

age/graph/animation_track_bezier.cpp: In member function 'WVECT*
anim_track_bez_wvect::tangent(int, BEZIER_KEY_CLASS, WVECT*)':
age/graph/animation_track_bezier.cpp:446:9: error: invalid types in conversion
to floating point
vector(4) float
vector(4) FERGUSON_KEY_CLASS
vect_var_.776_404 = (vector(4) float) vect_cst_.777_403;

age/graph/animation_track_bezier.cpp:446:9: internal compiler error:
verify_gimple failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Preprocessed source code attached. Flag -O3 required.

Reply via email to