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: [ping][patch] Fixed-point patch 3/10


>>>>> ">" == Fu, Chao-Ying <fu@mips.com> writes:

>> 	* tree.def (FIXED_POINT_TYPE): New type.
>> 	(FIXED_CST): New constant.
>> 	(FIXED_CONVERT_EXPR): New expr.

I was curious -- why a new FIXED_CONVERT_EXPR instead of just using
the types on a CONVERT_EXPR?  After all, we don't have a new tree code
for int<->double conversions.

Tom


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