These patches are the result of a small investigation about the interaction of sparse's lazy evaluation and the convestion of SYM_TYPEOF into an effective type. Luc Van Oostenryck (4): show-type: add a test program to test do_show_type() & friends typeof: fix up comment in examine_pointer_type() typeof: add a test for unexaminated typeof typeof: examine it at show-time .gitignore | 1 + Makefile | 1 + show-parse.c | 1 + symbol.c | 9 +++++---- test-show-type.c | 28 ++++++++++++++++++++++++++++ validation/eval/typeof0.c | 10 ++++++++++ 6 files changed, 46 insertions(+), 4 deletions(-) create mode 100644 test-show-type.c create mode 100644 validation/eval/typeof0.c -- 2.24.0