Re: [Patch, Fortran] PR56849 - Fix RESHAPE shape checking with order=

2013-04-07 Thread Janus Weil
2013/4/7 Tobias Burnus : > A rather obvious patch after one realizes that order= doesn't affect shape=. Right. > Build & regtested on x86-64-gnu-linux. > OK for the trunk? Yes, thanks for the patch! Cheers, Janus

[Patch, Fortran] PR56849 - Fix RESHAPE shape checking with order=

2013-04-07 Thread Tobias Burnus
A rather obvious patch after one realizes that order= doesn't affect shape=. Build & regtested on x86-64-gnu-linux. OK for the trunk? Tobias 2013-04-07 Tobias Burnus PR fortran/56849 * iresolve.c (gfc_resolve_reshape): Set shape also with order=. 2013-04-07 Tobias Burnus PR fortran/