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]
Other format: [Raw text]

Re: [PATCH] Fix the -d8 options in gfortran


On Wed, Mar 09, 2005 at 02:06:23AM +0100, Steven Bosscher wrote:
> 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.
> 

See attached.  Bubblestrapped and regtested.

-- 
Steve

Attachment: d8_1.diff
Description: Text document


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