This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Deleting jump tables and CFG
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: hubicka at ucw dot cz
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 1 Dec 03 19:45:19 EST
- Subject: Re: Deleting jump tables and CFG
That should not be major problem assuming that problematic jumptable
gets elliminated before final pass (so we don't get unreferenced
labels).
But something is going wrong since it's blowing up in mark_jump_label.
I'll investigate further.