This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: [Consult] tile: How to construct testsuite for tile architecture without hardware.
- From: Mike Stump <mikestump at comcast dot net>
- To: Chen Gang <xili_gchen_5257 at hotmail dot com>
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Wed, 21 Oct 2015 09:40:19 -0700
- Subject: Re: [Consult] tile: How to construct testsuite for tile architecture without hardware.
- Authentication-results: sourceware.org; auth=none
- References: <54BA30F3 dot 4080202 at sunrus dot com dot cn> <54BD2C5E dot 1070804 at ezchip dot com>,<54BDB71D dot 90703 at sunrus dot com dot cn> <54C39ECA dot 3000603 at sunrus dot com dot cn>,<BLU437-SMTP608E7DC685C8BE9CE6E98B9860 at phx dot gbl>,<BLU436-SMTP259B71CFECFA179081E925CB98C0 at phx dot gbl>,<55E27DB9 dot 6050606 at hotmail dot com>,<COL130-W261B4272A294A4075EE1C6B96C0 at phx dot gbl>,<560CB2C0 dot 7000107 at hotmail dot com>,<COL130-W48A514BEBDCF6DAD28464EB9490 at phx dot gbl> <COL130-W59BFED47DCFC251836366AB9480 at phx dot gbl> <BLU436-SMTP197ACB8628A8A46897DE470B93C0 at phx dot gbl> <BLU436-SMTP14931A61E2015F77B34948DB93B0 at phx dot gbl> <650AE6B5-5478-4692-8796-BF69DF6D3A91 at comcast dot net>,<562572E2 dot 6020308 at hotmail dot com> <COL130-W523EC2E6629150D60FE961B93A0 at phx dot gbl>
On Oct 19, 2015, at 3:45 PM, Chen Gang <xili_gchen_5257@hotmail.com> wrote:
>
> On 10/20/15 02:26, Mike Stump wrote:
>> On Oct 17, 2015, at 10:23 PM, Chen Gang <xili_gchen_5257@hotmail.com> wrote:
>>> After fix one qemu issue about floating point insns, correct the related
>>> environments (make some symbol links), and reconfig building options (so
>>> support g++), the current gcc testsuite result are:
>>>
>>> === gcc Summary ===
>>>
>>> # of expected passes 78156
>>
>> Nice.
>>
>
> Thanks. :-)
>
>>> # of unexpected failures 98
>>
>>> Welcome any ideas, suggestions, and completions.
>>
>> So, if you would like to do more work, and don’t have any other plans, you could investigate the unexpected failures in the above, if you want. I hesitate to say this, as the funnest work, is work that you want to do. I would ask, what would you like to do next? Other work, if you wanted to try your hand at something, would be to read through the PRs on the gcc web site, and find one that you’d like to fix and fix it.
>>
>
> At present, for me, I should continue analyzing the unexpected failures,
Sounds good.
> And excuse me, could your provide more details about "PRs", I don't know
> anythings about it.
These are the official bugs reported against gcc by users of gcc. They all go into the Problem Report database (PR for short). The main page it at:
https://gcc.gnu.org/bugzilla/
and that is a front end for the database. The database is composed of entries that are numbered, and to get at an entry, in case you want to see one:
https://gcc.gnu.org/PR17234
will show you entry 17234, which we refer to as PR17234. This one details a bug with if conversion. One can search the database for what ever one would like.
> Welcome any ideas, suggestions, and completions.
Your plans sound wonderful, thanks for all the work. As you find patches to fix things, be sure to send them in.