From: Iain Buclaw Date: Sat, 10 Apr 2021 10:01:04 +0000 (+0200) Subject: libphobos: Re-add -fno-moduleinfo flag to dg-runtest [PR99812] X-Git-Tag: upstream/12.2.0~8844 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38258326dc9e5581e2cd6318ae1b5e675dd00d4a;p=platform%2Fupstream%2Fgcc.git libphobos: Re-add -fno-moduleinfo flag to dg-runtest [PR99812] libphobos/ChangeLog: PR d/99812 * testsuite/libphobos.druntime_shared/druntime_shared.exp: Re-add -fno-moduleinfo flag to dg-runtest. * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise. --- diff --git a/libphobos/testsuite/libphobos.druntime_shared/druntime_shared.exp b/libphobos/testsuite/libphobos.druntime_shared/druntime_shared.exp index 2b25613..51f9c2c 100644 --- a/libphobos/testsuite/libphobos.druntime_shared/druntime_shared.exp +++ b/libphobos/testsuite/libphobos.druntime_shared/druntime_shared.exp @@ -35,7 +35,7 @@ dg-init foreach test $tests { set libphobos_test_name "$subdir/[dg-trim-dirname $srcdir/../libdruntime $test]" dg-runtest $test "-shared-libphobos" \ - "-fmain -fbuilding-libphobos-tests $version_flags" + "-fmain -fbuilding-libphobos-tests -fno-moduleinfo $version_flags" set libphobos_test_name "" } diff --git a/libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp b/libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp index 3a847e7..8498522 100644 --- a/libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp +++ b/libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp @@ -46,7 +46,7 @@ dg-init foreach test $tests { set libphobos_test_name "$subdir/[dg-trim-dirname $srcdir/../src $test]" dg-runtest $test "-shared-libphobos" \ - "-fmain -fbuilding-libphobos-tests $version_flags" + "-fmain -fbuilding-libphobos-tests -fno-moduleinfo $version_flags" set libphobos_test_name "" }