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] PR61459 - [4.8/4.9/4.10 Regression] segfault when assigning to allocatable function result from matmul result


Dear Tobias,

The patch is so safe and, as you say, has no side effects that I will
commit to 4.9 first.

Cheers

Paul

On 7 July 2014 10:05, Tobias Burnus <tobias.burnus@physik.fu-berlin.de> wrote:
> Paul Richard Thomas wrote:
>> This PR is caused by a rather unfortunate cast for the pointer to the
>> return value from matmul:
> [...]
>> The fix is obvious (ie use its natural kind)
> [...]
>> Dominique points out that the patch fixes PR58883 as well.  I'll
>> enhance the testcase appropriately.
>
> Nice!
>
>> Unless anybody has any objections, I'll commit to trunk tonight and to
>> 4.8 and 4.9 next weekend.
>
> Looks good to me. As the patch shouldn't have side effects and as Jakub
> intents to do a 4.9.1 RC early this week, I'd prefer it the 4.9 patch
> would be committed earlier.
>
> Tobias



-- 
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]