This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ghost testcase eb42.C


On Thu, 24 Jul 2003, Andrew Pinski wrote:

> This looks like it has been messed up for a long time.
> The last time it was touched was 2 years and 3 months ago but it was  
> messed
> up before that from reading the log:
> <http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g%2b%2b.old- 
> deja/g%2b%2b.robertl/Attic/eb42.C>.
> The reason I say it was messed up before that was from log about the  
> merges into the branches.

This sort of thing has been observed before - a file somehow getting
committed to after it has been removed, and the new revisions being in the
Attic but not marked as dead so getting resurrected on branches.  See e.g.  
c-gperf.h.  I don't know *how* the files got committed to after being
removed, but if you can reremove them on mainline (i.e., get a new
revision committed to the head of the ,v file, with no changes from the
previous one but state "dead") then that should fix the problem.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]