https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78546

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Therefore the comment should be
/* CST1 - (CST2 - A) -> (CST1 - CST2) - A  */
rather than
/* CST - (CST - A) -> CST - A  */

Reply via email to