[OpenMP] add a offload test involving std::complex
authorYe Luo <yeluo@anl.gov>
Sat, 3 Sep 2022 18:27:33 +0000 (13:27 -0500)
committerYe Luo <yeluo@anl.gov>
Sat, 3 Sep 2022 18:28:11 +0000 (13:28 -0500)
commit0e68f483d48d5d468addfd3a8c68a8862aa60222
tree89eaceddd8d28848a25d1fb5527706f85f2ee9f0
parent86e8164a8f6447205c4511360cbd880eeaebea9a
[OpenMP] add a offload test involving std::complex

Taken from the https://github.com/llvm/llvm-project/issues/57064 reproducer.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D133258
openmp/libomptarget/test/offloading/bug49021.cpp
openmp/libomptarget/test/offloading/std_complex_arithmetic.cpp [new file with mode: 0644]