This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] -fno-exceptions cleanups


2009/8/10 Ramana Radhakrishnan:
> Hi Benjamin,
>
> On Mon, Aug 10, 2009 at 10:31 PM, Benjamin Kosnik<bkoz@redhat.com> wrote:
>>
>> ... and the patch...
>
> This seems to have broken arm-none-eabi cross configurations with the
> following error.

I've just noticed the same thing.

The __throw_future_error function needs to be guarded by

#if defined(_GLIBCXX_HAS_GTHREADS) && defined(_GLIBCXX_USE_C99_STDINT_TR1) \
  && defined(_GLIBCXX_ATOMIC_BUILTINS_4)

or future_error and future_errc need to be moved outside the guard and
defined unconditionally.

Jonathan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]