[PATCH] Fix ICE on old style init of derived components

2014-07-02 Thread Jakub Jelinek
Hi! As the testcase shows, we ICE on old style initialization of derived type components. ifort also rejects these, I think it doesn't make sense to support such initializations of derived type components. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk/4.9? 2014-07-02

Re: [PATCH] Fix ICE on old style init of derived components

2014-07-02 Thread Tobias Burnus
Jakub Jelinek wrote: As the testcase shows, we ICE on old style initialization of derived type components. ifort also rejects these, I think it doesn't make sense to support such initializations of derived type components. Side remark: Cray ftn also rejects it, while PGI's compiler accepts

Re: [PATCH] Fix ICE on old style init of derived components

2014-07-02 Thread Steve Kargl
On Wed, Jul 02, 2014 at 09:48:18AM +0200, Jakub Jelinek wrote: Hi! As the testcase shows, we ICE on old style initialization of derived type components. ifort also rejects these, I think it doesn't make sense to support such initializations of derived type components.