This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Missing case in dwarf2out.c:loc_descriptor_from_tree


On Tue, Nov 13, 2001 at 05:26:47AM -0500, Richard Kenner wrote:
> There doesn't seem to be any handling of TRUTH_ORIF_EXPR or any of the
> similar cases.  Can this be represented by Dwarf-2 or do we have to say
> we can't support it?

It can be supported.  There are compare and branch insns in
the dwarf2 expression language.  See, for example, COND_EXPR.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]