http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60370
janus at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic, wrong-code
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-03-01
CC| |janus at gcc dot gnu.org
Summary|TRANSPOSE on rhs of |TRANSPOSE on rhs of
|allocatable array |allocatable array
|assignment gives bounds |assignment gives error with
|error |-fcheck=bounds
Ever confirmed|0 |1
--- Comment #1 from janus at gcc dot gnu.org ---
With 4.7/4.8/trunk I get on x86_64-unknown-linux-gnu:
At line 10 of file c0.f90
Fortran runtime error: Array bound mismatch for dimension 1 of array 'b' (0/5)
With 4.6 I get:
At line 10 of file c0.f90
Fortran runtime error: Array bound mismatch for dimension 1 of array 'b'
(140735200374865/5)
(with large random numbers)