public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/vendors/redhat/heads/gcc-8-branch)] aarch64: Fix gcc.target/aarch64/pr99808.c for ILP32
Date: Fri, 14 May 2021 14:57:43 +0000 (GMT)	[thread overview]
Message-ID: <20210514145743.AFBCE3944820@sourceware.org> (raw)

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);
 }


                 reply	other threads:[~2021-05-14 14:57 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=20210514145743.AFBCE3944820@sourceware.org \
    --to=jakub@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).