From: Richard Kenner Date: Mon, 26 Apr 1993 23:08:12 +0000 (-0400) Subject: (ONLY_INT_FIELD): Define again; this time say why. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3975f288c6896a87d5522912bdf29ec744e48e28;p=gcc.git (ONLY_INT_FIELD): Define again; this time say why. From-SVN: r4242 --- diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index 20e5e8540ab..5bd20b5c1d6 100644 --- a/gcc/config/alpha/xm-alpha.h +++ b/gcc/config/alpha/xm-alpha.h @@ -48,6 +48,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define USE_C_ALLOCA #endif +/* The host compiler has problems with enum bitfields since it makes + them signed so we can't fit all our codes in. */ + +#ifndef __GNUC__ +#define ONLY_INT_FIELDS +#endif + /* Declare some functions needed for this machine. We don't want to include these in the sources since other machines might define them differently. */