I compiled the C compiler on Mandrake Linux 10.1 (running virtually on VMware).
 The compile died with this message:

../../gcc-4.0.1/gcc/toplev.c: In function 'toplev_main':
../../gcc-4.0.1/gcc/toplev.c:548: sorry, unimplemented: inlining failed in call
to 'floor_log2': redefined extern inline functions are not considered for 
inlining
../../gcc-4.0.1/gcc/toplev.c:1697: sorry, unimplemented: called from here
../../gcc-4.0.1/gcc/toplev.c:548: sorry, unimplemented: inlining failed in call
to 'floor_log2': redefined extern inline functions are not considered for 
inlining
../../gcc-4.0.1/gcc/toplev.c:1701: sorry, unimplemented: called from here
../../gcc-4.0.1/gcc/toplev.c:548: sorry, unimplemented: inlining failed in call
to 'floor_log2': redefined extern inline functions are not considered for 
inlining
../../gcc-4.0.1/gcc/toplev.c:1703: sorry, unimplemented: called from here
../../gcc-4.0.1/gcc/toplev.c:548: sorry, unimplemented: inlining failed in call
to 'floor_log2': redefined extern inline functions are not considered for 
inlining
../../gcc-4.0.1/gcc/toplev.c:1707: sorry, unimplemented: called from here
make[2]: *** [toplev.o] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2

The configure line was:

configure --enable-languages=c

and was done in a different directory from the source directory, as per build
guidelines.  I have successfully built gcc many times before, but not on this
exact platform.

-- 
           Summary: build failure on Mandrake Linux 10.1
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mvanier at cs dot caltech dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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

Reply via email to