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

--- Comment #20 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
(In reply to CVS Commits from comment #19)
> The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:
> 
> https://gcc.gnu.org/g:0d9e52675c009139a14182d92ddb446ba2feabce
> 
> commit r13-6846-g0d9e52675c009139a14182d92ddb446ba2feabce
> Author: Jakub Jelinek <ja...@redhat.com>
> Date:   Fri Mar 24 09:42:18 2023 +0100
> 
>     testsuite: Fix up gcc.target/i386/pr109137.c testcase [PR109137]
>     
>     The testcase has a couple of small problems:
>     1) had -m32 in dg-options, that should never be done, instead the test
>        should be guarded on ia32
>     2) adds -fPIC unconditionally (that should be guarded on fpic effective
>        target)
>     3) using #include <string.h> for a RA test seems unnecessary,
> __builtin_memset
>        handles it without the header

Thank you for the test correction, Jakub.

Reply via email to