public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/redhat/heads/gcc-8-branch)] aarch64: Fix gcc.target/aarch64/pr99808.c for ILP32
@ 2021-05-14 14:57 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2021-05-14 14:57 UTC (permalink / raw)
  To: gcc-cvs

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

commit ea7ebb5a878d9cc4236adb067aaee10a21b6dd41
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-14 14:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 14:57 [gcc(refs/vendors/redhat/heads/gcc-8-branch)] aarch64: Fix gcc.target/aarch64/pr99808.c for ILP32 Jakub Jelinek

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