public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bryce at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libgcj/25187] dereferencing type-punned pointer warnings while building libgcj
Date: Thu, 09 Feb 2006 01:35:00 -0000	[thread overview]
Message-ID: <20060209013538.10978.qmail@sourceware.org> (raw)
In-Reply-To: <bug-25187-6528@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from bryce at gcc dot gnu dot org  2006-02-09 01:35 -------
Subject: Bug 25187

Author: bryce
Date: Thu Feb  9 01:35:33 2006
New Revision: 110783

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110783
Log:
2006-02-08  Bryce McKinlay  <mckinlay@redhat.com>

        PR libgcj/25187:
        * gnu/gcj/io/natSimpleSHSStream.cc
        (gnu::gcj::io::SimpleSHSStream::shsFinal): Remove bogus cast.
        * interpret.cc (_Jv_InterpMethod::run): Simplify arguments to
        _Jv_InterpFrame().
        * boehm.cc: #undef some autoconf macros before including gc-config.h.
        (_Jv_MarkObject): Don't mark the class, it is reachable via the vtable.
        (_Jv_MarkArray): Likewise.
        * java/lang/ref/natReference.cc (java::lang::ref::Reference::create):
        Simplify _Jv_GCRegisterDisappearingLink() call.
        * java/lang/Class.h (getComponentType): Use element_type.
        (element_type): New field declaration, as a union with "methods".
        * java/lang/natClassLoader.cc (_Jv_NewArrayClass): Use "element_type".
        * java/net/natVMNetworkInterfacePosix.cc
        (java::net::VMNetworkInterface::getInterfaces): Add "int" cast to
        avoid sign comparison warning.
        * include/java-interp.h (_Jv_InterpFrame): Take thread as second
        argument, not parent call frame.
        * include/x86_64-signal.h (MAKE_THROW_FRAME): Use "gregs" directly,
        without a cast.
        (restore_rt): Declare with hidden visibility, not "static".
        * posix.cc (_Jv_platform_initProperties): Make "tmpdir" a string
        constant.
        * jni.cc (_Jv_JNI_DestroyJavaVM): Use a union to avoid strict alias
        warning

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/boehm.cc
    trunk/libjava/gnu/gcj/io/natSimpleSHSStream.cc
    trunk/libjava/include/java-interp.h
    trunk/libjava/include/x86_64-signal.h
    trunk/libjava/interpret.cc
    trunk/libjava/java/lang/Class.h
    trunk/libjava/java/lang/natClassLoader.cc
    trunk/libjava/java/lang/ref/natReference.cc
    trunk/libjava/java/net/natVMNetworkInterfacePosix.cc
    trunk/libjava/jni.cc
    trunk/libjava/posix.cc


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25187


  parent reply	other threads:[~2006-02-09  1:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-30 18:53 [Bug libgcj/25187] New: " pinskia at gcc dot gnu dot org
2005-11-30 18:55 ` [Bug libgcj/25187] " pinskia at gcc dot gnu dot org
2005-11-30 20:35 ` rguenth at gcc dot gnu dot org
2006-02-09  1:35 ` bryce at gcc dot gnu dot org [this message]
2006-02-09  1:38 ` mckinlay at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060209013538.10978.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).