From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11409 invoked by alias); 27 Apr 2009 17:01:54 -0000 Received: (qmail 8252 invoked by uid 48); 27 Apr 2009 17:01:27 -0000 Date: Mon, 27 Apr 2009 17:01:00 -0000 Message-ID: <20090427170127.8251.qmail@sourceware.org> From: "carlos at codesourcery dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20090424202955.10103.carlos@codesourcery.com> References: <20090424202955.10103.carlos@codesourcery.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/10103] Targets defining __NO_LONG_DOUBLE_MATH should still have *l prototypes in headers. 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-04/txt/msg00179.txt.bz2 ------- Additional Comments From carlos at codesourcery dot com 2009-04-27 17:01 ------- I tested the following patch on hppa: http://sources.redhat.com/ml/libc-hacker/2009-04/msg00004.html No regressions. However, I don't see the long double prototypes. The port sets __NO_LONG_DOUBLE_MATH set to 1, and I verified this. The build sets NO_LONG_DOUBLE to 1 because the port sets long-double-fcts = no. Compiling test-ldouble.c with -Werror fails because of the missing prototypes. math/libm-test.c:5446: warning: implicit declaration of function ‘scalbl’ math/libm-test.c: In function ‘scalbn_test’: -- http://sourceware.org/bugzilla/show_bug.cgi?id=10103 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.