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

--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

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

commit r14-9079-gecfcc362b7f3f796c72f3525c4e3a6dd8ab3beac
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Tue Feb 20 10:31:46 2024 +0100

    testsuite: Fix up analyzer/torture/vector-extract-1.c test for i686
[PR113983]

    The testcase fails on i686-linux with
    .../gcc/testsuite/gcc.dg/analyzer/torture/vector-extract-1.c:11:1: warning:
MMX vector return without MMX enabled changes the ABI [-Wpsabi]
    Added -Wno-psabi to silence the warning.

    2024-02-20  Jakub Jelinek  <ja...@redhat.com>

            PR analyzer/113983
            * gcc.dg/analyzer/torture/vector-extract-1.c: Add -Wno-psabi as
            dg-additional-options.

Reply via email to