]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix numerous IA-64 C++ failures, IA-64 bootstrap trouble.
authorJames E Wilson <wilson@specifixinc.com>
Thu, 7 Apr 2005 04:24:53 +0000 (04:24 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 7 Apr 2005 04:24:53 +0000 (21:24 -0700)
PR target/20717
* cgraphunit.c (record_call_1, case FDESC_EXPR): Handle same as
ADDR_EXPR.

From-SVN: r97773

gcc/ChangeLog
gcc/cgraphunit.c

index cfca3d6a61e04d996bda4d55343fb2f11a1a5105..f6695a2f6401c4ea8b4561790b7cbede60ea1362 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 528b7da9736b7860515b8f24cd6ab2864cfed6ec..406e0c1ef700cfe877c5674c6c2c756b5c91285f 100644 (file)
@@ -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)
        {