]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libphobos: Re-add -fno-moduleinfo flag to dg-runtest [PR99812]
authorIain Buclaw <ibuclaw@gdcproject.org>
Sat, 10 Apr 2021 10:01:04 +0000 (12:01 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Sat, 10 Apr 2021 13:02:06 +0000 (15:02 +0200)
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.

libphobos/testsuite/libphobos.druntime_shared/druntime_shared.exp
libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp

index 2b2561346dbf4a1b5df0f8a8218afa235b2dc657..51f9c2cf1d67cb2630ec17055403193c31c31273 100644 (file)
@@ -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 ""
 }
 
index 3a847e71e9878e1fe3102a6729c1b0f3107a14c9..8498522d4d47f1c8f05c233c440f071ecdc11a43 100644 (file)
@@ -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 ""
 }