This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: optimization/6973: gcc-3.1 fails to compille mesa-4.0.2 on i586 (opt >= -O1 works)
- From: Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, niki dot waibel at gmx dot net
- Date: Wed, 10 Jul 2002 18:11:10 +0200
- Subject: Re: optimization/6973: gcc-3.1 fails to compille mesa-4.0.2 on i586 (opt >= -O1 works)
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