public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Bill Seurer <seurer@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-6805] rs6000: Fix bootstrap
Date: Fri, 21 Jan 2022 19:10:14 +0000 (GMT)	[thread overview]
Message-ID: <20220121191014.D89573858C60@sourceware.org> (raw)

https://gcc.gnu.org/g:518aad6a161598fd49dffaa5b5c8da477fda160a

commit r12-6805-g518aad6a161598fd49dffaa5b5c8da477fda160a
Author: Bill Seurer <seurer@gcc.gnu.org>
Date:   Fri Jan 21 13:04:38 2022 -0600

    rs6000: Fix bootstrap
    
    Fix a compilation issue in stage2 bootstrap.  Fixed as obvious (re:
    discussion with Bill Schmidt).
    
    2022-01-21  Bill Seurer  <seurer@gcc.gnu.org>
    
    gcc/
            * config/rs6000/rs6000.cc (rs6000_get_function_versions_dispatcher):
            Fix mention of ifunc in string.

Diff:
---
 gcc/config/rs6000/rs6000.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000.cc b/gcc/config/rs6000/rs6000.cc
index 0882ecbaebf..587fb113d9e 100644
--- a/gcc/config/rs6000/rs6000.cc
+++ b/gcc/config/rs6000/rs6000.cc
@@ -25082,7 +25082,7 @@ rs6000_get_function_versions_dispatcher (void *decl)
   else
     {
       error_at (DECL_SOURCE_LOCATION (default_node->decl),
-		"multiversioning needs ifunc which is not supported "
+		"multiversioning needs %<ifunc%> which is not supported "
 		"on this target");
     }
 #endif


                 reply	other threads:[~2022-01-21 19:10 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=20220121191014.D89573858C60@sourceware.org \
    --to=seurer@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).