This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: `asm' in natObject.cc
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Discuss List <java at gcc dot gnu dot org>
- Date: 01 Dec 2001 18:44:14 -0700
- Subject: Re: `asm' in natObject.cc
- References: <87itbsxlzj.fsf@creche.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> On my x86 box I'm seeing a libgcj build failure:
Tom> [ ... ]
Tom> ../../../gcc/libjava/java/lang/natObject.cc:329: inconsistent operand
Tom> constraints in an `asm'
I can see this again by building natObject.cc with CXXFLAGS=-g.
Can someone tell me whether this is a g++ bug or a libgcj bug?
Also, if the build of natObject.cc fails, then natObject.d is removed,
causing future `make' invocations to fail. Bryce, I assume this is a
bug in your recent Makefile.am changes (I still haven't really looked
at them).
Tom