From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7728 invoked by alias); 17 Jan 2009 16:03:05 -0000 Received: (qmail 5948 invoked by alias); 17 Jan 2009 16:02:49 -0000 Date: Sat, 17 Jan 2009 16:03:00 -0000 Message-ID: <20090117160249.5946.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/32666] FAIL: abi_check hppa In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dave at hiauly1 dot hia dot nrc dot ca" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg01949.txt.bz2 ------- Comment #16 from dave at hiauly1 dot hia dot nrc dot ca 2009-01-17 16:02 ------- Subject: Re: FAIL: abi_check hppa > I think we also need float stubs. I saw some problems with > floorf in the testsuite in my last build. There are four testsuite fails due to floorf being missing. Here's one: Executing on host: /test/gnu/gcc/objdir/./gcc/g++ -shared-libgcc -B/test/gnu/gcc /objdir/./gcc -nostdinc++ -L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++ -v3/src -L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs -B/o pt/gnu/gcc/gcc-4.4.0/hppa2.0w-hp-hpux11.11/bin/ -B/opt/gnu/gcc/gcc-4.4.0/hppa2.0 w-hp-hpux11.11/lib/ -isystem /opt/gnu/gcc/gcc-4.4.0/hppa2.0w-hp-hpux11.11/includ e -isystem /opt/gnu/gcc/gcc-4.4.0/hppa2.0w-hp-hpux11.11/sys-include -g -O2 -D_GL IBCXX_ASSERT -fmessage-length=0 -g -O2 -g -O2 -DLOCALEDIR="." -nostdinc++ -I/t est/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11 .11 -I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include -I/test/gn u/gcc/gcc/libstdc++-v3/libsupc++ -I/test/gnu/gcc/gcc/libstdc++-v3/include/backwa rd -I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util /test/gnu/gcc/gcc/libstdc++-v 3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_nan.c c -include bits/stdc++.h ./libtestc++.a -lm -o ./check_nan.exe (timeout = 600) /usr/ccs/bin/ld: Unsatisfied symbols: floorf (first referenced in /var/tmp//ccLVzphs.o) (code) collect2: ld returned 1 exit status ... FAIL: tr1/5_numerical_facilities/special_functions/12_ellint_1/check_nan.cc (tes t for excess errors) Other f functions that are checked for and missing on hppa2.0w-hp-hpux11.11 are, ceilf, finitef, frexpf, hypotf, isnanf, ldexpf, modff, sincosf, strtof. HP-UX 10 is the same except for having finitef and isnanf. Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32666