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: Successful Compilation


Walter Landry <wlandry@ucsd.edu> wrote:
> Janis Johnson <janis187@us.ibm.com> wrote:
> > On Mon, Mar 25, 2002 at 03:32:56PM -0800, Walter Landry wrote:
> > > I don't know what kind of format is preferred for the test suite.  I'd
> > > be happy to modify the test so that it outputs the results in a
> > > suitable form.
> > 
> > See http://gcc.gnu.org/gcc-3.0/lapack-guide.html for an example of
> > useful instructions for trying out your library.  Please explain how
> > to compile with a specified set of compilation options; building with
> > different sets of optimization flags is a good way to flush out
> > compiler bugs.
> 
> There is a simple Makefile in the testing and testing2 directories.
> I'll add a README in those directories to make it clear.  If you give
> me a few hours, I'll fix the tests so that they print out "passed" or
> "failed".  Right now, the output is difficult to grep by hand.

I've moved all of the tests into a directory named "tests".  There are
some conformance tests which print out "pass" or "fail".  Nothing
should fail.  There are also some speed tests to see how well the
compiler optimizes the code.  These are explained in more detail in
tests/README.

Let me know if there is anything else I should do.

Regards,
Walter Landry
wlandry@ucsd.edu


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