[lfs] branch trunk updated: gcc: Drop some sed commands against the test suite

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <175323736010.29749.5506500680279004210@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new a25bbcfa1 gcc: Drop some sed commands against the test suite
a25bbcfa1 is described below

commit a25bbcfa14e950d6902b4ee6bf9331637e580c3d
Author: Xi Ruoyao <[email protected]>
AuthorDate: Wed Jul 23 10:20:23 2025 +0800

    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.
---
 chapter08/gcc.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml
index 1cc918234..6a539770d 100644
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@ -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>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.