[Bug testsuite/105183] New test case gcc.dg/ipa/remref-7.c fails with -m32

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Apr 13 13:10:04 GMT 2022


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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Jambor <jamborm@gcc.gnu.org>:

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

commit r12-8139-gdd61ee6fde5fcf1d503b679bb9b5e0a0ba7a515d
Author: Martin Jambor <mjambor@suse.cz>
Date:   Wed Apr 13 15:08:59 2022 +0200

    testsuite: Increase auto-inlining param in gcc.dg/ipa/remref-7.c (PR
105183)

    A scan dump of testsuite gcc.dg/ipa/remref-7.c fails on a number of
    platforms.  I investigated only i?86-*-* with -mno-sse but assume the
    issue is the same on all of the affected platform.

    Because function bar is not inlined there even though it is only
    called once, the process that is being tested is simply not triggered.
    This can be "fixed" by increasing parameter max-inline-insns-auto to
    something high, I randomly picked 100.

    I have only manually tested the change but hopefully that is enough.

    gcc/testsuite/ChangeLog:

    2022-04-08  Martin Jambor  <mjambor@suse.cz>

            PR testsuite/105183
            * gcc.dg/ipa/remref-7.c: Add --param max-inline-insns-auto=100 to
options.


More information about the Gcc-bugs mailing list