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] Java: Standard comformant arithmetic


On Wed, Jul 21, 1999 at 02:52:23PM -0000, Andrew Haley wrote:
> I've added a new compiler option, -fuse-divide-subroutine, which
> instead of generating divide insns calls a subroutine in libgcj.  This
> option is not intended to be passed by the user, but in the
> libgcj.spec file which is created when libgcj is installed.

If it's always to be set, why is it a non-default command-line
option at all?  Why don't you just turn on flag_use_divide_subroutine
in lang_init_options?


r~


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