This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Merge from LTO: eh_personality changes
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: David Edelsohn <dje dot gcc at gmail dot com>
- Cc: Richard Guenther <richard dot guenther at gmail dot com>, Richard Henderson <rth at redhat dot com>, Richard Guenther <rguenther at suse dot de>, gcc-patches at gcc dot gnu dot org, Diego Novillo <dnovillo at google dot com>
- Date: Mon, 14 Sep 2009 07:38:30 +0200 (CEST)
- Subject: Re: [PATCH] Merge from LTO: eh_personality changes
- References: <303e1d290909131942w621302b2m8433c4316b567809@mail.gmail.com>
On Sun, 13 Sep 2009, David Edelsohn wrote:
> This patch broke bootstrap on AIX:
>
> /farm/dje/src/src/libstdc++-v3/libsupc++/eh_ptr.cc: In destructor
> 'std::__exception_ptr::exception_ptr::~exception_ptr()':
> /farm/dje/src/src/libstdc++-v3/libsupc++/eh_ptr.cc:67:1: sorry,
> unimplemented: Multiple EH personalities are supported only with
> assemblers supporting .cfi.personality directive.
> make[2]: *** [eh_ptr.lo] Error 1
FreeBSD and Darwin, too. PR bootstrap/41350.
Gerald