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] Handle const functions in operand_equal_p


On Fri, Jun 13, 2003 at 08:44:26PM -0600, Roger Sayle wrote:
> 	* fold-const.c (operand_equal_p): Consider two calls to "const"
> 	functions with identical non-volatile arguments to be equal.
> 	Consider the FUNCTION_DECL for the "__builtin_foo" form of a
> 	built-in function to be equal to the "foo" form.

Ok.


r~


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