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: PATCH: Tweak g++.eh/badalloc1.C (for *-*-freebsd* -pthread only)


Loren James Rittle wrote:
FAIL: g++.eh/badalloc1.C Execution test

support on thread-enabled platforms.  In particular, it needs to
allocate per-thread memory at the time of the first exception is throw
within the thread's context (at least on FreeBSD).  This is a known
design issue; robust threaded EH-C++ would prime every worker thread.
yow!

Nathan, as the owner of the test: OK for me to install?  You will note
that the change only affects FreeBSD systems when linked against its
thread library.
ok. Thanks for explaining the issue.

nathan

--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
         The voices in my head said this was stupid too
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk



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