From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27608 invoked by alias); 29 Jul 2005 11:46:15 -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 27591 invoked by uid 48); 29 Jul 2005 11:46:09 -0000 Date: Fri, 29 Jul 2005 11:47:00 -0000 Message-ID: <20050729114609.27590.qmail@sourceware.org> From: "david dot nospam dot hopwood at blueyonder dot co dot uk" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050331184113.20705.david.nospam.hopwood@blueyonder.co.uk> References: <20050331184113.20705.david.nospam.hopwood@blueyonder.co.uk> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug driver/20705] -pthread should enable all options required to use pthreads on all platforms X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg03866.txt.bz2 List-Id: ------- Additional Comments From david dot nospam dot hopwood at blueyonder dot co dot uk 2005-07-29 11:46 ------- -pthread is apparently deprecated on FreeBSD (see and ). As part of fixing this bug, it should be undeprecated, since the rationale for deprecating it goes away if it works properly on all platforms (which on FreeBSD would mean linking against either libkse or libpthread depending on the FreeBSD version, I think). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20705