public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Pan Li <panli@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-1314] RISC-V: Remove redundant printf of abs-run.c
Date: Mon, 29 May 2023 04:55:12 +0000 (GMT)	[thread overview]
Message-ID: <20230529045512.D519A3858D32@sourceware.org> (raw)

https://gcc.gnu.org/g:ff313e1c74b0360688cdd4a8894486b3941366cf

commit r14-1314-gff313e1c74b0360688cdd4a8894486b3941366cf
Author: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Date:   Mon May 29 12:52:36 2023 +0800

    RISC-V: Remove redundant printf of abs-run.c
    
    Notice that this testcase cause unexpected fail:
    FAIL: gcc.target/riscv/rvv/autovec/unop/abs-run.c (test for excess
    errors)
    Excess errors:
    /work/home/jzzhong/work/rvv-opensource/software/host/toolchain/gcc/riscv-gcc/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/abs-run.c:22:7:
    warning: implicit declaration of function 'printf'
    [-Wimplicit-function-declaration]
    /work/home/jzzhong/work/rvv-opensource/software/host/toolchain/gcc/riscv-gcc/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/abs-run.c:22:7:
    warning: incompatible implicit declaration of built-in function 'printf'
    [-Wbuiltin-declaration-mismatch]
    /work/home/jzzhong/work/rvv-opensource/software/host/toolchain/gcc/riscv-gcc/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/abs-run.c:22:7:
    warning: incompatible implicit declaration of built-in function 'printf'
    [-Wbuiltin-declaration-mismatch]
    /work/home/jzzhong/work/rvv-opensource/software/host/toolchain/gcc/riscv-gcc/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/abs-run.c:22:7:
    warning: incompatible implicit declaration of built-in function 'printf'
    [-Wbuiltin-declaration-mismatch]
    /work/home/jzzhong/work/rvv-opensource/software/host/toolchain/gcc/riscv-gcc/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/abs-run.c:22:7:
    warning: incompatible implicit declaration of built-in function 'printf'
    [-Wbuiltin-declaration-mismatch]
    
    spawn /work/home/jzzhong/work/rvv-opensource/output/sim/bin/spike
    --isa=RV64GCVZfh
    /work/home/jzzhong/work/rvv-opensource/output/sim/riscv64-rivai-elf/bin/pk
    ./abs-run.exe^M
    bbl loader^M^M
    0 0 -64^M
    1 63 -63^M
    2 2 -62^M
    3 61 -61^M
    4 4 -60^M
    5 59 -59^M
    6 6 -58^M
    7 57 -57^M
    8 8 -56^M
    9 55 -55^M
    10 10 -54^M
    11 53 -53^M
    12 12 -52^M
    13 51 -51^M
    
    Remove printf since it's unnecessary.
    
    Signed-off-by: Juzhe-Zhong <juzhe.zhong@rivai.ai>
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/riscv/rvv/autovec/unop/abs-run.c: Remove redundant printf.

Diff:
---
 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/abs-run.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/abs-run.c b/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/abs-run.c
index 7404dbe037e..d864b54229b 100644
--- a/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/abs-run.c
+++ b/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/abs-run.c
@@ -19,7 +19,6 @@
   vabs_##TYPE (a##TYPE, a##TYPE, SZ);	        \
   for (int i = 0; i < SZ; i++)			\
     {						\
-      printf ("%d %d %d\n", i, a##TYPE[i], i - 64);	\
       if (i & 1)				\
 	assert (a##TYPE[i] == abs (i - 64));    \
       else					\

                 reply	other threads:[~2023-05-29  4:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230529045512.D519A3858D32@sourceware.org \
    --to=panli@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).