------- Comment #2 from dominiq at lps dot ens dot fr  2010-07-01 15:01 -------
> I forgot to mention: I think this file is valid Fortran 2003 and only invalid
> Fortran 95. Maybe using:
>   integer, dimension(4) :: y
> is a better test case.

It is caught at compile time:

  y = [y, (99,i=1,4)]
  1
Error: Different shape for array assignment at (1) on dimension 1 (4 and 8)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32454

Reply via email to