This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: char len patch tests
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Jerry DeLisle <jvdelisle at charter dot net>
- Cc: Janne Blomqvist <blomqvist dot janne at gmail dot com>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Wed, 18 Jan 2017 16:01:02 -0500
- Subject: Re: char len patch tests
- Authentication-results: sourceware.org; auth=none
- References: <57cb83ba-d2ab-28d2-59d7-08a6a69e9aa6@charter.net> <CAO9iq9E=FZfJBQcnOCWwzXApY3Y1+iTYc81vbemEqrFTxF3yBA@mail.gmail.com> <76e13706-7db4-8ffe-b2d1-b0f8165cd24c@charter.net>
There are both PPC Linux big endian systems (gcc110) and AIX systems
(gcc111, gcc119) in the GNU Compile Farm.
Thanks David
On Wed, Jan 18, 2017 at 3:56 PM, Jerry DeLisle <jvdelisle@charter.net> wrote:
> On 01/18/2017 12:39 PM, Janne Blomqvist wrote:
>>
>> On Wed, Jan 18, 2017 at 10:31 PM, Jerry DeLisle <jvdelisle@charter.net>
>> wrote:
>>>
>>> Janne,
>>>
>>> On powerpc64le-unknown-linux-gnu which is gcc112, the build and reg
>>> testing
>>> passed with bootstrap disabled. I then enabled bootstrap and repeated the
>>> process.
>>
>>
>> Thanks for testing, though I think David was testing on POWER/AIX,
>> which runs in big endian mode, hence David suspected that it could be
>> endianness related. Do you have access to such a machine on the test
>> farm?
>>
>
> I think there is one, but I will have to look and set up. I think last time
> I tried there were some tool chain items missing or maybe dependencies. Will
> get back on this.
>
> Jerry