public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/dmf004)] Fix typo.
@ 2022-11-17 21:54 Michael Meissner
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Meissner @ 2022-11-17 21:54 UTC (permalink / raw)
  To: gcc-cvs

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

commit c3537650f8d2ad958db933530002b5b0ba97e360
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Nov 11 23:41:43 2022 -0500

    Fix typo.
    
    2022-11-11   Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/testsuite/
    
            * lib/target-supports.exp (check_effective_target_powerpc_future_ok):
            Fix typo.

Diff:
---
 gcc/testsuite/lib/target-supports.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index ca33a658f7e..56a12b45aeb 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -6555,7 +6555,7 @@ proc check_effective_target_powerpc_dense_math_ok { } {
 
 # Return 1 if this is a PowerPC target supporting -mcpu=future which enables
 # the saturating subtract instruction.
-proc check_effective_target_powerpc_subfus_ok { } {
+proc check_effective_target_powerpc_future_ok { } {
 	return [check_no_compiler_messages powerpc_future_ok object {
 	    #ifndef _ARCH_PWR_FUTURE
 	    #error "not -mcpu=future"

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

* [gcc(refs/users/meissner/heads/dmf004)] Fix typo.
@ 2022-11-12  4:42 Michael Meissner
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Meissner @ 2022-11-12  4:42 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:385915af875395fa76112368d20a7b2906f5af62

commit 385915af875395fa76112368d20a7b2906f5af62
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Nov 11 23:41:43 2022 -0500

    Fix typo.
    
    2022-11-11   Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/testsuite/
    
            * lib/target-supports.exp (check_effective_target_powerpc_future_ok):
            Fix typo.

Diff:
---
 gcc/testsuite/lib/target-supports.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index ca33a658f7e..56a12b45aeb 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -6555,7 +6555,7 @@ proc check_effective_target_powerpc_dense_math_ok { } {
 
 # Return 1 if this is a PowerPC target supporting -mcpu=future which enables
 # the saturating subtract instruction.
-proc check_effective_target_powerpc_subfus_ok { } {
+proc check_effective_target_powerpc_future_ok { } {
 	return [check_no_compiler_messages powerpc_future_ok object {
 	    #ifndef _ARCH_PWR_FUTURE
 	    #error "not -mcpu=future"

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

end of thread, other threads:[~2022-11-17 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 21:54 [gcc(refs/users/meissner/heads/dmf004)] Fix typo Michael Meissner
  -- strict thread matches above, loose matches on Subject: below --
2022-11-12  4:42 Michael Meissner

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