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 typos in config/i386/i386.md


On Tue, Aug 29, 2006 at 10:25:00AM -0700, Ian Lance Taylor wrote:
> "H. J. Lu" <hjl@lucon.org> writes:
> 
> > There are 5 DF patterns where we match SF operands instead of DF.  I
> > think there are typos. This patch fixes those.
> > 
> > 
> > H.J.
> > ----
> > 2006-08-28  H.J. Lu  <hongjiu.lu@intel.com>
> > 
> > 	* config/i386/i386.md (*fop_df_comm_mixed): Match DF operands
> > 	instead of SF operands.
> > 	(*fop_df_comm_sse): Likewise.
> > 	(*fop_df_comm_i387): Likewise.
> > 	(*fop_df_1_mixed): Likewise.
> > 	(*fop_df_1_sse): Likewise.
> 
> This is OK if it passes bootstrap and testing.
> 

Gcc 4.2 bootstraped OK on Linux/x86 and Linux/x86-64. There are no
regressions in gcc testsuite.


H.J.


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