MaskRay wrote:

Add the test to `clang/test/CodeGen/catch-undef-behavior.c`  
ca810073b3e4cef8ed58c03dcc724771f8f8615b
```
+  /// Casting to void * or char * drops the alignment requirement.
+  memcpy((void *)p, (char *)q, sz);
```

https://github.com/llvm/llvm-project/pull/67766
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to