Commit c7bcbc2c by James E Wilson Committed by Jim Wilson

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
parent 5305b1ae
2005-04-06 James E Wilson <wilson@specifixinc.com>
PR target/20717
* cgraphunit.c (record_call_1, case FDESC_EXPR): Handle same as
ADDR_EXPR.
2004-04-06 Richard Sandiford <rsandifo@redhat.com>
* coverage.h (GCOV_TYPE_NODE): Delete.
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment