On Mon, Jan 29, 2018 at 11:51 PM, Thomas Koenig <tkoe...@netcologne.de> wrote: > Hello world, > > this patch fixes the library issues left over from Paul's rank-15 patch > by removing the GFC_DTYPE_DERIVED_* macros and (mostly) handling these > cases separately. > > The problem was with folding the type and size into a single word. For > all normal data types, this is perfectly fine, because the sizes are > known to fit. For derived types or characters, there could be a problem > if a user specified a very large size. > > Regression-tested. OK for trunk?
Ok, thanks. -- Janne Blomqvist