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: David Edelsohn <dje dot gcc at gmail dot com>
- To: Richard Guenther <richard dot guenther at gmail dot com>
- Cc: 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: Sun, 13 Sep 2009 22:42:56 -0400
- Subject: Re: [PATCH] Merge from LTO: eh_personality changes
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
David