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] Fix tree-opt/21840, FRE/PRE mismatch types in MODIFY_EXPR



On Jul 12, 2005, at 9:58 PM, Daniel Berlin wrote:



This is fine. Could you please add a small comment above the code you've added saying something like

"We need to make sure the new and old types actually match, which may
require adding a simple cast, which fold_convert will do for us"

(or whatever)

Done.


Thanks,
Andrew Pinski


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