Re: [Patch, Fortran] PR54603 - fix structure constructors with proc-pointers

2012-09-17 Thread Janus Weil
Hi Tobias, > structure constructures with proc-pointer arguments were either leading to > wrong results or to ICEs. > I use now the same condition as in gfc_trans_pointer_assignment. > > Build and regtested on x86-64-linux. > OK for the trunk? looks good to me. Thanks! The "scan-tree-dump-times"

[Patch, Fortran] PR54603 - fix structure constructors with proc-pointers

2012-09-17 Thread Tobias Burnus
structure constructures with proc-pointer arguments were either leading to wrong results or to ICEs. I use now the same condition as in gfc_trans_pointer_assignment. Build and regtested on x86-64-linux. OK for the trunk? Tobias 2012-09-17 Tobias Burnus PR fortran/54603 * trans-expr.c (gfc