On July 16, 2020 7:09:21 AM GMT+02:00, Gary Oblock via Gcc <gcc@gcc.gnu.org> 
wrote:
>Regarding the other question I asked today could somebody explain to
>me what the default_defs are all about. 

Default defs are SSA names without an explicit defining statement for example 
those representing values at function entry. They are also used for 
uninitialized variables. 

I suspect I'm doing something
>wrong with regard of them. Note, I've isolated the failure in the last
>email
>down to this bit (in red):
>
>if (is_empty (*entry)
>    || (!is_deleted (*entry) && Descriptor::equal (*entry, comparable))
>
>Which doesn't make much sense to me.
>
>Thanks,
>
>Gary
>
>
>CONFIDENTIALITY NOTICE: This e-mail message, including any attachments,
>is for the sole use of the intended recipient(s) and contains
>information that is confidential and proprietary to Ampere Computing or
>its subsidiaries. It is to be used solely for the purpose of furthering
>the parties' business relationship. Any review, copying, or
>distribution of this email (or any attachments thereto) is strictly
>prohibited. If you are not the intended recipient, please contact the
>sender immediately and permanently delete the original and any copies
>of this email and any attachments thereto.

Reply via email to