On Fri, Jun 07, 2013 at 04:03:52PM +0200, Tobias Burnus wrote: > Unreviewed patches: > * http://gcc.gnu.org/ml/fortran/2013-06/msg00027.html > * http://gcc.gnu.org/ml/fortran/2013-06/msg00048.html > > * * * > > As with ALLOCATE (type-spec :: ...), also array constructors take as > type-spec a type name ("integer, my_dt, etc.) without an extra TYPE(). > > Thus, instead of using the decl.c var decl function, we use the same as > for allocate. > > Build and regtested on x86-64-gnu-linux. > OK for the trunk? >
OK. Thanks for the patch. -- Steve