[PATCH] Fix the -d8 options in gfortran

Steven Bosscher stevenb@suse.de
Wed Mar 9 01:06:00 GMT 2005


On Wednesday 09 March 2005 01:59, Steve Kargl wrote:
> 2005-03-08  Steven G. Kargl  <kargls@comcast.net>
>
> 	* gfortran.h (gfc_option_t): Remove unused variable d8.
> 	* options.c (gfc_init_options): Remove uses of gfc_option.d8.
>     (gfc_handle_option): Ditto; use gfc_option.r8 and gfc_option.i8.

Hmm...
Probably the right solution is to have a LANG_HOOKS_POST_OPTIONS that
sets gfc_option.[ir]8 if gfc_option.d8 is set.  But since we do not
have the negative of -[ir]8, I can live with this patch as-is.

Gr.
Steven



More information about the Gcc-patches mailing list