Hi Martin, On Tue, Aug 06, 2024 at 04:43:27PM GMT, Martin Uecker wrote: > There are also *.sum files which you can diff against a build > without your patch to see whether there are any regressions.
In my working copy, it all looks good. Thanks! I'll mention that in v5. Have a lovely night! Alex alx@debian:~/src/gnu/gcc$ find len0 -type f len0/host-x86_64-pc-linux-gnu/gcc/testsuite/gcc/gcc.sum len0/host-x86_64-pc-linux-gnu/gcc/testsuite/gfortran/gfortran.sum len0/host-x86_64-pc-linux-gnu/gcc/testsuite/objc/objc.sum len0/host-x86_64-pc-linux-gnu/gcc/testsuite/g++/g++.sum len0/x86_64-pc-linux-gnu/libitm/testsuite/libitm.sum len0/x86_64-pc-linux-gnu/libgomp/testsuite/libgomp.sum len0/x86_64-pc-linux-gnu/libatomic/testsuite/libatomic.sum len0/x86_64-pc-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum alx@debian:~/src/gnu/gcc$ find len1 -type f len1/host-x86_64-pc-linux-gnu/gcc/testsuite/gcc/gcc.sum len1/host-x86_64-pc-linux-gnu/gcc/testsuite/gfortran/gfortran.sum len1/host-x86_64-pc-linux-gnu/gcc/testsuite/objc/objc.sum len1/host-x86_64-pc-linux-gnu/gcc/testsuite/g++/g++.sum len1/x86_64-pc-linux-gnu/libitm/testsuite/libitm.sum len1/x86_64-pc-linux-gnu/libgomp/testsuite/libgomp.sum len1/x86_64-pc-linux-gnu/libatomic/testsuite/libatomic.sum len1/x86_64-pc-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum alx@debian:~/src/gnu/gcc$ cat <(cd len0; find -type f) \ | while read f; do diff -u "len0/$f" "len1/$f"; done; --- len0/./host-x86_64-pc-linux-gnu/gcc/testsuite/gcc/gcc.sum 2024-08-06 22:22:44.514175252 +0200 +++ len1/./host-x86_64-pc-linux-gnu/gcc/testsuite/gcc/gcc.sum 2024-08-06 23:29:53.693730123 +0200 @@ -1,4 +1,4 @@ -Test run by alx on Tue Aug 6 19:28:53 2024 +Test run by alx on Tue Aug 6 22:49:12 2024 Native configuration is x86_64-pc-linux-gnu === gcc tests === @@ -86504,6 +86504,15 @@ PASS: gcc.dg/large-size-array.c (test for errors, line 19) PASS: gcc.dg/large-size-array.c (test for excess errors) UNSUPPORTED: gcc.dg/lazy-ptr-test.c +PASS: gcc.dg/lengthof-compile.c (test for errors, line 11) +PASS: gcc.dg/lengthof-compile.c (test for errors, line 15) +PASS: gcc.dg/lengthof-compile.c (test for errors, line 27) +PASS: gcc.dg/lengthof-compile.c (test for errors, line 42) +PASS: gcc.dg/lengthof-compile.c (test for errors, line 45) +PASS: gcc.dg/lengthof-compile.c (test for errors, line 48) +PASS: gcc.dg/lengthof-compile.c (test for excess errors) +PASS: gcc.dg/lengthof.c (test for excess errors) +PASS: gcc.dg/lengthof.c execution test PASS: gcc.dg/limits-width-1.c (test for excess errors) PASS: gcc.dg/limits-width-2.c (test for excess errors) PASS: gcc.dg/live-patching-1.c (test for excess errors) @@ -204639,7 +204648,7 @@ === gcc Summary === -# of expected passes 199780 +# of expected passes 199789 # of unexpected failures 31 # of unexpected successes 2 # of expected failures 1463 --- len0/./host-x86_64-pc-linux-gnu/gcc/testsuite/gfortran/gfortran.sum 2024-08-06 22:22:44.546175561 +0200 +++ len1/./host-x86_64-pc-linux-gnu/gcc/testsuite/gfortran/gfortran.sum 2024-08-06 23:29:53.877731933 +0200 @@ -1,4 +1,4 @@ -Test run by alx on Tue Aug 6 19:28:53 2024 +Test run by alx on Tue Aug 6 22:49:12 2024 Native configuration is x86_64-pc-linux-gnu === gfortran tests === --- len0/./host-x86_64-pc-linux-gnu/gcc/testsuite/objc/objc.sum 2024-08-06 22:22:44.462174752 +0200 +++ len1/./host-x86_64-pc-linux-gnu/gcc/testsuite/objc/objc.sum 2024-08-06 23:29:53.845731618 +0200 @@ -1,4 +1,4 @@ -Test run by alx on Tue Aug 6 19:28:53 2024 +Test run by alx on Tue Aug 6 22:49:12 2024 Native configuration is x86_64-pc-linux-gnu === objc tests === --- len0/./host-x86_64-pc-linux-gnu/gcc/testsuite/g++/g++.sum 2024-08-06 22:22:44.622176292 +0200 +++ len1/./host-x86_64-pc-linux-gnu/gcc/testsuite/g++/g++.sum 2024-08-06 23:29:53.781730989 +0200 @@ -1,4 +1,4 @@ -Test run by alx on Tue Aug 6 19:28:53 2024 +Test run by alx on Tue Aug 6 22:49:12 2024 Native configuration is x86_64-pc-linux-gnu === g++ tests === --- len0/./x86_64-pc-linux-gnu/libitm/testsuite/libitm.sum 2024-08-06 22:22:46.206191541 +0200 +++ len1/./x86_64-pc-linux-gnu/libitm/testsuite/libitm.sum 2024-08-06 23:29:55.573748613 +0200 @@ -1,4 +1,4 @@ -Test run by alx on Tue Aug 6 19:28:53 2024 +Test run by alx on Tue Aug 6 22:49:12 2024 Native configuration is x86_64-pc-linux-gnu === libitm tests === --- len0/./x86_64-pc-linux-gnu/libgomp/testsuite/libgomp.sum 2024-08-06 22:22:45.694186612 +0200 +++ len1/./x86_64-pc-linux-gnu/libgomp/testsuite/libgomp.sum 2024-08-06 23:29:54.717740194 +0200 @@ -1,4 +1,4 @@ -Test run by alx on Tue Aug 6 19:28:53 2024 +Test run by alx on Tue Aug 6 22:49:12 2024 Native configuration is x86_64-pc-linux-gnu === libgomp tests === --- len0/./x86_64-pc-linux-gnu/libatomic/testsuite/libatomic.sum 2024-08-06 22:22:46.110190617 +0200 +++ len1/./x86_64-pc-linux-gnu/libatomic/testsuite/libatomic.sum 2024-08-06 23:29:55.393746843 +0200 @@ -1,4 +1,4 @@ -Test run by alx on Tue Aug 6 19:28:53 2024 +Test run by alx on Tue Aug 6 22:49:12 2024 Native configuration is x86_64-pc-linux-gnu === libatomic tests === --- len0/./x86_64-pc-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum 2024-08-06 22:22:45.998189539 +0200 +++ len1/./x86_64-pc-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum 2024-08-06 23:29:55.137744325 +0200 @@ -1,4 +1,4 @@ -Test run by alx on Tue Aug 6 19:28:54 2024 +Test run by alx on Tue Aug 6 22:49:13 2024 Native configuration is x86_64-pc-linux-gnu === libstdc++ tests === -- <https://www.alejandro-colomar.es/>
signature.asc
Description: PGP signature