From 3975f288c6896a87d5522912bdf29ec744e48e28 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 26 Apr 1993 19:08:12 -0400 Subject: [PATCH] (ONLY_INT_FIELD): Define again; this time say why. From-SVN: r4242 --- gcc/config/alpha/xm-alpha.h | 7 +++++++ 1 file changed, 7 insertions(+) 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. */ -- 2.30.2