This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[BUG] new emit_*_scope funcs
- From: "David S. Miller" <davem at redhat dot com>
- To: jh at suse dot cz
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 08 Jun 2002 00:13:39 -0700 (PDT)
- Subject: [BUG] new emit_*_scope funcs
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 discovered this while repatching my sequence killing
patches into the mainline... I can fix it for you.