While writing the summary for my push of r15-6745-g794f6721e0e, I noticed the following typo.
Pushed this patch as obivous. -- gcc/testsuite/ChangeLog: * gcc.target/arm/armv8_2-fp16-conv-1.c: Fix typo. Signed-off-by: Torbjörn SVENSSON <torbjorn.svens...@foss.st.com> --- gcc/testsuite/gcc.target/arm/armv8_2-fp16-conv-1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/gcc.target/arm/armv8_2-fp16-conv-1.c b/gcc/testsuite/gcc.target/arm/armv8_2-fp16-conv-1.c index 517ffd7e123..e5145b993ed 100644 --- a/gcc/testsuite/gcc.target/arm/armv8_2-fp16-conv-1.c +++ b/gcc/testsuite/gcc.target/arm/armv8_2-fp16-conv-1.c @@ -156,9 +156,9 @@ f64_to_s16 (double a) } /* -** f64_to_s16: +** f64_to_u16: ** ... -** vcvt\.s32\.f64 s[0-9]+, d[0-9]+ +** vcvt\.u32\.f64 s[0-9]+, d[0-9]+ ** ... */ unsigned short -- 2.25.1