From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20036 invoked by alias); 10 Jul 2002 15:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 20022 invoked by uid 71); 10 Jul 2002 15:36:01 -0000 Date: Wed, 10 Jul 2002 08:36:00 -0000 Message-ID: <20020710153601.20021.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: optimization/6973: gcc-3.1 fails to compille mesa-4.0.2 on i586 (opt >= -O1 works) Reply-To: Reichelt X-SW-Source: 2002-07/txt/msg00298.txt.bz2 List-Id: The following reply was made to PR optimization/6973; it has been noted by GNATS. From: Reichelt To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, niki.waibel@gmx.net Cc: Subject: Re: optimization/6973: gcc-3.1 fails to compille mesa-4.0.2 on i586 (opt >= -O1 works) Date: Wed, 10 Jul 2002 18:11:10 +0200 Hi, I can reproduce the bug with gcc 3.1, but not with gcc version 3.1.1 20020708 (prerelease). The bug really seems to be fixed on the branch. On the trunk this cannot be checked, because of the following parse error: In file included from glthread.h:87, from mtypes.h:35, from context.h:33, from image.c:33: /usr/include/pthread.h:163: error: parse error before "__thread" /usr/include/pthread.h:165: error: `pthread_create' declared as function returning a function /usr/include/pthread.h:166: error: parse error before "void" /usr/include/pthread.h:591: error: storage class specified for parameter `type name' In file included from /usr/include/pthread.h:655, from glthread.h:87, from mtypes.h:35, from context.h:33, from image.c:33: /usr/include/bits/sigthread.h:36: error: storage class specified for parameter `type name' Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6973