]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libgomp/79876 (FAIL: libgomp.fortran/strassen.f90 -O execution test on x86_6...
authorJakub Jelinek <jakub@redhat.com>
Tue, 4 Apr 2017 10:41:33 +0000 (12:41 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 4 Apr 2017 10:41:33 +0000 (12:41 +0200)
commitc4060df4b1ae72421aa0da0fbb0acdc7af3b7c68
tree5a3168b71a136e04b15bf32d997bde9d51232721
parent248179b5fc812b294e2488b23fedaaabe099ad9d
re PR libgomp/79876 (FAIL: libgomp.fortran/strassen.f90   -O  execution test on x86_64-apple-darwin16)

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.

From-SVN: r246675
libgomp/ChangeLog
libgomp/config/darwin/thread-stacksize.h [new file with mode: 0644]
libgomp/config/nvptx/thread-stacksize.h [new file with mode: 0644]
libgomp/config/posix/thread-stacksize.h [new file with mode: 0644]
libgomp/env.c