From: wilson Date: Thu, 7 Apr 2005 04:24:53 +0000 (+0000) Subject: Fix numerous IA-64 C++ failures, IA-64 bootstrap trouble. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e4ac74bd1248098e8706ef1d8829fd87a0d4e7b;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cfca3d6a61e0..f6695a2f6401 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-04-06 James E Wilson + + PR target/20717 + * cgraphunit.c (record_call_1, case FDESC_EXPR): Handle same as + ADDR_EXPR. + 2004-04-06 Richard Sandiford * coverage.h (GCOV_TYPE_NODE): Delete. diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 528b7da9736b..406e0c1ef700 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) {