From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10088 invoked by alias); 28 Dec 2009 17:47:55 -0000 Received: (qmail 10022 invoked by uid 48); 28 Dec 2009 17:47:45 -0000 Date: Mon, 28 Dec 2009 17:47:00 -0000 Message-ID: <20091228174745.10021.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgomp/42519] bootstrap fails on powerpc64-linux because of libgomp In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "laurent at guerby dot net" 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-12/txt/msg02547.txt.bz2 ------- Comment #3 from laurent at guerby dot net 2009-12-28 17:47 ------- "The second issue is how libgomp configure detects availability of pthread_{attr,}_{get,set}affinity_np. It uses link test and does not pass -Wall -Werror to compiler; thus, libgomp build fails if those functions are declared in /usr/include/nptl/pthread.h but not in /usr/include/pthread.h (libgomp only includes the latter)." I confirm: guerby@gcc40:/usr/include$ grep pthread_getaffinity_np *.h */*.h nptl/pthread.h:extern int pthread_getaffinity_np (pthread_t __th, size_t __cpusetsize, -- laurent at guerby dot net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2009-12-28 17:47:45 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42519