This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]