From 1199470c69d5b1b49e6a45d0ffe0eb34a186c1d8 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Thu, 30 Oct 2003 23:59:45 +0100 Subject: * real.c (encode_ieee_extended): Back out previous patch. From-SVN: r73105 --- gcc/real.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/real.c') diff --git a/gcc/real.c b/gcc/real.c index 0801054..8724680 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -3032,11 +3032,6 @@ encode_ieee_extended (const struct real_format *fmt, long *buf, buf[0] = image_hi << 16, buf[1] = sig_hi, buf[2] = sig_lo; else buf[0] = sig_lo, buf[1] = sig_hi, buf[2] = image_hi; - - /* Avoid uninitialized data to be output by compiler when XFmode is extended - to 128 bits. */ - if (GET_MODE_SIZE (XFmode) == 16) - buf[3] = 0; } static void -- cgit v1.1