From: James E 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: https://git.libre-soc.org/?a=commitdiff_plain;h=c7bcbc2c40c503b9c04e140cba5d0f605719426a;p=gcc.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. From-SVN: r97773 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cfca3d6a61e..f6695a2f640 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 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) {