This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Final GCC 3.1 Prerelease
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Arkadiusz Miskiewicz <misiek at pld dot ORG dot PL>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 13 May 2002 17:55:18 -0400
- Subject: Re: Final GCC 3.1 Prerelease
>>>>> Arkadiusz Miskiewicz writes:
arekm> btw. is this still needed for ppc? (PR5918)
arekm> --- gcc-20020311/gcc/ada/targtyps.c Tue Oct 2 16:57:55 2001
arekm> +++ gcc-20020311-/gcc/ada/targtyps.c Sat Mar 16 15:19:39 2002
arekm> @@ -99,6 +99,8 @@
arekm> #define WIDEST_HARDWARE_FP_SIZE LONG_DOUBLE_TYPE_SIZE
arekm> #endif
arekm> +static int rs6000_long_double_type_size = 64;
arekm> +
arekm> /* The following provide a functional interface for the front end Ada code
arekm> to determine the sizes that are used for various C types. */
rs6000.h now defines WIDEST_HARDWARE_FP_SIZE in GCC 3.1 to work
around this Ada design error.
David