[PATCH] Fix member offset calculation
commitaa163fa6869f050cd157afef23b82cc3bc14cb61
authorLuc Van Oostenryck <luc.vanoostenryck@looxix.net>
Mon, 28 Nov 2005 00:15:09 +0000 (28 01:15 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 28 Nov 2005 01:32:24 +0000 (27 17:32 -0800)
tree65af4e14415a9a6dfce89f586ee5dfe14856e35d
parent269bcb9b9334057928d9c6eebd8555c88ebd3f2d
[PATCH] Fix member offset calculation

member dereferencing didn't examine the parent type, as consequence the
member offset were never calculated.

[ Note: we _used_ to do eager examination of all types whenever we saw a
  pointer, but as of commit 017034ed49eb0c0fdf91a4109faedf389c81fa9b we
  only do it when necessary, and this case had been missed.   - Linus ]

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
evaluate.c