public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rzinsly at linux dot ibm.com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libgcc/103004] [12 regression] r12-4416 breaks backtrace on PPC64 Big-endian
Date: Wed, 10 Nov 2021 22:01:53 +0000	[thread overview]
Message-ID: <bug-103004-4-00Mgl7x2EV@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-103004-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103004

--- Comment #4 from Raphael M Zinsly <rzinsly at linux dot ibm.com> ---
On a system with an old toolchain I'm seeing (In reply to Jakub Jelinek from
comment #3)
> I think the warning should be fixed with following, just need to test it:
> 
> --- libgcc/config/rs6000/linux-unwind.h.jj	2021-10-15 11:59:16.227682621
> +0200
> +++ libgcc/config/rs6000/linux-unwind.h	2021-11-09 11:42:06.840353422 +0100
> @@ -395,7 +395,8 @@ struct frame_layout
>  };
>  
>  
> -void ppc_backchain_fallback (struct _Unwind_Context *context, void *a)
> +static void
> +ppc_backchain_fallback (struct _Unwind_Context *context, void *a)
>  {
>    struct frame_layout *current;
>    struct trace_arg *arg = a;

That works, I included in the proposed patch
(https://gcc.gnu.org/pipermail/gcc-patches/2021-November/584043.html), thanks!

  parent reply	other threads:[~2021-11-10 22:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-30 16:39 [Bug libgcc/103004] New: [12 regression] breaks lots on powerpc BE seurer at gcc dot gnu.org
2021-10-31  1:50 ` [Bug libgcc/103004] " pinskia at gcc dot gnu.org
2021-11-02  8:14 ` [Bug libgcc/103004] [12 regression] r12-4416 breaks backtrace on PPC64 Big-endian rguenth at gcc dot gnu.org
2021-11-03 17:34 ` dje at gcc dot gnu.org
2021-11-09 10:40 ` redi at gcc dot gnu.org
2021-11-09 10:54 ` jakub at gcc dot gnu.org
2021-11-10 22:01 ` rzinsly at linux dot ibm.com [this message]
2021-11-11 15:36 ` segher at gcc dot gnu.org
2021-11-11 16:56 ` segher at gcc dot gnu.org

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=bug-103004-4-00Mgl7x2EV@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).