This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Sylvain's fix for libstdc++/10783
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: Paolo Carlini <pcarlini at unitus dot it>, libstdc++ at gcc dot gnu dot org
- Date: 25 May 2003 19:59:41 +0200
- Subject: Re: [Patch] Sylvain's fix for libstdc++/10783
- Organization: Integrable Solutions
- References: <3ECE4592.4090206@unitus.it><20030523115712.3fa70182.bkoz@redhat.com>
Benjamin Kosnik <bkoz@redhat.com> writes:
| > int main()
| > {
| > test01();
| > test02();
| >+ test03();
| > return 0;
| > }
|
| I propose a ban on all appending to test files. We've got to move over
| to the single-test-single-file form eventually, might as well do it as
| cases are added.
Agreed.
-- Gaby