public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/108202] [13 Regression] Many new acats fails on 32bit Darwin hosts.
Date: Mon, 02 Jan 2023 10:53:38 +0000	[thread overview]
Message-ID: <bug-108202-4-ssyv5dz2oX@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-108202-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain D Sandoe <iains@gcc.gnu.org>:

https://gcc.gnu.org/g:8385088039f58a1d403cbb0792105236d240de85

commit r13-4952-g8385088039f58a1d403cbb0792105236d240de85
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Thu Dec 22 17:32:59 2022 +0000

    Ada,Darwin: Do not link libgcc statically on Darwin 8 and 9 [PR108202].

    Normally, GCC executables are built with -static-libstdc++ -static-libgcc
    on Darwin.  This is fine in most cases, because GCC executables typically
    do no use exceptions.   However gnat1 does use exceptions and also pulls
    in system libraries that are linked against the installed shared libgcc
    which contains the system unwinder.  This means that gnat1 effectively has
    two unwinder instances (which does not work reliably since the unwinders
    have global state).

    A recent change in the initialization of FDEs has made this a hard error
    now on Darwin versions (8 and 9) with libgcc installed in /usr/lib (gnat1
    now hangs when an exception is thrown).

    The solution is to link libgcc dynamically, picking up the installed
    system version.  To do this we strip -static-libgcc from the link flags.

            PR ada/108202

    gcc/ada/ChangeLog:

            * gcc-interface/Make-lang.in (GCC_LINKERFLAGS, GCC_LDFLAGS):
            Versions of ALL_LINKERFLAGS, LDFLAGS with -Werror and
            -static-libgcc filtered out for Darwin8 and 9 (-Werror is filtered
            out for other hosts).

  parent reply	other threads:[~2023-01-02 10:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-22 19:07 [Bug ada/108202] New: " iains at gcc dot gnu.org
2022-12-26 20:53 ` [Bug ada/108202] " iains at gcc dot gnu.org
2023-01-02 10:53 ` cvs-commit at gcc dot gnu.org [this message]
2023-01-02 10:57 ` iains at gcc dot gnu.org
2023-04-29  6:29 ` reiter.christoph at gmail dot com

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-108202-4-ssyv5dz2oX@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).