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] decimal float change for mixed-mode operations


On Thu, 22 Dec 2005, Janis Johnson wrote:

> 2005-12-22  Janis Johnson  <janis187@us.ibm.com>
> 
> 	* c-typeck.c (c_common_type): Disallow operations between decimal
> 	float and various other types.
> 	* convert.c (convert_to_real): Don't short-circuit conversion for
> 	decimal float.

You need to add a testcase.

> +	  error ("can't mix operands of decimal float and vector types");

Should be %' for English apostrophes in messages.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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