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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Feng Xue <f...@gcc.gnu.org>:

https://gcc.gnu.org/g:f419a0158950034ed9996ae860b0c8df03731119

commit r11-3228-gf419a0158950034ed9996ae860b0c8df03731119
Author: Feng Xue <f...@os.amperecomputing.com>
Date:   Wed Sep 16 16:21:14 2020 +0800

    testsuite/97066 - minor change to bypass plusminus-with-convert rule

    The following testcases will be simplified by the new rule
    (T)(A) +- (T)(B) -> (T)(A +- B), so could not keep code pattern
    expected by test-check. Adjust test code to suppress simplification.

    2020-09-16  Feng Xue  <f...@os.amperecomputing.com>

    gcc/testsuite/
            PR testsuite/97066
            * gcc.dg/ifcvt-3.c: Modified to suppress simplification.
            * gcc.dg/tree-ssa/20030807-10.c: Likewise.

Reply via email to