This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] testsuite runs with a new pass
- From: law at redhat dot com
- To: Andrew MacLeod <amacleod at redhat dot com>
- Cc: Diego Novillo <dnovillo at redhat dot com>, gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Thu, 26 Feb 2004 12:33:07 -0700
- Subject: Re: [tree-ssa] testsuite runs with a new pass
- Reply-to: law at redhat dot com
In message <1077818087.11314.1220.camel@p4>, Andrew MacLeod writes:
>On Thu, 2004-02-26 at 12:44, Diego Novillo wrote:
>> On Thu, 2004-02-26 at 12:36, Andrew MacLeod wrote:
>iles in the directory, dejagnu's wildcard matcher
>> is picking up two files that end in .dom1: ssa-dom-thread-1.c.t20.dom1
>> and ssa-dom-thread-1.c.t21.dom1 (the one from your previous tests before
>> your patch and the one from the tests after your patch).
>>
>> The silly thing is trying to use both strings as a single file name and
>> falling flat on its face.
>>
>Ah, thanks
Yea. My plan has been to have a dg-finalize routine which zaps all those
dump files so that this doesn't happen.
jeff