diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 528b7da9736..406e0c1ef70 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -489,6 +489,7 @@ record_call_1 (tree *tp, int *walk_subtrees, void *data) } break; + case FDESC_EXPR: case ADDR_EXPR: if (flag_unit_at_a_time) { |