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] Remove unused tree codes, FIX_CEIL_EXPR, FIX_FLOOR_EXPR, FIX_ROUND_EXPR


Richard Guenther wrote:
This patch removes the three unused tree-codes FIX_CEIL_EXPR, FIX_FLOOR_EXPR, FIX_ROUND_EXPR. The only "user" was the fortran frontend
which used them internally (but never created trees with that codes).


So I guess at least the fortran guys should ack this apart from a middle-end maintainer.

I wouldn't dislike the idea of lowering builtins to these codes...


Paolo


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