]> gcc.gnu.org Git - gcc.git/commit
LTO: Prune some warnings in the testsuite
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 27 Dec 2021 00:13:59 +0000 (01:13 +0100)
committerMartin Liska <mliska@suse.cz>
Fri, 6 Jan 2023 09:15:14 +0000 (10:15 +0100)
commit65b768fdb1ad302a6537119305317f413bfcbe0e
tree82b98f4d3cfe5b355bbcfbc9055737280d556bea
parent78625ecf7e8d43d491e17701903b7e73d1c89db0
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)
gcc/testsuite/lib/prune.exp
This page took 0.055641 seconds and 5 git commands to generate.