diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-07 04:24:53 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-07 04:24:53 +0000 |
commit | 4e4ac74bd1248098e8706ef1d8829fd87a0d4e7b (patch) | |
tree | a4479cdd2699890bf76953fc9ed4670c1d206736 /gcc/cgraphunit.c | |
parent | 4f67a81c110abb352673685b1342555a167ab315 (diff) | |
download | gcc-4e4ac74bd1248098e8706ef1d8829fd87a0d4e7b.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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97773 138bc75d-0d04-0410-961f-82ee72b054a4
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) { |