[Bug fortran/40632] Support F2008's contiguous attribute

tkoenig at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Aug 24 19:34:00 GMT 2009



------- 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



More information about the Gcc-bugs mailing list