This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] libstdc++-v3: add more verifications to testsuite
- From: Magnus Granberg <zorry at gentoo dot org>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sat, 26 Jun 2010 01:20:43 +0200
- Subject: Re: [PATCH] libstdc++-v3: add more verifications to testsuite
- References: <20100625225052.GE4175@outflux.net>
lördag 26 juni 2010 00.50.52 skrev Kees Cook:
> Hello,
>
> Here is a patch that adds additional tests to the libstdc++-v3 test suite.
> Ubuntu builds packages with -D_FORTIFY_SOURCE=2, so running the suite
> shows a few minor warnings. This cleans them up by providing additional
> sanity checks around freopen, fgets, and fwrite, as already done in other
> places in the testsuite.
>
> Thanks,
>
> -Kees
Gentoo build the packages with -D_FORTIY_SOURCES=2 too so fixes to the
testsuite are welcome.
/Magnus