Hi Marc Glisse, Thanks for pointing out the error.
That "div" is not supposed to be there. Exact pattern is:- > * match.pd (coss (op @0) : New simplifier. However, the exact pattern is present in the sources and a typo has been introduced in the ChangeLog. Sorry for the mistake. Thanks, Naveen ________________________________________ From: Marc Glisse <marc.gli...@inria.fr> Sent: Monday, August 17, 2015 10:35 AM To: Hurugalawadi, Naveen Cc: gcc-patches@gcc.gnu.org Subject: Re: [PR16107] Convert cos (-x) into cos (x) On Fri, 7 Aug 2015, Hurugalawadi, Naveen wrote: > gcc/ChangeLog: > * match.pd (COS (negate @0) : New simplifier. Please fix ChangeLog so it is well-parenthesized, the committed version is even worse: > * match.pd (div (coss (op @0) : New simplifier. What is this "div" about? Thanks, -- Marc Glisse