From: Eric Botcazou Date: Thu, 13 May 2021 07:32:50 +0000 (+0200) Subject: Prune another new LTO warning X-Git-Tag: basepoints/gcc-13~7547 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3e02c2e442e6b0c298dbe769e0e3b120b5201b2;p=thirdparty%2Fgcc.git Prune another new LTO warning gcc/testsuite/ PR testsuite/100569 * gnat.dg/lto21.adb: Prune new LTO warning. --- diff --git a/gcc/testsuite/gnat.dg/lto21.adb b/gcc/testsuite/gnat.dg/lto21.adb index fe6fb2734b5c..f6266978ee05 100644 --- a/gcc/testsuite/gnat.dg/lto21.adb +++ b/gcc/testsuite/gnat.dg/lto21.adb @@ -1,5 +1,6 @@ -- { dg-do run } -- { dg-options "-O3 -flto" { target lto } } +-- { dg-prune-output "warning: using serial compilation" } with Lto21_Pkg1; with Lto21_Pkg2; use Lto21_Pkg2;