This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [BUG] new emit_*_scope funcs
- From: Jan Hubicka <jh at suse dot cz>
- To: "David S. Miller" <davem at redhat dot com>
- Cc: jh at suse dot cz, gcc at gcc dot gnu dot org
- Date: Sat, 8 Jun 2002 17:36:53 +0200
- Subject: Re: [BUG] new emit_*_scope funcs
- References: <20020608.001339.73589746.davem@redhat.com>
>
> I guess you didn't test these at all. They don't set
> set the scope on the last insn. This means for emitting
> a single insn, no scope settings occur at all.
I did tested these on the testcases failing previously and it did work.
Thinking about it, all places where I do use it (ifcvt, instruction
splitting and peepholing) usually involves multiple instructions.
Thanks for noticing that!
>
> I discovered this while repatching my sequence killing
> patches into the mainline... I can fix it for you.
Thanks!
If it is problem, I can do it today as well.
Honza