-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: repo-panama
-
Component/s: core-libs
Giving a simple C union,
union {
short s,
int i,
long l
}
The address of s, i and l are expected to be the same.
union {
short s,
int i,
long l
}
The address of s, i and l are expected to be the same.