gcc: Drop some sed commands against the test suite

They now do nothing with GCC 15.  And the test result is clean with only
the sed against plugin.exp.
This commit is contained in:
Xi Ruoyao 2025-07-23 10:20:23 +08:00
parent 2e204159e8
commit a25bbcfa14
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -152,11 +152,7 @@ cd build</userinput></screen>
<para>Now remove/fix several known test failures:</para>
<screen><userinput remap="test">sed -e '/cpython/d' -i ../gcc/testsuite/gcc.dg/plugin/plugin.exp
sed -e 's/no-pic /&amp;-no-pie /' -i ../gcc/testsuite/gcc.target/i386/pr113689-1.c
sed -e 's/300000/(1|300000)/' -i ../libgomp/testsuite/libgomp.c-c++-common/pr109062.c
sed -e 's/{ target nonpic } //' \
-e '/GOTPCREL/d' -i ../gcc/testsuite/gcc.target/i386/fentryname3.c</userinput></screen>
<screen><userinput remap="test">sed -e '/cpython/d' -i ../gcc/testsuite/gcc.dg/plugin/plugin.exp</userinput></screen>
<para>Test the results as a non-privileged user, but do not stop at errors:</para>