This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] C++ patch to build the Java runtime withENABLE_TREE_CHECKING.


>>>>> "Alexandre" == Alexandre Petit-Bianco <apbianco@cygnus.com> writes:

    Alexandre> The Java front-end wasn't ready for
    Alexandre> ENABLE_TREE_CHECKING to be turned on by default, but
    Alexandre> I'm fixing it right now. When compiling the runtime, I
    Alexandre> ran accross two g++ front-end problems related to the
    Alexandre> check on tree nodes. Here's a patch. OK to commit?

The class.c changes are fine.  I'm not sure the check_goto changes
are correct -- even though I see the problem you're trying to solve.
Do you have a test-case for that problem?  Jason Merrill rewrote that
code recently, so he's probably the best person to ask.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]