[PATCH] D17103: [CUDA] Don't crash when trying to printf a non-scalar object.
Justin Lebar via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 10 15:45:08 PST 2016
jlebar added a comment.
> Ultimately, Sema should be responsible for rejecting this, correct?
I guess this is the part I'm unsure of. If it's legal to pass a struct to printf in regular C++ (seems to be?), I'd guess it should be legal in CUDA, too? I'm just not sure what it's supposed to do (in either case).
http://reviews.llvm.org/D17103
More information about the cfe-commits
mailing list