| Issue 1: | Test harness test_p() fails for non-32bit pointer platforms | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Running test harness on platform with sizeof(int *) != 4 fails for no good reason. Problem is in test_p() assumes pointers are 32-bit long, so for other platforms will fail. Need to use sizeof to select test cases for 16-bit, 32-bit or 64-bit pointer sizes.
May 20, 2010
Project Member
#1
neil.johnson71
Status:
Fixed
May 21, 2010
Correction accepted and verified.
Status:
Verified
|