public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6120] RISC-V: fixed testcase riscv/pr103302.c
@ 2021-12-27  4:04 Kito Cheng
  0 siblings, 0 replies; only message in thread
From: Kito Cheng @ 2021-12-27  4:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:500d3f0a302900fba12f41c2c1eedcf0bea4ffa7

commit r12-6120-g500d3f0a302900fba12f41c2c1eedcf0bea4ffa7
Author: LiaoShihua <shihua@iscas.ac.cn>
Date:   Mon Dec 27 12:03:08 2021 +0800

    RISC-V: fixed testcase riscv/pr103302.c
    
    Because riscv32 not support __int128, so skip if -march=rv32*.
    
    gcc/testsuite/ChangeLog:
            * gcc.target/riscv/pr103302.c: skip if -march=rv32*

Diff:
---
 gcc/testsuite/gcc.target/riscv/pr103302.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/riscv/pr103302.c b/gcc/testsuite/gcc.target/riscv/pr103302.c
index 822c4087416..cfaa222247c 100644
--- a/gcc/testsuite/gcc.target/riscv/pr103302.c
+++ b/gcc/testsuite/gcc.target/riscv/pr103302.c
@@ -1,4 +1,4 @@
-/* { dg-do run } */
+/* { dg-do run { target int128 } } */
 /* { dg-options "-Og -fharden-compares -fno-tree-dce -fno-tree-fre " } */
 
 typedef unsigned char u8;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-27  4:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27  4:04 [gcc r12-6120] RISC-V: fixed testcase riscv/pr103302.c Kito Cheng

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).