public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/85907] AIX: static libstdc++ and exceptions causes abort
       [not found] <bug-85907-4@http.gcc.gnu.org/bugzilla/>
@ 2021-03-27 21:10 ` redi at gcc dot gnu.org
  2021-03-27 22:00 ` dje at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: redi at gcc dot gnu.org @ 2021-03-27 21:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to David Edelsohn from comment #2)
> This should be fixed with the recent patch to collect2.c, which will be
> released in GCC 8.2, GCC 7.4, GCC 6.5.

Is it fixed now then?

https://gcc.gnu.org/pipermail/gcc-help/2021-March/139975.html says it's not
working in 9.2.0

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

* [Bug target/85907] AIX: static libstdc++ and exceptions causes abort
       [not found] <bug-85907-4@http.gcc.gnu.org/bugzilla/>
  2021-03-27 21:10 ` [Bug target/85907] AIX: static libstdc++ and exceptions causes abort redi at gcc dot gnu.org
@ 2021-03-27 22:00 ` dje at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: dje at gcc dot gnu.org @ 2021-03-27 22:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from David Edelsohn <dje at gcc dot gnu.org> ---
There still are problems because of the manner in which AIX statically links. 
Normally AIX does not create separate archives of object files for static
linking; one statically links by statically linking against the shared object. 
This combination can create multiple EH tables, which prevents GCC EH from
working properly.  To link statically, one much ensure that there is only on
set of EH tables -- not one in the main application and another one in the
statically linked shared library.

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

end of thread, other threads:[~2021-03-27 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-85907-4@http.gcc.gnu.org/bugzilla/>
2021-03-27 21:10 ` [Bug target/85907] AIX: static libstdc++ and exceptions causes abort redi at gcc dot gnu.org
2021-03-27 22:00 ` dje at gcc dot gnu.org

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