]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix vector handling for firstprivate of <= pointer size
authorTobias Burnus <tobias@codesourcery.com>
Fri, 6 Mar 2020 15:24:52 +0000 (16:24 +0100)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 21 Jun 2022 13:11:21 +0000 (14:11 +0100)
commitf4133ffad29c4cf9a862c4af10b17e86041e9d93
tree936f7cec17bc443f0c9fb34994a7f34ac60c0973
parent85626d15545773fa967378c235ca19ec93efba4a
Fix vector handling for firstprivate of <= pointer size

Test case is the existing libgomp.oacc-c++/firstprivate-mappings-1.C.

* omp-low.c (convert_from_firstprivate_int):
Use VIEW_CONVERT also for vectors.
gcc/ChangeLog.omp
gcc/omp-low.cc