This is the mail archive of the gcc-patches@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: [tuples] Cleanup .gimple files


On 6/27/07 5:45 PM, Aldy Hernandez wrote:

> You didn't read my message when I committed this, about leaving them in
> because they were useful for debugging for now :).  In any case, now
> that we are scanning for actual tuples it does make sense to remove
> them.

No, I didn't, sorry :)  I thought you had just forgotten.

> 
> However, don't you think it'd be better to remove them in gimple.exp
> with some dejagnu magic, instead of doing it for every single case?

I think the reason we don't clean them up en-masse is to avoid removing
them when individual tests fail.  That's why every .c file in gcc.dg is
required to clean up after itself.  IIUC, the cleanup triggers only if
the test passed.


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