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" directives in the test case are probably supposed to check for the wrong-code issue, right? But shouldn't this be caught by the runtime-checking already? Anyway a bit of double-checking can not hurt, I guess ... Cheers, Janus