diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index f63ed2f..e016b0a 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -2927,7 +2927,7 @@ finish_typeof (tree expr) return type; } - type = TREE_TYPE (expr); + type = unlowered_expr_type (expr); if (!type || type == unknown_type_node) { |