------- Comment #1 from tkoenig at gcc dot gnu dot org 2009-08-24 19:33 ------- It would also be useful when assigning arrays with a single value:
subroutine foo(a) integer, a(:,:) :: a a = 0 ! See PR 41137, we could use memset or subroutine foo(a) integer, a(:,:) :: a A = 42 -- tkoenig at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |41137 nThis| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40632