Thanks Anton.

  Can you also check what happens when 'dst' is properly allocated with malloc? 
Something like this:

  int *dst = (int*)malloc();
  memcpy(dst, src, size);

  We want to make sure that the most straightforward cases work!

  Thanks,
  Anna.

http://llvm-reviews.chandlerc.com/D1887
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to