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, libgomp, testsuite] add libgfortran.spec.


On Thu, Nov 25, 2010 at 11:18:41AM +0000, IainS wrote:
> This will allow fortran  libgomp tests to use libquadmath when
> required (I'm told none do yet).
> .. but it will also ensure that, if the libgfortran.spec includes
> substitutions, they are available in the testsuite.
> 
> checked (in conjunction with
> http://gcc.gnu.org/ml/fortran/2010-11/msg00348.html) that the static
> lib substitution occurs properly for i686-darwin9.
> 
> OK for trunk (with a proper Changelog, of course)?

This is wrong.  If anything (we don't have any test that needs it),
it should be adding -B${blddir}/${lang_spec_path}/ being added,
to let the driver find it automatically if it wants to.
But forcing -specs when the driver doesn't want it just means
we would be testing something that isn't done in the installed compiler.

	Jakub


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