From e2500fedef1a1c5b9e818fd1e2c281adff80df4a Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Tue, 4 Jun 2002 07:11:05 +0000 Subject: Merge from pch-branch up to tag pch-commit-20020603. From-SVN: r54232 --- gcc/real.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/real.h') diff --git a/gcc/real.h b/gcc/real.h index 143261e..174d2c4 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -89,7 +89,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #define REAL_WIDTH \ (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \ + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */ -struct realvaluetype { +struct realvaluetype GTY(()) { HOST_WIDE_INT r[REAL_WIDTH]; }; /* Various headers condition prototypes on #ifdef REAL_VALUE_TYPE, so it needs -- cgit v1.1