public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r8-10957] aarch64: Fix gcc.target/aarch64/pr99808.c for ILP32
@ 2021-05-07 14:16 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2021-05-07 14:16 UTC (permalink / raw)
  To: gcc-cvs

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

commit r8-10957-gbcc4f85667c88f9be098f2671b01831d4b8d9f7c
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Date:   Tue Mar 30 14:07:50 2021 +0100

    aarch64: Fix gcc.target/aarch64/pr99808.c for ILP32
    
    Fix test for -mabi=ilp32
    
    gcc/testsuite/ChangeLog:
    
            PR target/99808
            * gcc.target/aarch64/pr99808.c: Use ULL constant suffix.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/pr99808.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/pr99808.c b/gcc/testsuite/gcc.target/aarch64/pr99808.c
index 4d7edab5c37..713360f69d4 100644
--- a/gcc/testsuite/gcc.target/aarch64/pr99808.c
+++ b/gcc/testsuite/gcc.target/aarch64/pr99808.c
@@ -8,7 +8,7 @@
 float32x4_t
 foo (void)
 {
-  float64x2_t arg2 = vcombine_f64 ((float64x1_t) 0UL, (float64x1_t) 1UL);
-  return vcvt_high_f32_f64 ((float32x2_t) 1UL, arg2);
+  float64x2_t arg2 = vcombine_f64 ((float64x1_t) 0ULL, (float64x1_t) 1ULL);
+  return vcvt_high_f32_f64 ((float32x2_t) 1ULL, arg2);
 }


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

only message in thread, other threads:[~2021-05-07 14:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-07 14:16 [gcc r8-10957] aarch64: Fix gcc.target/aarch64/pr99808.c for ILP32 Christophe Lyon

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