https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89623

            Bug ID: 89623
           Summary: Can't build mips-wrs-vxworks cross-compiler
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
  Target Milestone: ---

Can't build due to:

In file included from ./tm.h:19:0,
                 from /home/mliska/Programming/gcc2/gcc/genpreds.c:26:
./options.h:5894:2: error: #error too many target masks
 #error too many target masks

options.h:
...
#define MASK_ABICALLS (1U << 0)
#define MASK_BRANCHLIKELY (1U << 1)
#define MASK_CHECK_ZERO_DIV (1U << 2)
#define MASK_DIVIDE_BREAKS (1U << 3)
#define MASK_SINGLE_FLOAT (1U << 4)
#define MASK_BIG_ENDIAN (1U << 5)
#define MASK_EXPLICIT_RELOCS (1U << 6)
#define MASK_FIX_R10000 (1U << 7)
#define MASK_FIX_R4000 (1U << 8)
#define MASK_FIX_R4400 (1U << 9)
#define MASK_FIX_R5900 (1U << 10)
#define MASK_FLOAT64 (1U << 11)
#define MASK_FLOATXX (1U << 12)
#define MASK_64BIT (1U << 13)
#define MASK_SOFT_FLOAT_ABI (1U << 14)
#define MASK_IMADD (1U << 15)
#define MASK_MIPS16 (1U << 16)
#define MASK_LLSC (1U << 17)
#define MASK_LONG64 (1U << 18)
#define MASK_LOONGSON_EXT (1U << 19)
#define MASK_LOONGSON_EXT2 (1U << 20)
#define MASK_LOONGSON_MMI (1U << 21)
#define MASK_MEMCPY (1U << 22)
#define MASK_MICROMIPS (1U << 23)
#define MASK_MSA (1U << 24)
#define MASK_ODD_SPREG (1U << 25)
#define MASK_PAIRED_SINGLE_FLOAT (1U << 26)
#define MASK_RELAX_PIC_CALLS (1U << 27)
#define MASK_VXWORKS_RTP (1U << 28)
#define MASK_SMARTMIPS (1U << 29)
#define MASK_SPLIT_ADDRESSES (1U << 30)
#define MASK_SYNCI (1U << 31)
#define MASK_VR4130_ALIGN (1U << 32)
...

Reply via email to