From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25623 invoked by alias); 30 Jun 2005 21:44:58 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 25613 invoked by uid 48); 30 Jun 2005 21:44:55 -0000 Date: Thu, 30 Jun 2005 21:44:00 -0000 From: "bugzilla-gcc at thewrittenword dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20050630214454.22261.bugzilla-gcc@thewrittenword.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/22261] New: GCC using sqrtf() on AIX 5.1 when it doesn't exist X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg03633.txt.bz2 List-Id: $ cat sqrt.c #include int main (void) { float a; (float)sqrt ((double)a); } $ /opt/TWWfsw/gcc343/bin/gcc sqrt.c -lm $ /opt/TWWfsw/gcc343/bin/gcc -O sqrt.c -lm ld: 0711-317 ERROR: Undefined symbol: .sqrtf ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status -- Summary: GCC using sqrtf() on AIX 5.1 when it doesn't exist Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bugzilla-gcc at thewrittenword dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: powerpc-ibm-aix5.1.0.0 GCC host triplet: powerpc-ibm-aix5.1.0.0 GCC target triplet: powerpc-ibm-aix5.1.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22261