This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: PR fortran/33646: [4.3 Regression] Gcc 4.3 revision 128954 failed tonto in SPEC CPU 2006
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "H.J. Lu" <hjl at lucon dot org>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Thu, 4 Oct 2007 15:06:25 +0100
- Subject: Re: PATCH: PR fortran/33646: [4.3 Regression] Gcc 4.3 revision 128954 failed tonto in SPEC CPU 2006
- References: <20071004135735.GA31504@lucon.org>
> +! { 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.
FX