Subject: Compilation / toolchain trouble
To: None <bjh21@netbsd.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: port-arm
Date: 03/19/2002 16:08:06
Hiya Ben, Richard,

i've been experiencing toolchain trouble now i crosscompile from 
Alpha->Acorn32 ... in the compilation of the Acorn32 userland (i.e. not the 
toolchain section for Alpha) it gives a

dist/toolchain/gcc/rtl.h:110 : warning : width of `code' exceeds its type

typedef struct rtx_def
{
  ......
  /* The kind of expression this is. */
  enum rtx_code code : 16;
  ......
}

its within the #ifdef ONLY_INT_FIELD but it doesn't have the ``#ifdef 
CODE_FIELD_BUG'' surrounding this one making like `unsigned int code: 16' 
has that is declared above.

What to do?
Cheers,
Reinoud