This is the mail archive of the gcc-patches@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: [Patch, fortran] PR67779 - Strange ordering with strings in extended object


Dear All,

The patch applies cleanly to 5-branch and fixes the problem. I will
commit it later on today, at the same time as the first batch of
deferred character fixes unless there are any objections.

Cheers

Paul

On 10 January 2016 at 14:02, Paul Richard Thomas
<paul.richard.thomas@gmail.com> wrote:
> Dear All,
>
> I had already posted a patch for the above, which sets the offset
> correctly in the caller to gfc_conv_expr_descriptor. However, I was so
> concerned that the latter was not doing the job properly that I
> decided to investigate further. The result was that I found a
> completely trivial omission in the condition for the calculation of
> 'base', which meant that the wrong branch was taken and the offset
> incorrectly calculated.
>
> Committed as 'obvious' (well... it took a while but is obvious now I
> see it!) in revision 232200.
>
> Thanks for the report, Arjen.
>
> Paul



-- 
The difference between genius and stupidity is; genius has its limits.

Albert Einstein


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