decl2.c (acceptable_java_type): Allow references too.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Wed, 10 Jan 2001 19:20:52 +0000 (19:20 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Wed, 10 Jan 2001 19:20:52 +0000 (11:20 -0800)
commit23d4e4cc4acd1dbf796a8e9c9073e7392e5c36b8
tree1dae871d7397de2419ccb90ff86a10f59790e08e
parent0adc3d8a92f1a6181f2f170a2019f2bc2a1b3c53
decl2.c (acceptable_java_type): Allow references too.

2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * decl2.c (acceptable_java_type): Allow references too.
        * init.c (build_java_class_ref): When using the new ABI, search
        `class$' and have it mangled with `mangle_decl.'
        * mangle.c (write_java_integer_type_codes): New function.
        (write_builtin_type): Detect and mangle Java integer and real
        types.

(http://gcc.gnu.org/ml/gcc-patches/2001-01/msg00756.html)

From-SVN: r38875
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/init.c
gcc/cp/mangle.c