From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20930 invoked by alias); 27 Nov 2013 03:41:50 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 20920 invoked by uid 89); 27 Nov 2013 03:41:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_HELO_PASS,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 27 Nov 2013 03:41:47 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAR3fbgd005130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 26 Nov 2013 22:41:37 -0500 Received: from stumpy.slc.redhat.com (ovpn-113-65.phx2.redhat.com [10.3.113.65]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rAR3fYg8024845; Tue, 26 Nov 2013 22:41:34 -0500 Message-ID: <529569EE.5010609@redhat.com> Date: Wed, 27 Nov 2013 03:41:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Jan-Benedict Glaw , gcc@gcc.gnu.org CC: Jim Wilson , Steve Ellcey , John David Anglin , Alexander Ivchenko Subject: Re: [buildrobot] ia64-hpux References: <20131126032013.GO30563@lug-owl.de> <20131126032657.GD30563@lug-owl.de> <20131127025027.GY30563@lug-owl.de> In-Reply-To: <20131127025027.GY30563@lug-owl.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00563.txt.bz2 On 11/26/13 19:50, Jan-Benedict Glaw wrote: > On Tue, 2013-11-26 04:26:57 +0100, Jan-Benedict Glaw wrote: >> Build log at >> http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=39052 >> >> g++ -c -DUSE_LIBUNWIND_EXCEPTIONS -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/. -I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include -I/opt/cfarm/mpc/include -I../../../gcc/gcc/../libdecnumber -I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I../../../gcc/gcc/../libbacktrace -o ia64.o -MT ia64.o -MMD -MP -MF ./.deps/ia64.TPo ../../../gcc/gcc/config/ia64/ia64.c >> In file included from ./tm.h:20:0, >> from ../../../gcc/gcc/config/ia64/ia64.c:25: >> ../../../gcc/gcc/config/ia64/hpux.h:185:34: error: ‘default_c99_libc_has_function’ was not declared in this scope >> #define TARGET_LIBC_HAS_FUNCTION default_c99_libc_has_function >> ^ >> ./target-hooks-def.h:1140:5: note: in expansion of macro ‘TARGET_LIBC_HAS_FUNCTION’ >> TARGET_LIBC_HAS_FUNCTION, \ >> ^ >> ../../../gcc/gcc/config/ia64/ia64.c:659:29: note: in expansion of macro ‘TARGET_INITIALIZER’ >> struct gcc_target targetm = TARGET_INITIALIZER; >> ^ >> make[2]: *** [ia64.o] Error 1 > > I *guess* it should have been no_c99_libc_has_function instead of > default_c99_libc_has_function, referring to an equal change to > pa/hpux.h in r201838: > > http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=201838 > http://gcc.gnu.org/git/?p=gcc.git;a=commit;h=30f690e026ecdf99c68e777a48562b58afe37f43 > > But I don't actually know HP-UX's libc and whether or not it ships an > equal set of functions on all target it runs on... I approved a patch today that I think will fix this. Jeff