| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- a/gcc/real.h |
| 2 | +++ b/gcc/real.h |
| 3 | @@ -77,8 +77,10 @@ struct GTY(()) real_value { |
| 4 | + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */ |
| 5 | |
| 6 | /* Verify the guess. */ |
| 7 | +#ifndef __LP64__ |
| 8 | extern char test_real_width |
| 9 | [sizeof (REAL_VALUE_TYPE) <= REAL_WIDTH * sizeof (HOST_WIDE_INT) ? 1 : -1]; |
| 10 | +#endif |
| 11 | |
| 12 | /* Calculate the format for CONST_DOUBLE. We need as many slots as |
| 13 | are necessary to overlay a REAL_VALUE_TYPE on them. This could be |