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: PATCH: PR fortran/33646: [4.3 Regression] Gcc 4.3 revision 128954 failed tonto in SPEC CPU 2006


On Thu, Oct 04, 2007 at 03:06:25PM +0100, François-Xavier Coudert wrote:
> > +! { dg-final { cleanup-modules "BAR_MODULE FOO_MODULE" } }
> 
> I'm not sure but I think that both modules names should be lowercase
> in the cleanup-modules directive. You can check that, after running
> the testsuite, the files bar_module.mod and foo_module.mod have
> correctly been removed from the testsuite directory.
> 
> Other than that, it's OK.

There are

# Remove files for specified Fortran modules.
proc cleanup-modules { modlist } { 
    foreach modname $modlist {
        remove-build-file [string tolower $modname].mod
    }   
}

I double checked that bar_module.mod and foo_module.mod were
removed. I am checking in my patch now.

Thanks.

H.J.


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