This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc port based on MIPS
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: iant at google dot com (Ian Lance Taylor)
- Cc: lhrkernelcoder at gmail dot com (kernel coder), gcc at gcc dot gnu dot org
- Date: Mon, 19 Jun 2006 14:36:26 -0400 (EDT)
- Subject: Re: gcc port based on MIPS
>
> "kernel coder" <lhrkernelcoder@gmail.com> writes:
>
> > (define_mode_attr divide_condition
> > [DF (SF "!TARGET_FIX_SB1 || flag_unsafe_math_optimizations")])
> > ;; (V2SF "TARGET_SB1 && (!TARGET_FIX_SB1 ||
> > flag_unsafe_math_optimizations)")])
> >
> >
> > As you can see i just omitted the entries of V2SF.
>
> I hope that isn't really what you did, since that would comment out
> the "])" close brackes in each case.
Except the above line has ]) also :).
-- Pinski