This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/15687] New: need types_compatible_p
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 May 2004 17:33:58 -0000
- Subject: [Bug java/15687] New: need types_compatible_p
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Currently gcj does not implement the types_compatible_p() lang hook.
It probably should. It isn't clear that the default one is correct
for gcj, as it uses TYPE_MAIN_VARIANT, which doesn't seem to be used
anywhere in the gcj source.
--
Summary: need types_compatible_p
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tromey at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15687