Re: [Patch, Fortran] PR55763 - reject MOLD with NULL() in init-data expressions

2013-01-04 Thread Mikael Morin
Hello, Le 04/01/2013 00:23, Tobias Burnus a écrit : NULL with MOLD should be rejected as (default) initialization expression. From F2008: R506 null-init is function-reference C512 (R506) The function-reference shall be a reference to the intrinsic function NULL with no arguments. "null-init" o

Re: [Patch, Fortran] PR55763 - reject MOLD with NULL() in init-data expressions

2013-01-03 Thread Paul Richard Thomas
Dear Tobias, Yes, following your previous patch that I OK'd this is clearly OK for trunk. Thanks Paul On 4 January 2013 00:23, Tobias Burnus wrote: > NULL with MOLD should be rejected as (default) initialization expression. > From F2008: > > R506 null-init is function-reference > C512 (R506) T

[Patch, Fortran] PR55763 - reject MOLD with NULL() in init-data expressions

2013-01-03 Thread Tobias Burnus
NULL with MOLD should be rejected as (default) initialization expression. From F2008: R506 null-init is function-reference C512 (R506) The function-reference shall be a reference to the intrinsic function NULL with no arguments. "null-init" occurs twice, as "R505 initialization" in "R505 ini