Re: [PATCH] Fix gfc_trans_pointer_assign_need_temp (PR fortran/49698)

2011-07-11 Thread Tobias Burnus
On 07/11/2011 06:24 PM, Jakub Jelinek wrote: As the attached testcase (on x86-64) shows, inner_size is initialized to 1 of a wrong type, which results in verify_stmt ICEs because a PLUS has one 64-bit and one 32-bit operand. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux. Ok

[PATCH] Fix gfc_trans_pointer_assign_need_temp (PR fortran/49698)

2011-07-11 Thread Jakub Jelinek
Hi! As the attached testcase (on x86-64) shows, inner_size is initialized to 1 of a wrong type, which results in verify_stmt ICEs because a PLUS has one 64-bit and one 32-bit operand. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux. Ok for trunk/4.6? 2011-07-11 Jakub Jelinek