[Bug tree-optimization/106243] Failure to optimize (0 - x) & 1 on gimple level (including vector types)
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Aug 11 08:29:52 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106243
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:621f5362253f00b910686e8221e6756457f71e81
commit r13-2019-g621f5362253f00b910686e8221e6756457f71e81
Author: Jakub Jelinek <jakub@redhat.com>
Date: Thu Aug 11 10:29:06 2022 +0200
testsuite: Fix up pr106243* tests on i686-linux [PR106243]
These 2 tests were FAILing on i686-linux or e.g. with
--target_board=unix/-m32/-mno-sse on x86_64-linux due to
-Wpsabi warnings.
2022-08-11 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/106243
* gcc.dg/pr106243.c: Add -Wno-psabi to dg-options.
* gcc.dg/pr106243-1.c: Likewise.
More information about the Gcc-bugs
mailing list