This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Replacing DejaGNU
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: MCC CS <mcccs at gmx dot com>, gcc at gcc dot gnu dot org
- Date: Mon, 14 Jan 2019 17:39:15 +0100
- Subject: Re: Replacing DejaGNU
- References: <trinity-a2a7e429-292d-455f-9dc1-c97e201b66d4-1547473447594@3c-app-mailcom-bs12> <yddef9fbb0q.fsf@CeBiTec.Uni-Bielefeld.DE> <CAFiYyc2mdALTA_BED0ePx99-s9JtTc02X=TFdrG5KzYaa9+5cw@mail.gmail.com> <trinity-cdabcbeb-5fff-43f9-8dea-82f6f2b6da42-1547475305348@3c-app-mailcom-bs06> <20190114143501.GF30353@tucnak> <2ceead27-b0ff-3052-9e70-210b6f01cfbe@oracle.com> <20190114162850.GH30353@tucnak>
Hi,
On 14/01/19 17:28, Jakub Jelinek wrote:
I think several testcases check for duplicate error messages, the regexp is
against the whole text, so you can just check if it occurs more than once
there.
This is essentially https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30612
Paolo.