This is the mail archive of the gcc@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: Right way to add testcase that contains shared library?


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


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