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 testsuite/32932: ssp tests can't find libssp


On Mon, 2007-07-30 at 16:03 -0700, H.J. Lu wrote:
> This patch makes sure that the newly built libssp is used for
> test. Tested on Linux/x86-64.

The patch doesn't handle multilibs; apparently you didn't test
with both -m32 and -m64.

These tests really ought to be in libssp/testsuite, which doesn't
yet exist, and look for libraries in the same way as other library
testsuites.  I've copied Eric Christopher, who added these tests,
to get his opinion about that.

Setting gcc_initialized doesn't belong in this patch, and should
be tested by running the full testsuite with multiple runs, e.g.
-m32 and -m64, to make sure there are no surprises.

Janis



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