summaryrefslogtreecommitdiff
path: root/gcc/real.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/real.h')
-rw-r--r--gcc/real.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.h b/gcc/real.h
index 8244e7f4680..900317048f2 100644
--- a/gcc/real.h
+++ b/gcc/real.h
@@ -42,7 +42,7 @@ enum real_value_class {
struct real_value GTY(())
{
- enum real_value_class class : 2;
+ ENUM_BITFIELD (real_value_class) class : 2;
unsigned int sign : 1;
signed int exp : EXP_BITS;
unsigned long sig[SIGSZ];