Re: covariant7.C fdesc_expr not supported by dump_expr

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Mailaripillai, Kannan Jeganathan" <kannanmj@xxxxxx> writes:

> I am getting a message:
>   "#'fdesc_expr' not supported by dump_expr#<expression error>" 
> while dumping the vable using -fdump-class-hierarchy in platforms 
> ia64-hpux11.23, ia64-redhat-linux. But in x86_64-suse-linux it is working 
> fine.

It's a bug in dump_expr in cp/error.c.  It doesn't know how to print a
FDESC_EXPR node.  The reason you only see it on ia64 is that FDESC_EXPR
is only used by targets for which TARGET_VTABLE_USES_DESCRIPTORS is
non-zero, and the only target for which that is true is ia64.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux