You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compare output of running daikon/tests/kvasir/tests/TypedefTest on x86 vs.
amd64. The later passes small structs in registers. Current implementation of
kvasir only assigns a single value tag field to an entire register. Hence,
when the struct is loaded into the register to pass as argument we mark all
struct fields that happen to map to the same register as having an interaction
when in fact they do not. Test case needs to be modifed back to have first
struct element (a) being an int instead of a long. decls output will then show
a and b in same compare set on amd64 but in separate sets on x86 (correctly).
This is a serious problem, but is part of the current design. Fix will be a
major work item.
Original issue reported on code.google.com by [email protected] on 5 Aug 2013 at 10:22
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 5 Aug 2013 at 10:22The text was updated successfully, but these errors were encountered: