Hi all, This patch fixes a case, where a memory buffer of structs is located in an address space different from 0, and one of its elements is being passed to a function that expects a non-address spaced struct argument. In this case, the value being passed should be copied to local memory, rather than trying to pass its address in the address spaced memory object, which leads to a failure.
Please review Thanks Guy [email_signature_guy_new2]
<<inline: image001.png>>
addr_space_struct.patch
Description: addr_space_struct.patch
--------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
