jrm%computer-science.strathclyde.ac.uk@CS.UCL.AC.UK (01/10/86)
[]
I ask this question for a friend. Excuse the lack of technical detail.
He is running C as supplied with the developers kit. The code generated
by the compiler when accessing a word field from an array of structure
pointers appears to be bad. [The address calculation is performed in
16 bits, not 32]. Can anyone help ?
Along lines of
struct {int a,b} *tabptr[100];
tabptr[i]->a = 12; gives wrong code
Jon