public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] -mno-long-calls for mve_libcall tests
@ 2020-12-25  1:47 Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2020-12-25  1:47 UTC (permalink / raw)
  To: gcc-cvs

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

commit f1edbede3b2c10ebe91827ba99600a3055ab1f47
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Dec 24 22:43:40 2020 -0300

    -mno-long-calls for mve_libcall tests
    
    The implicit -mlong-calls used in our vxworks configurations changes
    the call sequences from those expected in the mve_libcall testcases.
    
    This patch brings the test output in line with the expectations, with
    an explicit -mno-long-calls.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/arm/mve/intrinsics/mve_libcall1.c: Pass an
            explicit -mno-long-calls.
            * gcc.target/arm/mve/intrinsics/mve_libcall2.c: Likewise.

Diff:
---
 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall1.c | 2 +-
 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall2.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall1.c b/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall1.c
index 4fd422c6afe..222007f7ee2 100644
--- a/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall1.c
+++ b/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall1.c
@@ -1,6 +1,6 @@
 /* { dg-require-effective-target arm_v8_1m_mve_ok } */
 /* { dg-skip-if "Incompatible float ABI" { *-*-* } { "-mfloat-abi=soft" } {""} } */
-/* { dg-additional-options "-march=armv8.1-m.main+mve -mfloat-abi=hard -mthumb -mfpu=auto --save-temps" } */
+/* { dg-additional-options "-march=armv8.1-m.main+mve -mfloat-abi=hard -mthumb -mfpu=auto -mno-long-calls --save-temps" } */
 
 float
 foo (float a, float b, float c)
diff --git a/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall2.c b/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall2.c
index 3fd1329d384..42047a33fdf 100644
--- a/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall2.c
+++ b/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall2.c
@@ -1,6 +1,6 @@
 /* { dg-require-effective-target arm_v8_1m_mve_ok } */
 /* { dg-skip-if "Incompatible float ABI" { *-*-* } { "-mfloat-abi=soft" } {""} } */
-/* { dg-additional-options "-march=armv8.1-m.main+mve -mfloat-abi=hard -mthumb -mfpu=auto --save-temps" } */
+/* { dg-additional-options "-march=armv8.1-m.main+mve -mfloat-abi=hard -mthumb -mfpu=auto -mno-long-calls --save-temps" } */
 
 double
 foo (double a, double b, double c)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] -mno-long-calls for mve_libcall tests
@ 2021-01-01  1:31 Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2021-01-01  1:31 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:78919e8d9f55555d5fdf220f83e3417444f48d29

commit 78919e8d9f55555d5fdf220f83e3417444f48d29
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Dec 31 21:38:27 2020 -0300

    -mno-long-calls for mve_libcall tests
    
    The implicit -mlong-calls used in our vxworks configurations changes
    the call sequences from those expected in the mve_libcall testcases.
    
    This patch brings the test output in line with the expectations, with
    an explicit -mno-long-calls.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/arm/mve/intrinsics/mve_libcall1.c: Pass an
            explicit -mno-long-calls.
            * gcc.target/arm/mve/intrinsics/mve_libcall2.c: Likewise.

Diff:
---
 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall1.c | 2 +-
 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall2.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall1.c b/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall1.c
index 4fd422c6afe..222007f7ee2 100644
--- a/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall1.c
+++ b/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall1.c
@@ -1,6 +1,6 @@
 /* { dg-require-effective-target arm_v8_1m_mve_ok } */
 /* { dg-skip-if "Incompatible float ABI" { *-*-* } { "-mfloat-abi=soft" } {""} } */
-/* { dg-additional-options "-march=armv8.1-m.main+mve -mfloat-abi=hard -mthumb -mfpu=auto --save-temps" } */
+/* { dg-additional-options "-march=armv8.1-m.main+mve -mfloat-abi=hard -mthumb -mfpu=auto -mno-long-calls --save-temps" } */
 
 float
 foo (float a, float b, float c)
diff --git a/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall2.c b/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall2.c
index 3fd1329d384..42047a33fdf 100644
--- a/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall2.c
+++ b/gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_libcall2.c
@@ -1,6 +1,6 @@
 /* { dg-require-effective-target arm_v8_1m_mve_ok } */
 /* { dg-skip-if "Incompatible float ABI" { *-*-* } { "-mfloat-abi=soft" } {""} } */
-/* { dg-additional-options "-march=armv8.1-m.main+mve -mfloat-abi=hard -mthumb -mfpu=auto --save-temps" } */
+/* { dg-additional-options "-march=armv8.1-m.main+mve -mfloat-abi=hard -mthumb -mfpu=auto -mno-long-calls --save-temps" } */
 
 double
 foo (double a, double b, double c)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-01  1:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-25  1:47 [gcc(refs/users/aoliva/heads/testme)] -mno-long-calls for mve_libcall tests Alexandre Oliva
2021-01-01  1:31 Alexandre Oliva

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