------- 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