2007-07-12 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jul 2007 09:29:26 +0000 (09:29 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jul 2007 09:29:26 +0000 (09:29 +0000)
commitd3586d7c85f87e1615fe6fb377b2718e1a333d1f
tree65d095d6a08cf82cda8ea486135787036289c7f6
parent01616473505751585701cb479c6ab020036cc02a
2007-07-12  Richard Guenther  <rguenther@suse.de>

* expr.c (expand_java_return): RETURN_EXPR has void type.
(build_jni_stub): Likewise.  Use a comparison against zero
for null-pointer test in COND_EXPR.
(build_field_ref): Build POINTER_PLUS_EXPR with correct
type.  Convert result instead.
(build_invokevirtual): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126574 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/expr.c