This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]