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: merge CONVERT_EXPR and NOP_EXPR part 1/2


> How about deleting FIXED_CONVERT_EXPR and FLOAT_EXPR as follow-up
> patches?  :-)  IMO we really only need 2 conversion operators for
> trees: one CONVERT_EXPR-like and one VIEW_CONVERT_EXPR-like.
> 
> Personally I'd prefer the resulting conversion operator to be named
> "CONVERT_EXPR" rather than "NOP_EXPR", as I think the latter is less clear.

I agree with both of these points.


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