From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5134 invoked by alias); 11 May 2009 07:08:01 -0000 Received: (qmail 4912 invoked by uid 48); 11 May 2009 07:07:44 -0000 Date: Mon, 11 May 2009 07:08:00 -0000 Message-ID: <20090511070744.4911.qmail@sourceware.org> From: "bje at sources dot redhat dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20090429155550.10114.rsa@us.ibm.com> References: <20090429155550.10114.rsa@us.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/10114] silence warning in soft-fp X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00052.txt.bz2 ------- Additional Comments From bje at sources dot redhat dot com 2009-05-11 07:07 ------- I will post this patch: @@ -31,7 +31,7 @@ MA 02110-1301, USA. */ #define _FP_DECL(wc, X) \ - _FP_I_TYPE X##_c __attribute__((unused)), X##_s, X##_e; \ + _FP_I_TYPE X##_c __attribute__((unused)), X##_s, X##_e = X##_e; \ _FP_FRAC_DECL_##wc(X) /* -- http://sourceware.org/bugzilla/show_bug.cgi?id=10114 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.