This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: patch to bring java vtables closer to g++ abi conformance
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Wed, 23 Jan 2002 15:56:32 -0500 (EST)
- Subject: Re: patch to bring java vtables closer to g++ abi conformance
On Wed, 23 Jan 2002, Per Bothner wrote:
> Comments? Anyone think I shouldn't check it in?
It seems like a good idea.
+ /** Pointer to type_info object (to be implemented), according to g++ ABI. */
+ list = tree_cons (NULL_TREE, integer_zero_node, list);
Why not a null_pointer_node?
Jeff