diff options
author | Ian Lance Taylor <iant@golang.org> | 2023-06-16 10:45:15 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2023-06-16 12:29:04 -0700 |
commit | bc6bd0d608da1609c1caeb04ab795a83720add55 (patch) | |
tree | ad7354c98316a062b936473b027b4e43282d718a /gcc/go | |
parent | 2b4e0415ad664cdb3ce87d1f7eee5ca26911a05b (diff) | |
download | gcc-bc6bd0d608da1609c1caeb04ab795a83720add55.zip gcc-bc6bd0d608da1609c1caeb04ab795a83720add55.tar.gz gcc-bc6bd0d608da1609c1caeb04ab795a83720add55.tar.bz2 |
libgo/testsuite: add benchmarks and examples to list
In CL 384695 I simplified the code that built lists of benchmarks,
examples, and fuzz tests, and managed to break it. This CL corrects
the code to once again make the benchmarks available, and to run
the examples with output and the fuzz targets.
Doing this revealed a test failure in internal/fuzz on 32-bit x86:
a signalling NaN is turned into a quiet NaN on the 387 floating-point
stack that GCC uses by default. This CL skips the test.
Fixes golang/go#60826
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/503798
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 7022570..1191a8d 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -737de90a63002d4872b19772a7116404ee5815b4 +a3a3c3a2d1bc6a8ca51b302d08c94ef27cdd8f0f The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |