This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Right way to add testcase that contains shared library?
- From: kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- To: dank at kegel dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 05 Jan 2004 14:24:44 +0900 (JST)
- Subject: Re: Right way to add testcase that contains shared library?
- References: <3FF8EB8D.7020801@kegel.com>
Dan Kegel <dank@kegel.com> wrote:
> http://tsukuba.m17n.org/linux-sh/ml/linux-sh/2003-11/msg00016.html
> describes a bug which shows up on sh4 in shared libraries that
> do a structure copy. A minimal test case is ready, as is a fix,
> and I'd like to submit patches for both.
> But I'm having trouble figuring out how to fit the regression
> test into the test framework.
> The testsuite seems to be made up of lots of standalone programs;
> how do you add a test to the testsuite that consists of two c
> files, one that produces a small shared library, and one that calls it?
Although I have no idea for the testsuite problem, doesn't
http://gcc.gnu.org/ml/gcc-patches/2003-12/msg00156.html
which was applied to 3.3.3 solve the original sh4 problem?
Regards,
kaz