From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15893 invoked by alias); 31 Aug 2004 08:08:47 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 15860 invoked by uid 48); 31 Aug 2004 08:08:46 -0000 Date: Tue, 31 Aug 2004 08:08:00 -0000 Message-ID: <20040831080846.15858.qmail@sourceware.org> From: "schnake at composition dot de" To: glibc-bugs@sources.redhat.com In-Reply-To: <20040831075233.359.schnake@composition.de> References: <20040831075233.359.schnake@composition.de> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/359] PTHREAD_[...]_INITIALIZER_NP macros from pthread.h break GNU C++ compilation X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg00209.txt.bz2 List-Id: ------- Additional Comments From schnake at composition dot de 2004-08-31 08:08 ------- Created an attachment (id=180) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=180&action=view) Changes the PTHREAD_[...]_INITITALIZER_NP macros to use no designated initializer This patch applies only a formal change to pthread.h to make it useable with current GCC specs (that simply and explicitly do not support that initalizer style, see URL in comment #1). I dont know about implications with other compilers, but I think the patched initializer style should be the common one (as the GCC refers to the current one as "designated initializer *extension*" ;-) -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=359 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.