This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/20771] Duplicate PCH test names
- From: "janis at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 May 2008 23:59:52 -0000
- Subject: [Bug testsuite/20771] Duplicate PCH test names
- References: <bug-20771-230@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from janis at gcc dot gnu dot org 2008-05-13 23:59 -------
This is still a problem.
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?
--
janis at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |janis at gcc dot gnu dot org
Last reconfirmed|2006-01-09 12:55:21 |2008-05-13 23:59:52
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20771