gcc-patches@gcc.gnu.org
[Top] [All Lists]

Re: Patch: Run init tests only when __cxa_atexit is supported.

Subject: Re: Patch: Run init tests only when __cxa_atexit is supported.
From: Steve Ellcey
Date: Mon, 15 May 2006 15:59:43 -0700 PDT
> > The 3 tests included here will only pass on systems that have an
> > implementation of __cxa_atexit.  This change is to use the
> > dg-require-cxa-atexit check that I brought over from the libstdc++
> > testsuite to check for __cxa_atexit and only run the tests on systems
> > that have __cxa_atexit.
> > 
> > Ok to checkin?
> 
> What about just having them xfail when __cxa_atexit does not exist
> as this is still a bug but it is hard to fix without __cxa_atexit?
> 
> Thanks,
> Andrew Pinski

I could do that, I was following the example of libstdc++-v3.  Tests
there are not xfailed, they are just not run (unsupported).

Steve Ellcey
sje@xxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>