public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "iains at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/44107] gcc emits frame (epilogue) info incompatible with the darwin {8,9}-unwinder,10-compacter
Date: Wed, 22 Jan 2014 19:49:00 -0000	[thread overview]
Message-ID: <bug-44107-4-7yUP7xCRSS@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-44107-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107

--- Comment #30 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Denis Excoffier from comment #29)
> (In reply to Iain Sandoe from comment #28)
> > Well, there is a fix - which is to update
> > /usr/lib/libgcc_s.dylib to a non-buggy version.
> I had understood that it was desirable not to replace libgcc_s.dylib.

so long as the system was maintained by the Vendor, then indeed it would be a
bad thing but… see below

(It's also somewhat like open-heart surgery - if you make a mistake doing the
exchange then you need to boot from a different disk to recover.  This makes it
unsuitable, without an installer, for casual users)

> Personally, i use the sed command (shown in comment #17) to create my own
> libgcc_s.1.dylib, i install it with GCC in /usr/local (or equivalent) and
> try to always link with it (and usually succeed since i don't use any
> libraries that are already linked with /usr/lib/libgcc_s.dylib). For
> security matters, that's like replacing, however.

I think replacing is the proper option in this case - the security issue is
moot for an unsupported EOL system.

> 
> In any case, that bug is not NEW any more.

Well, I think we should close as WONTFIX - because we don't have resources to
find a better solution - and replacing the library is an acceptable work-around
for EOL systems (I've now done this on both my i686 and ppc darwin9 boxes).

Note: that a replacement library MUST be built FAT if you want ppc64 to work
and FAT including ppc on i686-darwin9 if you want rosetta to work.
>From gcc-bugs-return-441238-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Jan 22 19:53:27 2014
Return-Path: <gcc-bugs-return-441238-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 26716 invoked by alias); 22 Jan 2014 19:53:27 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 26300 invoked by uid 48); 22 Jan 2014 19:53:22 -0000
From: "glisse at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/58764] [4.9 Regression] [lwg/2193] error:=?UTF-8?Q? converting to ‘const std?=::vector<std::basic_string<char> >=?UTF-8?Q?’ from initializer list would use explicit constructor?Date: Wed, 22 Jan 2014 19:53:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libstdc++
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: glisse at gcc dot gnu.org
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: redi at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-58764-4-9oJ2bVJ141@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-58764-4@http.gcc.gnu.org/bugzilla/>
References: <bug-58764-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-01/txt/msg02380.txt.bz2
Content-length: 336

http://gcc.gnu.org/bugzilla/show_bug.cgi?idX764

--- Comment #10 from Marc Glisse <glisse at gcc dot gnu.org> ---
       vector() _GLIBCXX_NOEXCEPT : _Base() { }
       list() _GLIBCXX_NOEXCEPT

I think that's wrong, the default construction of the allocator may throw,
hence the conditional noexcept I was suggesting in comment #3.


  parent reply	other threads:[~2014-01-22 19:49 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-44107-4@http.gcc.gnu.org/bugzilla/>
2011-03-19 11:42 ` [Bug bootstrap/44107] libstdc++ (dylib) is built with an erroneous dependency towards /usr/lib Denis.Excoffier at airbus dot com
2011-03-19 11:42 ` mikestump at comcast dot net
2011-03-19 15:03 ` iains at gcc dot gnu.org
2011-03-19 15:13 ` iains at gcc dot gnu.org
2011-03-19 23:26 ` howarth at nitro dot med.uc.edu
2011-03-20 12:43 ` Denis.Excoffier at airbus dot com
2011-03-20 14:50 ` iains at gcc dot gnu.org
2011-03-20 14:52 ` howarth at nitro dot med.uc.edu
2011-03-20 21:10 ` Denis.Excoffier at airbus dot com
2011-03-20 21:27 ` iains at gcc dot gnu.org
2011-03-20 21:50 ` iains at gcc dot gnu.org
2011-03-21  8:18 ` Denis.Excoffier at airbus dot com
2011-03-21  8:34 ` iains at gcc dot gnu.org
2011-03-21 19:30 ` mikestump at comcast dot net
2011-04-28 16:28 ` rguenth at gcc dot gnu.org
2011-06-26 17:38 ` [Bug target/44107] gcc emits frame (epilogue) info incompatible with the darwin {8,9}-unwinder,10-compacter iains at gcc dot gnu.org
2011-12-11 19:53 ` gcc@Denis-Excoffier.org
2011-12-11 20:04 ` iains at gcc dot gnu.org
2013-07-16 13:02 ` iains at gcc dot gnu.org
2013-07-16 16:16 ` howarth at nitro dot med.uc.edu
2013-09-09 13:56 ` dominiq at lps dot ens.fr
2013-09-09 19:57 ` fang at csl dot cornell.edu
2013-09-09 21:46 ` mrs at gcc dot gnu.org
2013-09-10 13:57 ` howarth at nitro dot med.uc.edu
2013-09-14 11:58 ` iains at gcc dot gnu.org
2013-09-14 12:01 ` iains at gcc dot gnu.org
2014-01-22  7:58 ` gcc@Denis-Excoffier.org
2014-01-22  8:13 ` iains at gcc dot gnu.org
2014-01-22  8:58 ` gcc@Denis-Excoffier.org
2014-01-22 19:49 ` iains at gcc dot gnu.org [this message]
2014-11-03 19:44 ` fxcoudert at gcc dot gnu.org
2014-11-03 19:49 ` gcc@Denis-Excoffier.org
2021-02-28 15:36 ` egallager at gcc dot gnu.org
2021-03-01 19:37 ` cvs-commit at gcc dot gnu.org
2021-03-21 23:52 ` cvs-commit at gcc dot gnu.org
2021-05-01 13:08 ` cvs-commit at gcc dot gnu.org
2023-05-16 19:14 ` iains 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-44107-4-7yUP7xCRSS@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).