blob: c41f35e33b88f97bc6e85a89a174987257b696ea [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- 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