Information request - assume-compiled and indirect-dispatch
Jeff Sturm
jsturm@one-point.com
Sun Jun 8 02:04:00 GMT 2003
On 7 Jun 2003, Tom Tromey wrote:
> Jeff> (A bug in options processing currently prevents the compile/link
> Jeff> from being combined into one command.)
>> Could you try the appended?
> I assume the bug has to do with options being passed to cc1...?
Right. Your patch fixes it, thanks.
Jeff
> Index: gcc/java/ChangeLog
> from Tom Tromey <tromey@redhat.com>
>> * jvspec.c (jvgenmain_spec): Added `*' after fassume-compiled and
> fno-assume-compiled.
>> Index: gcc/java/jvspec.c
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/java/jvspec.c,v
> retrieving revision 1.62
> diff -u -r1.62 jvspec.c
> --- gcc/java/jvspec.c 1 Jan 2003 15:10:01 -0000 1.62
> +++ gcc/java/jvspec.c 7 Jun 2003 15:37:24 -0000
> @@ -64,7 +64,7 @@
> %{g*} %{O*} \
> %{v:-version} %{pg:-p} %{p}\
> %<fbounds-check %<fno-bounds-check\
> - %<fassume-compiled %<fno-assume-compiled\
> + %<fassume-compiled* %<fno-assume-compiled*\
> %<fcompile-resource* %<fassert %<fno-assert \
> %<femit-class-file %<femit-class-files %<fencoding*\
> %<fuse-boehm-gc %<fhash-synchronization %<fjni\
>
More information about the Java
mailing list