This is the mail archive of the gcc-help@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: How do I produce (or find) the model or ideal test results for posting?


Hi David,

On Sun, Jul 27, 2014 at 11:48 AM, David Bernier <david250@videotron.ca> wrote:
> I built successfully the GCC snapshot of about July 20, 2014
> for language=c.
>
> Then, I ran the testsuite.
>
> It seems 106,573 GCC tests were passed.
>
> in gcc/testsuite/gcc/,
> there's the large  file named  gcc.sum :
>
>
> $ more gcc.sum | grep PASS|wc
>  106573  734696 8219369             // 106,573 lines with PASS
>
>
>
> How do I produce (or find) the model (ideal)
> test results, as posted by H.J. Lu and others to the
> testresults mailing list?
>
> Thanks,
>
> David Bernier

https://gcc.gnu.org/install/test.html

I'd recommend reading the other install docs as well:
https://gcc.gnu.org/install/index.html

-Bryan


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