diff options
| -rw-r--r-- | show-parse.c | 1 | ||||
| -rw-r--r-- | validation/eval/typeof0.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/show-parse.c b/show-parse.c index 37104167..80125e74 100644 --- a/show-parse.c +++ b/show-parse.c @@ -337,6 +337,7 @@ deeper: mod = sym->ctype.modifiers; as = sym->ctype.as; was_ptr = 1; + examine_pointer_target(sym); break; case SYM_FN: diff --git a/validation/eval/typeof0.c b/validation/eval/typeof0.c index abef6386..12b08660 100644 --- a/validation/eval/typeof0.c +++ b/validation/eval/typeof0.c @@ -4,7 +4,6 @@ static typeof(i) *ptr; /* * check-name: eval-typeof0 * check-command: test-show-type $file - * check-known-to-fail * * check-output-ignore * check-output-excludes: unknown type |
