------- Comment #5 from jvdelisle at gcc dot gnu dot org  2008-06-18 04:57 
-------
OK, with r136820

$ gfc -m64 -fbounds-check pr36553.f90
$ ./a.out 
At line 17 of file pr36553.f90
Fortran runtime error: Array bound mismatch, size mismatch for dimension 1 of
array 'expected' (0/3329063047920841327)

$ gfc -m32 -fbounds-check pr36553.f90
$ ./a.out 
 T


-- 


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

Reply via email to