This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Failure on 4.3.0


Mikael,

Blush! There was nothing wrong with the ChangeLog... sorry

Paul

On Mon, Nov 24, 2008 at 8:06 PM, Paul Richard Thomas
<paul.richard.thomas@gmail.com> wrote:
> Mikael,
>
> It's an easy one to fix - the variables are displaced by unity.  I'm
> just about to do two commits to 4.3 so I'll put both problems right.
>
> Cheers
>
> Paul
>
>
> On Mon, Nov 24, 2008 at 7:38 PM, Paul Richard Thomas
> <paul.richard.thomas@gmail.com> wrote:
>> Dear Mikael,
>>
>> I'm afraid that I am seeing:
>>
>> FAIL: gfortran.dg/elemental_dependency_1.f90  -O3 -fomit-frame-pointer
>> -funroll-all-loops -finline-functions  scan-tree-dump-times original
>> "A.26\[4\]" 1
>>
>> for all levels of optimization.  I also notice that the testsuite
>> ChangeLog entry appears twice:-) (Hands up who has not done that or
>> something like it?)
>>
>> The testcase runs OK but the original dump gives:
>>
>>    integer(kind=4) A.16[4];
>>            double (&D.961, &(*(integer(kind=4)[4] *)
>> atmp.15.data)[S.18 + D.959]);
>>    (*(integer(kind=4)[5] *) atmp.20.data)[4] = b[3] * 2;
>>    integer(kind=4) A.25[4];
>>            double (&D.977, &(*(integer(kind=4)[4] *)
>> atmp.24.data)[S.27 + D.975]);
>>    (*(integer(kind=4)[5] *) atmp.29.data)[4] = (b[3] + 1) * 2;
>>    integer(kind=4) A.37[4];
>>            double (&D.1000, &(*(integer(kind=4)[4] *)
>> atmp.36.data)[S.39 + D.998]);
>>    (*(integer(kind=4)[5] *) atmp.41.data)[4] = b[3] * 2;
>>
>>
>> Cheers
>>
>> Paul
>>
>> --
>> The knack of flying is learning how to throw yourself at the ground and miss.
>>       --Hitchhikers Guide to the Galaxy
>>
>
>
>
> --
> The knack of flying is learning how to throw yourself at the ground and miss.
>       --Hitchhikers Guide to the Galaxy
>



-- 
The knack of flying is learning how to throw yourself at the ground and miss.
       --Hitchhikers Guide to the Galaxy


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