This is the mail archive of the gcc-cvs@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]

r246675 - in /trunk/libgomp: ChangeLog config/d...


Author: jakub
Date: Tue Apr  4 10:41:33 2017
New Revision: 246675

URL: https://gcc.gnu.org/viewcvs?rev=246675&root=gcc&view=rev
Log:
	PR libgomp/79876
	* config/posix/thread-stacksize.h: New file.
	* config/darwin/thread-stacksize.h: New file.
	* config/nvptx/thread-stacksize.h: New file.
	* env.c: Include thread-stacksize.h.
	(initialize_env): Initialize stacksize to GOMP_DEFAULT_STACKSIZE
	instead of 0.  Call pthread_attr_setstacksize even if
	GOMP_DEFAULT_STACKSIZE is non-zero.

Added:
    trunk/libgomp/config/darwin/thread-stacksize.h
    trunk/libgomp/config/nvptx/thread-stacksize.h
    trunk/libgomp/config/posix/thread-stacksize.h
Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/env.c


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