This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/18091] Valgrind errors building libjava
- From: "mckinlay at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 20 Oct 2004 20:49:15 -0000
- Subject: [Bug java/18091] Valgrind errors building libjava
- References: <20041020200437.18091.drow@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mckinlay at redhat dot com 2004-10-20 20:49 -------
For the memcpy() thing, in the error given we seem to be relocating something to
the exact same position. In this case the memcpy() should be harmless. But,
maybe it is possible to get real overlapping relocations. Its probably best just
to replace the memcpy() with a memmove() here.
I'm not sure the "unitialized conditional move" errors are really bugs. I've
seen this a bit when running valgrind on code compiled with recent GCCs ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18091