Between 20100908 and 20100915, mainline failed to bootstrap on Solaris 9/x86
with Sun as: cc1 doesn't link any more due to an undefined referenced to
min_insn_size.

This is most likely from this patch

2010-09-09  Reza Yazdani  <reza.yazd...@amd.com>

        * config/i386/i386.c: Include sched-int.h.
        (TARGET_SCHED_DISPATCH): Defined.
        (TARGET_SCHED_DISPATCH_DO): Defined.
        (DISPATCH_WINDOW_SIZE): Defined.
        (MAX_DISPATCH_WINDOWS): Defined.
[...]

which contains several new references to min_insn_size and the only recent one
to add such calls.

Reza, could you please have a look?


-- 
           Summary: [4.6 regression] cc1 fails to link on Solaris 9/x86 with
                    Sun as: min_insn_size missing
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at gcc dot gnu dot org
 GCC build triplet: i386-pc-solaris2.9
  GCC host triplet: i386-pc-solaris2.9
GCC target triplet: i386-pc-solaris2.9


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

Reply via email to