This is the mail archive of the gcc-patches@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: [gomp]: Locate correct libgcc_s.so for libgomp testing


> 
> On Thu, Nov 10, 2005 at 12:07:26PM +0100, Uros Bizjak wrote:
> > BTW: It looks that something is wrong for !HAVE_TLS as there is plenty errors
> > for i686-pc-linux-gnu:
> 
> #pragma omp threadprivate / !$omp threadprivate isn't supported unless
> HAVE_TLS.  Maybe we can just disable all libgomp tests altogether if
> TLS isn't supported.

Ick, Why is TLS needed to support threadprivate, I don't think it is needed
for the other compilers to support it, why does GCC need it?

Now if the non TLS case has not been programmed yet, ok I give you that
but this really should be fixed before merging GOMP into the mainline,
other wise we are going to get a lot of bug reports about this issue.

-- Pinski


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