[Bug libgcj/21115] false boolean argument passed from pre-compiled to interpreted method is true
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Apr 20 00:57:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-20 00:57 -------
Hmm, that would mean we are trying to jump based on the agrument:
insn_ifeq:
{
if (POPI() == 0)
TAKE_GOTO;
else
SKIP_GOTO;
}
NEXT_INSN;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21115
More information about the Java-prs
mailing list