diff options
author | James E Wilson <wilson@specifixinc.com> | 2005-04-07 04:24:53 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2005-04-06 21:24:53 -0700 |
commit | c7bcbc2c40c503b9c04e140cba5d0f605719426a (patch) | |
tree | a4479cdd2699890bf76953fc9ed4670c1d206736 /gcc/cgraphunit.c | |
parent | 5305b1ae1b21669f5bb0c91c8b80ab5d5b789234 (diff) | |
download | gcc-c7bcbc2c40c503b9c04e140cba5d0f605719426a.tar.gz |
Fix numerous IA-64 C++ failures, IA-64 bootstrap trouble.
PR target/20717
* cgraphunit.c (record_call_1, case FDESC_EXPR): Handle same as
ADDR_EXPR.
From-SVN: r97773
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) { |