public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2024-04-21 20:27 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2024-04-21 20:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:032f38d814d0ba4f8713e616f21b0475d4e61937

commit 032f38d814d0ba4f8713e616f21b0475d4e61937
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Sun Apr 21 17:23:56 2024 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/gcc.dg/gimplefe-28.c    | 1 +
 gcc/testsuite/lib/target-supports.exp | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/gcc/testsuite/gcc.dg/gimplefe-28.c b/gcc/testsuite/gcc.dg/gimplefe-28.c
index d2f6b4c5c3d..5f478b32d52 100644
--- a/gcc/testsuite/gcc.dg/gimplefe-28.c
+++ b/gcc/testsuite/gcc.dg/gimplefe-28.c
@@ -1,6 +1,7 @@
 /* { dg-do compile { target sqrt_insn } } */
 /* { dg-options "-fgimple -O2" } */
 /* { dg-add-options sqrt_insn } */
+/* { dg-require-effective-target sqrt_insn } */
 
 double __GIMPLE
 f1 (double x)
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 3a5713d9869..ec753b19e2f 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -9260,6 +9260,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }

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

* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2023-04-06  6:33 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2023-04-06  6:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:213930356a33f1d4746a725898e4a32268eaca3c

commit 213930356a33f1d4746a725898e4a32268eaca3c
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Wed Apr 5 11:26:23 2023 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/gcc.dg/gimplefe-28.c    | 1 +
 gcc/testsuite/lib/target-supports.exp | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/gcc/testsuite/gcc.dg/gimplefe-28.c b/gcc/testsuite/gcc.dg/gimplefe-28.c
index d2f6b4c5c3d..5f478b32d52 100644
--- a/gcc/testsuite/gcc.dg/gimplefe-28.c
+++ b/gcc/testsuite/gcc.dg/gimplefe-28.c
@@ -1,6 +1,7 @@
 /* { dg-do compile { target sqrt_insn } } */
 /* { dg-options "-fgimple -O2" } */
 /* { dg-add-options sqrt_insn } */
+/* { dg-require-effective-target sqrt_insn } */
 
 double __GIMPLE
 f1 (double x)
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 1d6cc6f8d88..b1bce6dace4 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -8580,6 +8580,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }

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

* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2023-03-30 14:06 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2023-03-30 14:06 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2b36c10785a2afd1b8483ddff10e9cea8fe43cd5

commit 2b36c10785a2afd1b8483ddff10e9cea8fe43cd5
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu Mar 30 05:06:14 2023 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/gcc.dg/gimplefe-28.c    | 1 +
 gcc/testsuite/lib/target-supports.exp | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/gcc/testsuite/gcc.dg/gimplefe-28.c b/gcc/testsuite/gcc.dg/gimplefe-28.c
index d2f6b4c5c3d..5f478b32d52 100644
--- a/gcc/testsuite/gcc.dg/gimplefe-28.c
+++ b/gcc/testsuite/gcc.dg/gimplefe-28.c
@@ -1,6 +1,7 @@
 /* { dg-do compile { target sqrt_insn } } */
 /* { dg-options "-fgimple -O2" } */
 /* { dg-add-options sqrt_insn } */
+/* { dg-require-effective-target sqrt_insn } */
 
 double __GIMPLE
 f1 (double x)
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 1d6cc6f8d88..b1bce6dace4 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -8580,6 +8580,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }

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

* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2023-03-24  6:24 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2023-03-24  6:24 UTC (permalink / raw)
  To: gcc-cvs

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

commit fcf2eed9b4401978e4b7982c4d192006fe3e9b21
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu Mar 23 00:44:11 2023 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/gcc.dg/gimplefe-28.c    | 1 +
 gcc/testsuite/lib/target-supports.exp | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/gcc/testsuite/gcc.dg/gimplefe-28.c b/gcc/testsuite/gcc.dg/gimplefe-28.c
index d2f6b4c5c3d..5f478b32d52 100644
--- a/gcc/testsuite/gcc.dg/gimplefe-28.c
+++ b/gcc/testsuite/gcc.dg/gimplefe-28.c
@@ -1,6 +1,7 @@
 /* { dg-do compile { target sqrt_insn } } */
 /* { dg-options "-fgimple -O2" } */
 /* { dg-add-options sqrt_insn } */
+/* { dg-require-effective-target sqrt_insn } */
 
 double __GIMPLE
 f1 (double x)
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 8a110f2d3bd..80c0f646531 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -8580,6 +8580,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }

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

* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2023-03-23  3:46 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2023-03-23  3:46 UTC (permalink / raw)
  To: gcc-cvs

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

commit a5efbaae5e4376c609c12d13d0e97fa147693331
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu Mar 23 00:44:11 2023 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/gcc.dg/gimplefe-28.c    | 1 +
 gcc/testsuite/lib/target-supports.exp | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/gcc/testsuite/gcc.dg/gimplefe-28.c b/gcc/testsuite/gcc.dg/gimplefe-28.c
index d2f6b4c5c3d..5f478b32d52 100644
--- a/gcc/testsuite/gcc.dg/gimplefe-28.c
+++ b/gcc/testsuite/gcc.dg/gimplefe-28.c
@@ -1,6 +1,7 @@
 /* { dg-do compile { target sqrt_insn } } */
 /* { dg-options "-fgimple -O2" } */
 /* { dg-add-options sqrt_insn } */
+/* { dg-require-effective-target sqrt_insn } */
 
 double __GIMPLE
 f1 (double x)
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 932aa5b2d66..f971c320dfe 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -8558,6 +8558,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }

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

* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2023-03-16 14:21 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2023-03-16 14:21 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:87aea13d212b8eb3f328c5a90f97bb6788ebd351

commit 87aea13d212b8eb3f328c5a90f97bb6788ebd351
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Mon Apr 26 12:07:52 2021 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/gcc.dg/gimplefe-28.c    | 1 +
 gcc/testsuite/lib/target-supports.exp | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/gcc/testsuite/gcc.dg/gimplefe-28.c b/gcc/testsuite/gcc.dg/gimplefe-28.c
index d2f6b4c5c3d..5f478b32d52 100644
--- a/gcc/testsuite/gcc.dg/gimplefe-28.c
+++ b/gcc/testsuite/gcc.dg/gimplefe-28.c
@@ -1,6 +1,7 @@
 /* { dg-do compile { target sqrt_insn } } */
 /* { dg-options "-fgimple -O2" } */
 /* { dg-add-options sqrt_insn } */
+/* { dg-require-effective-target sqrt_insn } */
 
 double __GIMPLE
 f1 (double x)
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 5e4a73af0de..361a74b08a5 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -8546,6 +8546,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }

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

* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2023-03-15 14:04 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2023-03-15 14:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4d29d570cce6113cb029e6352e4d003ee1bafcf1

commit 4d29d570cce6113cb029e6352e4d003ee1bafcf1
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Mon Apr 26 12:07:52 2021 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/gcc.dg/gimplefe-28.c    | 1 +
 gcc/testsuite/lib/target-supports.exp | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/gcc/testsuite/gcc.dg/gimplefe-28.c b/gcc/testsuite/gcc.dg/gimplefe-28.c
index d2f6b4c5c3d..5f478b32d52 100644
--- a/gcc/testsuite/gcc.dg/gimplefe-28.c
+++ b/gcc/testsuite/gcc.dg/gimplefe-28.c
@@ -1,6 +1,7 @@
 /* { dg-do compile { target sqrt_insn } } */
 /* { dg-options "-fgimple -O2" } */
 /* { dg-add-options sqrt_insn } */
+/* { dg-require-effective-target sqrt_insn } */
 
 double __GIMPLE
 f1 (double x)
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 5e4a73af0de..361a74b08a5 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -8546,6 +8546,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }

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

* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2021-03-11 10:22 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2021-03-11 10:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:09d4c779c4ed9d797487ebc8a2702af079c269e9

commit 09d4c779c4ed9d797487ebc8a2702af079c269e9
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Tue Mar 9 18:43:16 2021 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/lib/target-supports.exp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index f5b9b0578de..fe642281e98 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -7613,6 +7613,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }


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

* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2021-03-09 21:47 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2021-03-09 21:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:12111eaa88091280000bd9ad59387595e2de09b8

commit 12111eaa88091280000bd9ad59387595e2de09b8
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Tue Mar 9 18:43:16 2021 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/lib/target-supports.exp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 23d532fb2b9..01e859083ba 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -7613,6 +7613,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }


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

* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2021-03-09 21:25 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2021-03-09 21:25 UTC (permalink / raw)
  To: gcc-cvs

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

commit d9a831f080f6f888dca3515f61169a8720cb2647
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Mon Mar 8 23:22:53 2021 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/lib/target-supports.exp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index d01b90737f7..77ae16c7d88 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -7598,6 +7598,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }


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

* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2021-03-09  2:30 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2021-03-09  2:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:425620453850d3c71654561736900724b89ac949

commit 425620453850d3c71654561736900724b89ac949
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Mon Mar 8 23:22:53 2021 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/lib/target-supports.exp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index d01b90737f7..77ae16c7d88 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -7598,6 +7598,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }


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

* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2021-03-09  2:26 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2021-03-09  2:26 UTC (permalink / raw)
  To: gcc-cvs

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

commit dc24b330b5725e152b7d9d8103cc393e4714724e
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Mon Mar 8 23:22:53 2021 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/lib/target-supports.exp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 6aec927ff91..438646b33f4 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -7598,6 +7598,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }


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

* [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC
@ 2021-02-25  8:44 Alexandre Oliva
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Oliva @ 2021-02-25  8:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5dc08a1a145cb3f6c8d1c763cee4bc0bc37bd23e

commit 5dc08a1a145cb3f6c8d1c763cee4bc0bc37bd23e
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu Feb 25 05:40:57 2021 -0300

    add -mpowerpc-gpopt to options for sqrt insn on PowerPC
    
    for  gcc/testsuite/ChangeLog
    
            * lib/target-supports.exp (add_options_for_sqrt_insn): For
            PowerPC targets, add -mpowerpc-gpopt option.

Diff:
---
 gcc/testsuite/lib/target-supports.exp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index af46c779214..29faeeba679 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -7598,6 +7598,9 @@ proc add_options_for_sqrt_insn { flags } {
     if { [istarget arm*-*-*] } {
 	return [add_options_for_arm_vfp "$flags"]
     }
+    if { [istarget powerpc*-*-*] } {
+	return "$flags -mpowerpc-gpopt"
+    }
     return $flags
 }


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

end of thread, other threads:[~2024-04-21 20:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-21 20:27 [gcc(refs/users/aoliva/heads/testme)] add -mpowerpc-gpopt to options for sqrt insn on PowerPC Alexandre Oliva
  -- strict thread matches above, loose matches on Subject: below --
2023-04-06  6:33 Alexandre Oliva
2023-03-30 14:06 Alexandre Oliva
2023-03-24  6:24 Alexandre Oliva
2023-03-23  3:46 Alexandre Oliva
2023-03-16 14:21 Alexandre Oliva
2023-03-15 14:04 Alexandre Oliva
2021-03-11 10:22 Alexandre Oliva
2021-03-09 21:47 Alexandre Oliva
2021-03-09 21:25 Alexandre Oliva
2021-03-09  2:30 Alexandre Oliva
2021-03-09  2:26 Alexandre Oliva
2021-02-25  8:44 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).