[gcc r13-6610] gcc.c-torture/compile/103818.c: Enable for llp64 too

Jonathan Yong jyong@gcc.gnu.org
Sun Mar 12 01:55:41 GMT 2023


https://gcc.gnu.org/g:9f3214a5b6298e0e5f1fcf19afb3daa3e54aec39

commit r13-6610-g9f3214a5b6298e0e5f1fcf19afb3daa3e54aec39
Author: Jonathan Yong <10walls@gmail.com>
Date:   Sun Feb 26 06:34:04 2023 +0000

    gcc.c-torture/compile/103818.c: Enable for llp64 too
    
    gcc/testsuite/ChangeLog:
    
            * gcc.c-torture/compile/103818.c: Enable test for llp64.
    
    Signed-off-by: Jonathan Yong <10walls@gmail.com>

Diff:
---
 gcc/testsuite/gcc.c-torture/compile/103818.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.c-torture/compile/103818.c b/gcc/testsuite/gcc.c-torture/compile/103818.c
index e6cbe7860cf..57f56b6c09d 100644
--- a/gcc/testsuite/gcc.c-torture/compile/103818.c
+++ b/gcc/testsuite/gcc.c-torture/compile/103818.c
@@ -1,4 +1,4 @@
-/* { dg-do compile { target lp64 } } */
+/* { dg-do compile { target { lp64 || llp64 } } } */
 struct A { int b[1]; };
 
 void


More information about the Gcc-cvs mailing list