Re: [Patch, Fortran] PR 51904 - with ICE with SIZE intrinsic

2012-01-19 Thread Steve Kargl
On Thu, Jan 19, 2012 at 08:23:58PM +0100, Tobias Burnus wrote: > Seemingly, resolve and friends are confused if there is no symtree - > thus set it. > > Build and regtested on x86-64-linux. > OK for the trunk and the 4.6 branch? (It's a regression.) > Yes. Almost looks obvious (except I've rea

[Patch, Fortran] PR 51904 - with ICE with SIZE intrinsic

2012-01-19 Thread Tobias Burnus
Seemingly, resolve and friends are confused if there is no symtree - thus set it. Build and regtested on x86-64-linux. OK for the trunk and the 4.6 branch? (It's a regression.) Tobias 2012-01-19 Tobias Burnus PR fortran/51904 *expr.c (gfc_build_intrinsic_call): Also set the symtree. 2012