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: elliminate more float extensions


On Tue, Jan 14, 2003 at 12:25:51AM +0100, Jan Hubicka wrote:
> In case save_expr is used, the tree is actually shared?

Should be.

> Perhaps the peroper way is to add code into fold_const to "fold out"
> save_expr when operand is not having side effects...

Perhaps not to create it in the first place.

> 	* convert.c (strip_float_extensions):  Look for narrowest type handling
> 	FP constants.

Ok.


r~


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