4b91f49a00f6dd014d8ebe9df07773b788bc4dce
[feed/packages.git] / devel / gcc / patches / 10.3.0 / 003-dont-choke-when-building-32bit-on-64bit.patch
1 diff -u --recursive gcc-10.3.0-vanilla/gcc/real.h gcc-10.3.0/gcc/real.h
2 --- gcc-10.3.0-vanilla/gcc/real.h 2021-04-08 06:56:28.561746620 -0500
3 +++ gcc-10.3.0/gcc/real.h 2022-05-18 17:04:32.076412174 -0500
4 @@ -77,8 +77,10 @@
5 + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
6
7 /* Verify the guess. */
8 +#ifndef __LP64__
9 extern char test_real_width
10 [sizeof (REAL_VALUE_TYPE) <= REAL_WIDTH * sizeof (HOST_WIDE_INT) ? 1 : -1];
11 +#endif
12
13 /* Calculate the format for CONST_DOUBLE. We need as many slots as
14 are necessary to overlay a REAL_VALUE_TYPE on them. This could be