On 11/30/20 4:50 PM, Jan Hubicka wrote:
On 11/30/20 7:04 AM, Martin Liška wrote:
Hi.
It's handy to have symbol table when we dump emergency dump.
It's likely next stage1 material.
Thoughts?
Martin
gcc/ChangeLog:
    * passes.c (emergency_dump_function): Dump symtab when
    we are
>
>
> On 11/30/20 7:04 AM, Martin Liška wrote:
> > Hi.
> >
> > It's handy to have symbol table when we dump emergency dump.
> > It's likely next stage1 material.
> >
> > Thoughts?
> > Martin
> >
> > gcc/ChangeLog:
> >
> > Â Â Â Â * passes.c (emergency_dump_function): Dump symtab when
> > Â Â Â Â
On 11/30/20 7:04 AM, Martin Liška wrote:
> Hi.
>
> It's handy to have symbol table when we dump emergency dump.
> It's likely next stage1 material.
>
> Thoughts?
> Martin
>
> gcc/ChangeLog:
>
> Â Â Â Â * passes.c (emergency_dump_function): Dump symtab when
> Â Â Â Â we are in an IPA pass.
Your
Hi.
It's handy to have symbol table when we dump emergency dump.
It's likely next stage1 material.
Thoughts?
Martin
gcc/ChangeLog:
* passes.c (emergency_dump_function): Dump symtab when
we are in an IPA pass.
---
gcc/passes.c | 3 +++
1 file changed, 3 insertions(+)
diff --gi