]> git.ipfire.org Git - thirdparty/gcc.git/commit
[gomp] Fix build for 32-bit targets with int != int32_t
authorsh <sh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Oct 2015 08:30:52 +0000 (08:30 +0000)
committersh <sh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Oct 2015 08:30:52 +0000 (08:30 +0000)
commit5725a2a88ac403a3aa891363ffbd33fe4e477835
tree8856173558472045cc089eafdf566c2013bc684e
parent0cb9d971fdaf6de30d7ad6de9c74a2ed87ae33c3
[gomp] Fix build for 32-bit targets with int != int32_t

libgomp/
2015-10-14  Sebastian Huber  <sebastian.huber@embedded-brains.de>

* fortran.c (omp_get_place_proc_ids_, omp_get_partition_place_nums_):
Cast to int from int32_t.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228805 138bc75d-0d04-0410-961f-82ee72b054a4
libgomp/ChangeLog
libgomp/fortran.c