------- Comment #3 from joseph at codesourcery dot com 2008-05-14 00:28 ------- Subject: Re: Duplicate PCH test names
On Tue, 13 May 2008, janis at gcc dot gnu dot org wrote: > The PASS or FAIL messages come from a few levels deeper within the testsuite > infrastructure, so dg-pch.exp can't just add something meaningful. It can, > however, change '$flags "-I."' to '"$flags -I." ""' so that output is now: > > PASS: gcc.dg/pch/common-1.c -O0 -g -I. (test for excess errors) > PASS: gcc.dg/pch/common-1.c -O0 -g (test for excess errors) > > That makes all of the messages unique. Would that be acceptable? That's sufficient for automatic test results comparison, which is what I care about uniqueness for. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20771