This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] fix java bytecode switch regressions
- From: Andrew Haley <aph at redhat dot com>
- To: Richard Henderson <rth at twiddle dot net>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Thu, 30 Oct 2003 20:40:48 +0000
- Subject: [tree-ssa] fix java bytecode switch regressions
- References: <20031030192235.GA19595@twiddle.net>
Richard Henderson writes:
> The problem turned out to be that we weren't building trees for
> switch statements at all (!), but rather calling into the rtl
> expanders direct.
Darn, I thought I'd found all of those! :-)
Actually, I didn't realize that you were working on regressions in the
byte compiler. At the moment the byte compiler in the tree-SSA branch
is broken, but I do intend to resume work on it soon.
Thanks.
Andrew.