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] OMP_STACKSIZE env variable


> 
> Asher Langton reported in private mail that they have programs
> that can't run in the default thread stack size.  I believe one
> solution for glibc is to use ulimit -s, which sets the default
> thread stack size.  But he also mentions that another openmp
> implementation provides OMP_STACKSIZE; it seems reasonable to
> allow that as well.
> 
> The following has been lightly tested.  I *think* this should
> Just Compile on other systems, but I'm not sure what sort of
> brokenness wrt missing symbols I'm likely to encounter.  I'll
> check this in shortly, and endevour to fix problems as they
> are reported.


Aren't we in regression only mode now[1]?

If so I don't think this should have been applied.

[1]http://gcc.gnu.org/ml/gcc/2006-06/msg00120.html

Thanks,
Andrew Pinski


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