[Bug testsuite/103823] g++.dg/torture/pr31863.C fails on darwin with "using serial compilation of 2 LTRANS jobs"

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jan 6 09:17:17 GMT 2023


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

--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Martin Liska
<marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:65b768fdb1ad302a6537119305317f413bfcbe0e

commit r11-10455-g65b768fdb1ad302a6537119305317f413bfcbe0e
Author: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Date:   Mon Dec 27 01:13:59 2021 +0100

    LTO: Prune some warnings in the testsuite

    Warnings like:

        warning: using serial compilation of 2 LTRANS jobs
        warning: visibility attribute not supported in this configuration;
ignored\[^\n\]*" $text "" text

    are pruned by lto.exp, but not for LTO testcases when run in other parts
    of the testsuite. They will be, now.

    gcc/testsuite/ChangeLog:

            PR testsuite/47334
            PR testsuite/103823
            * lib/prune.exp: Prune some warnings related to LTO and
            visibility.

    (cherry picked from commit 05edf6c470ae0ab50d42f16e78e476dbcc774842)


More information about the Gcc-bugs mailing list