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

2010-06-21 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2010-06-21 14:44 --- FIXED on the trunk. Related items: is_contiguous() intrinsic and DO CONCURRENT construct. -- burnus at gcc dot gnu dot org changed: What|Removed |Added

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

2010-06-21 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2010-06-21 14:16 --- Subject: Bug 40632 Author: burnus Date: Mon Jun 21 14:15:56 2010 New Revision: 161079 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161079 Log: 2010-06-20 Tobias Burnus PR fortran/40632 *

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

2010-06-18 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2010-06-19 06:40 --- Mine. Patch: http://gcc.gnu.org/ml/fortran/2010-06/msg00199.html -- burnus at gcc dot gnu dot org changed: What|Removed |Added --

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

2009-08-24 Thread tkoenig at gcc dot gnu dot org
--- 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 --

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

2009-07-05 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added OtherBugsDependingO||39627 nThis|| S