public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18918] Eventually support the co-array f95 extension in gfortran
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
@ 2005-12-30 18:51 ` pinskia at gcc dot gnu dot org
  2007-10-14 17:46 ` burnus at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-30 18:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2005-12-30 18:51 -------
(In reply to comment #6)
> Something to think about once F2003 support is completed. ;-)

It did not make it into F2003 but:
[13:50] < toon> pinskia: No but it still stands a chance for F2008


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-09-18 05:22:17         |2005-12-30 18:51:43
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918



^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support the co-array f95 extension in gfortran
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
  2005-12-30 18:51 ` [Bug fortran/18918] Eventually support the co-array f95 extension in gfortran pinskia at gcc dot gnu dot org
@ 2007-10-14 17:46 ` burnus at gcc dot gnu dot org
  2008-03-25 18:50 ` [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays] burnus at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-10-14 17:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from burnus at gcc dot gnu dot org  2007-10-14 17:46 -------
For UPC (Unified Parallel C) - the C variant of something like Co-arrays - has
been implemented for GCC 4.0.x, see: http://www.intrepid.com/upc.html
I don't know whether they have signed a contract with the FSF or whether it
helps with implementing it.

Otherwise, one can use the OpenMP backend for shared-memory systems; for
distributed memory, one could either generate MPI 2 code directly or use - as
intrepid's gcc - Berkeley's GASNet library, http://gasnet.cs.berkeley.edu/.

Regarding the status: Co-arrays are one of the few remaining bigger changes
planned for Fortran 2003; see http://www.nag.co.uk/sc22wg5/, esp. on that page:
- "Co-arrays in the next Fortran Standard"
- "Rationale for co-arrays in Fortran 2008"
- Current draft: http://www.j3-fortran.org/doc/standing/links/007.pdf
- Timetable: ftp://ftp.nag.co.uk/sc22wg5/N1651-N1700/N1693.txt
2007-12 - first working draft; 2008-04 WG5 approval of draft; 2009-07 final CD
submitted.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
  2005-12-30 18:51 ` [Bug fortran/18918] Eventually support the co-array f95 extension in gfortran pinskia at gcc dot gnu dot org
  2007-10-14 17:46 ` burnus at gcc dot gnu dot org
@ 2008-03-25 18:50 ` burnus at gcc dot gnu dot org
  2009-01-28  7:12 ` burnus at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2008-03-25 18:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from burnus at gcc dot gnu dot org  2008-03-25 18:49 -------
Fortran 2008 is now a Candidate Draft; the latest draft and a brand new Coarray
introduction is now also available. Links, see bottom of:
http://gcc.gnu.org/wiki/GFortranStandards

What I want to mention: The implementation should be such that OpenMP can be
combined with coarrays. Or, if this is too difficult, -fopenmp should be
rejected with an error when coarrays are found in th Fortran file.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Eventually support the co-  |Eventually support Fortran
                   |array f95 extension in      |2008's coarrays [co-arrays]
                   |gfortran                    |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2008-03-25 18:50 ` [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays] burnus at gcc dot gnu dot org
@ 2009-01-28  7:12 ` burnus at gcc dot gnu dot org
  2009-04-29 18:16 ` burnus at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-01-28  7:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from burnus at gcc dot gnu dot org  2009-01-28 07:11 -------
Someone (Toon?) mentioned a plan to make the GOMP backend infrastructure usable
for shared memory. I also found the following paper: "Prototyping the automatic
generation of MPI code from OpenMP programs in GCC" at
http://gcc.gnu.org/wiki/GROW-2009

See also http://gcc.gnu.org/wiki/GFortran45_actions


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2009-01-28  7:12 ` burnus at gcc dot gnu dot org
@ 2009-04-29 18:16 ` burnus at gcc dot gnu dot org
  2010-02-19 12:48 ` burnus at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-04-29 18:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from burnus at gcc dot gnu dot org  2009-04-29 18:15 -------
Assign to me - I'm working on it to get single-image support working. Real PGAS
support will follow later and not necessarily by me.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |burnus at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-12-30 18:51:43         |2009-04-29 18:15:36
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2009-04-29 18:16 ` burnus at gcc dot gnu dot org
@ 2010-02-19 12:48 ` burnus at gcc dot gnu dot org
  2010-04-06 16:39 ` burnus at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-02-19 12:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from burnus at gcc dot gnu dot org  2010-02-19 12:48 -------
First patches for (single-image) Coarray support, see
  http://gcc.gnu.org/wiki/GFortranPatchTracker
about half of the work is already done & approved for committal when the 4.6
development starts.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2010-02-19 12:48 ` burnus at gcc dot gnu dot org
@ 2010-04-06 16:39 ` burnus at gcc dot gnu dot org
  2010-04-06 17:59 ` burnus at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-06 16:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from burnus at gcc dot gnu dot org  2010-04-06 16:38 -------
First committal (which went to the wrong PR: PR 39997):
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158008

Added: single-image support for CRITICAL block, SYNC MEMORY/IMAGES/ALL, and
num_images() (which is constantly one).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2010-04-06 16:39 ` burnus at gcc dot gnu dot org
@ 2010-04-06 17:59 ` burnus at gcc dot gnu dot org
  2010-04-06 18:16 ` burnus at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-06 17:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from burnus at gcc dot gnu dot org  2010-04-06 17:59 -------
Subject: Bug 18918

Author: burnus
Date: Tue Apr  6 17:58:50 2010
New Revision: 158011

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158011
Log:
2010-04-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * iso-fortran-env.def: Add the integer parameters
        * atomic_int_kind,
        atomic_logical_kind, iostat_inquire_internal_unit, stat_locked,
        stat_locked_other_image, stat_stopped_image and stat_unlocked of
        Fortran 2008.
        * intrinsic.texi (iso_fortran_env): Ditto.
        * libgfortran.h (libgfortran_stat_codes): New enum.
        * module.c (use_iso_fortran_env_module): Honour -std= when
        * loading
        constants from the intrinsic module.

2010-04-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/iso_fortran_env_5.f90: New test.
        * gfortran.dg/iso_fortran_env_6.f90: New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/iso_fortran_env_5.f90
    trunk/gcc/testsuite/gfortran.dg/iso_fortran_env_6.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/intrinsic.texi
    trunk/gcc/fortran/iso-fortran-env.def
    trunk/gcc/fortran/libgfortran.h
    trunk/gcc/fortran/module.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2010-04-06 17:59 ` burnus at gcc dot gnu dot org
@ 2010-04-06 18:16 ` burnus at gcc dot gnu dot org
  2010-04-06 18:24 ` burnus at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-06 18:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from burnus at gcc dot gnu dot org  2010-04-06 18:16 -------
Subject: Bug 18918

Author: burnus
Date: Tue Apr  6 18:16:13 2010
New Revision: 158012

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158012
Log:
2010-04-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * array.c (gfc_free_array_spec,gfc_resolve_array_spec,
        match_array_element_spec,gfc_copy_array_spec,
        gfc_compare_array_spec): Include corank.
        (match_array_element_spec,gfc_set_array_spec): Support codimension.
        * decl.c (build_sym,build_struct,variable_decl,
        match_attr_spec,attr_decl1,cray_pointer_decl,
        gfc_match_volatile): Add codimension.
        (gfc_match_codimension): New function.
        * dump-parse-tree.c (show_array_spec,show_attr): Support
        * codimension.
        * gfortran.h (symbol_attribute,gfc_array_spec): Ditto.
        (gfc_add_codimension): New function prototype.
        * match.h (gfc_match_codimension): New function prototype.
        (gfc_match_array_spec): Update prototype
        * match.c (gfc_match_common): Update gfc_match_array_spec call.
        * module.c (MOD_VERSION): Bump.
        (mio_symbol_attribute): Support coarray attributes.
        (mio_array_spec): Add corank support.
        * parse.c (decode_specification_statement,decode_statement,
        parse_derived): Add coarray support.
        * resolve.c (resolve_formal_arglist, was_declared,
        is_non_constant_shape_array, resolve_fl_variable,
        resolve_fl_derived, resolve_symbol): Add coarray support.
        * symbol.c (check_conflict, gfc_add_volatile, gfc_copy_attr,
        gfc_build_class_symbol): Add coarray support.
        (gfc_add_codimension): New function.

2010-04-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_4.f90: New test.
        * gfortran.dg/coarray_5.f90: New test.
        * gfortran.dg/coarray_6.f90: New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/coarray_4.f90
    trunk/gcc/testsuite/gfortran.dg/coarray_5.f90
    trunk/gcc/testsuite/gfortran.dg/coarray_6.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/array.c
    trunk/gcc/fortran/decl.c
    trunk/gcc/fortran/dump-parse-tree.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/match.c
    trunk/gcc/fortran/match.h
    trunk/gcc/fortran/module.c
    trunk/gcc/fortran/parse.c
    trunk/gcc/fortran/resolve.c
    trunk/gcc/fortran/symbol.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2010-04-06 18:16 ` burnus at gcc dot gnu dot org
@ 2010-04-06 18:24 ` burnus at gcc dot gnu dot org
  2010-04-06 19:04 ` burnus at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-06 18:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from burnus at gcc dot gnu dot org  2010-04-06 18:24 -------
Subject: Bug 18918

Author: burnus
Date: Tue Apr  6 18:23:56 2010
New Revision: 158014

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158014
Log:
2010-04-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.h (gfc_array_spec): Add cotype.
        * array.c (gfc_match_array_spec,gfc_set_array_spec): Use it
        and defer error diagnostic.
        * resolve.c (resolve_fl_derived): Add missing check.
        (resolve_symbol): Add cotype/type check.
        * parse.c (parse_derived): Fix setting of coarray_comp.

2010-04-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_4.f90: Fix test.
        * gfortran.dg/coarray_6.f90: Add more tests.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/array.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/parse.c
    trunk/gcc/fortran/resolve.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/coarray_4.f90
    trunk/gcc/testsuite/gfortran.dg/coarray_6.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2010-04-06 18:24 ` burnus at gcc dot gnu dot org
@ 2010-04-06 19:04 ` burnus at gcc dot gnu dot org
  2010-04-06 20:00 ` burnus at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-06 19:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from burnus at gcc dot gnu dot org  2010-04-06 19:03 -------
Subject: Bug 18918

Author: burnus
Date: Tue Apr  6 19:03:10 2010
New Revision: 158016

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158016
Log:
2010-04-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * array.c (gfc_match_array_spec): Add error for -fcoarray=none.
        * match.c (gfc_match_critical, sync_statement): Ditto.
        * gfortran.h (gfc_fcoarray): New enum.
        (gfc_option_t): Use it.
        * lang.opt (fcoarray): Add new flag.
        * invoke.texi (fcoarray): Document it.
        * options.c (gfc_init_options,gfc_handle_option): Handle
        * -fcoarray=.
        (gfc_handle_coarray_option): New function.

2010-04-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_2.f90: Add dg-options -fcoarray=single.
        * gfortran.dg/coarray_3.f90: Ditto.
        * gfortran.dg/coarray_4.f90: Ditto.
        * gfortran.dg/coarray_5.f90: Ditto.
        * gfortran.dg/coarray_6.f90: Ditto.
        * gfortran.dg/coarray_7.f90: Ditto.
        * gfortran.dg/coarray_8.f90: Ditto.
        * gfortran.dg/coarray_9.f90: New -fcoarray=none test.


Added:
    trunk/gcc/testsuite/gfortran.dg/coarray_9.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/array.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/invoke.texi
    trunk/gcc/fortran/lang.opt
    trunk/gcc/fortran/match.c
    trunk/gcc/fortran/options.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/coarray_2.f90
    trunk/gcc/testsuite/gfortran.dg/coarray_3.f90
    trunk/gcc/testsuite/gfortran.dg/coarray_4.f90
    trunk/gcc/testsuite/gfortran.dg/coarray_6.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2010-04-06 19:04 ` burnus at gcc dot gnu dot org
@ 2010-04-06 20:00 ` burnus at gcc dot gnu dot org
  2010-04-09  5:55 ` burnus at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-06 20:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from burnus at gcc dot gnu dot org  2010-04-06 19:59 -------
Current status:
* Single image only (num_images() == 1) with -fcoarray=<none|single>
* Image control statements, CRITICAL block, num_images()
* Coarray declarations
* Most new parameters from ISO_FORTRAN_ENV

But not yet:
* Coarray expressions
* this_image(), lcobound()/ucobound(), image_index(), lock()/unlock(),
atomic_define()/atomic_ref() intrinsics


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2010-04-06 20:00 ` burnus at gcc dot gnu dot org
@ 2010-04-09  5:55 ` burnus at gcc dot gnu dot org
  2010-04-14  5:44 ` burnus at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-09  5:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from burnus at gcc dot gnu dot org  2010-04-09 05:54 -------
Subject: Bug 18918

Author: burnus
Date: Fri Apr  9 05:54:29 2010
New Revision: 158149

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158149
Log:
2010-04-09  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * decl.c (variable_decl, match_attr_spec): Fix setting the array
        spec.
        * array.c (match_subscript,gfc_match_array_ref): Add coarray
        * support.
        * data.c (gfc_assign_data_value): Ditto.
        * expr.c (gfc_check_pointer_assign): Add check for coarray
        * constraint.
        (gfc_traverse_expr): Traverse also through codimension expressions.
        (gfc_is_coindexed, gfc_has_ultimate_allocatable,
        gfc_has_ultimate_pointer): New functions.
        * gfortran.h (gfc_array_ref_dimen_type): Add DIMEN_STAR for
        * coarrays.
        (gfc_array_ref): Add codimen.
        (gfc_array_ref): Add in_allocate.
        (gfc_is_coindexed, gfc_has_ultimate_allocatable,
        gfc_has_ultimate_pointer): Add prototypes.
        * interface.c (compare_parameter, compare_actual_formal,
        check_intents): Add coarray constraints.
        * match.c (gfc_match_iterator): Add coarray constraint.
        * match.h (gfc_match_array_ref): Update interface.
        * primary.c (gfc_match_varspec): Handle codimensions.
        * resolve.c (coarray_alloc, inquiry_argument): New static
        * variables.
        (check_class_members): Return gfc_try instead for error recovery.
        (resolve_typebound_function,resolve_typebound_subroutine,
        check_members): Handle return value of check_class_members.
        (resolve_structure_cons, resolve_actual_arglist, resolve_function,
        check_dimension, compare_spec_to_ref, resolve_array_ref,
        resolve_ref, resolve_variable, gfc_resolve_expr, conformable_arrays,
        resolve_allocate_expr, resolve_ordinary_assign): Add coarray
        support.
        * trans-array.c (gfc_conv_array_ref, gfc_walk_variable_expr):
        Skip over coarray refs.
        (gfc_array_allocate) Add support for references containing coindexes.
        * trans-expr.c (gfc_add_interface_mapping): Copy coarray
        * attribute.
        (gfc_map_intrinsic_function): Ignore codimensions.

2010-04-09  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_7.f90: New test.
        * gfortran.dg/coarray_8.f90: New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/coarray_7.f90
    trunk/gcc/testsuite/gfortran.dg/coarray_8.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/array.c
    trunk/gcc/fortran/data.c
    trunk/gcc/fortran/decl.c
    trunk/gcc/fortran/expr.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/interface.c
    trunk/gcc/fortran/match.c
    trunk/gcc/fortran/match.h
    trunk/gcc/fortran/primary.c
    trunk/gcc/fortran/resolve.c
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2010-04-09  5:55 ` burnus at gcc dot gnu dot org
@ 2010-04-14  5:44 ` burnus at gcc dot gnu dot org
  2010-04-27  8:41 ` burnus at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-14  5:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from burnus at gcc dot gnu dot org  2010-04-14 05:43 -------
Subject: Bug 18918

Author: burnus
Date: Wed Apr 14 05:43:30 2010
New Revision: 158292

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158292
Log:
2010-04-14  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * array.c (gfc_find_array_ref): Handle codimensions.
        (gfc_match_array_spec,gfc_match_array_ref): Use gfc_fatal_error.
        * check.c (is_coarray, dim_corank_check, gfc_check_lcobound,
        gfc_check_image_index, gfc_check_this_image, gfc_check_ucobound):
        New functions.
        * gfortran.h (gfc_isym_id): Add GFC_ISYM_IMAGE_INDEX,
        GFC_ISYM_LCOBOUND, GFC_ISYM_THIS_IMAGE,
        GFC_ISYM_UCOBOUND.
        * intrinsic.h (add_functions): Add this_image, image_index,
        lcobound and ucobound intrinsics.
        * intrinsic.c (gfc_check_lcobound,gfc_check_ucobound,
        gfc_check_image_index, gfc_check_this_image,
        gfc_simplify_image_index, gfc_simplify_lcobound,
        gfc_simplify_this_image, gfc_simplify_ucobound):
        New function prototypes.
        * intrinsic.texi (IMAGE_INDEX, LCOBOUND, THIS_IMAGE
        IMAGE_INDEX): Document new intrinsic functions.
        * match.c (gfc_match_critical, sync_statement): Make
        * -fcoarray=none
        error fatal.
        * simplify.c (simplify_bound_dim): Handle coarrays.
        (simplify_bound): Update simplify_bound_dim call.
        (gfc_simplify_num_images): Add -fcoarray=none check.
        (simplify_cobound, gfc_simplify_lcobound, gfc_simplify_ucobound,
        gfc_simplify_ucobound, gfc_simplify_ucobound): New functions.

2010-04-14  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_9.f90: Update dg-errors.
        * gfortran.dg/coarray_10.f90: New test.
        * gfortran.dg/coarray_11.f90: New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/coarray_10.f90
    trunk/gcc/testsuite/gfortran.dg/coarray_11.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/array.c
    trunk/gcc/fortran/check.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/intrinsic.c
    trunk/gcc/fortran/intrinsic.h
    trunk/gcc/fortran/intrinsic.texi
    trunk/gcc/fortran/match.c
    trunk/gcc/fortran/simplify.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/coarray_9.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2010-04-14  5:44 ` burnus at gcc dot gnu dot org
@ 2010-04-27  8:41 ` burnus at gcc dot gnu dot org
  2010-04-27 13:59 ` hjl dot tools at gmail dot com
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-27  8:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from burnus at gcc dot gnu dot org  2010-04-27 08:41 -------
Subject: Bug 18918

Author: burnus
Date: Tue Apr 27 08:41:00 2010
New Revision: 158768

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158768
Log:
2010-04-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * resolve.c (resolve_allocate_expr): Allow array coarrays.
        * trans-types.h (gfc_get_array_type_bounds): Update prototype.
        * trans-types.c (gfc_get_array_type_bounds,
        gfc_get_array_descriptor_base): Add corank argument.
        * trans-array.c (gfc_array_init_size): Handle corank.
        (gfc_trans_create_temp_array, gfc_array_allocate,
        gfc_conv_expr_descriptor): Add corank argument to call.
        * trans-stmt.c (gfc_trans_pointer_assign_need_temp): Ditto.

2010-04-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_7.f90: Modified and removed obsolete
        tests.
        * gfortran.dg/coarray_12.f90: New.


Added:
    trunk/gcc/testsuite/gfortran.dg/coarray_12.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/resolve.c
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/fortran/trans-stmt.c
    trunk/gcc/fortran/trans-types.c
    trunk/gcc/fortran/trans-types.h
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/coarray_7.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2010-04-27  8:41 ` burnus at gcc dot gnu dot org
@ 2010-04-27 13:59 ` hjl dot tools at gmail dot com
  2010-04-27 14:09 ` burnus at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-04-27 13:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from hjl dot tools at gmail dot com  2010-04-27 13:59 -------
On Linux/ia32, I got

FAIL: gfortran.dg/coarray_12.f90  -O  scan-tree-dump-times original
"a.dim.0..ubound = .* nn;" 1
FAIL: gfortran.dg/coarray_12.f90  -O  scan-tree-dump-times original
"a.dim.1..ubound = .* mm;" 1


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2010-04-27 13:59 ` hjl dot tools at gmail dot com
@ 2010-04-27 14:09 ` burnus at gcc dot gnu dot org
  2010-04-28 20:43 ` burnus at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-27 14:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #23 from burnus at gcc dot gnu dot org  2010-04-27 14:09 -------
Subject: Bug 18918

Author: burnus
Date: Tue Apr 27 14:09:29 2010
New Revision: 158785

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158785
Log:
2010-04-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_12.f90: Fix dump parsing.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/coarray_12.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2010-04-27 14:09 ` burnus at gcc dot gnu dot org
@ 2010-04-28 20:43 ` burnus at gcc dot gnu dot org
  2010-04-30 18:32 ` burnus at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-28 20:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #24 from burnus at gcc dot gnu dot org  2010-04-28 20:43 -------
Subject: Bug 18918

Author: burnus
Date: Wed Apr 28 20:43:18 2010
New Revision: 158843

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158843
Log:
2010-04-28  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        PR fortran/43919
        * simplify.c (simplify_cobound): Handle scalar coarrays.

2010-04-28  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        PR fortran/43919
        * gfortran.dg/coarray_11.f90: Add scalar-coarrays test case.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/simplify.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/coarray_11.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (17 preceding siblings ...)
  2010-04-28 20:43 ` burnus at gcc dot gnu dot org
@ 2010-04-30 18:32 ` burnus at gcc dot gnu dot org
  2010-05-02 15:14 ` burnus at gcc dot gnu dot org
  2010-07-08 15:17 ` burnus at gcc dot gnu dot org
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-04-30 18:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #25 from burnus at gcc dot gnu dot org  2010-04-30 18:31 -------
Subject: Bug 18918

Author: burnus
Date: Fri Apr 30 18:30:53 2010
New Revision: 158941

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158941
Log:
2010-04-30  Tobias Burnus  Mburnus@net-b.de>

        PR fortran/18918
        PR fortran/43931
        *  trans-types.c (gfc_get_array_descriptor_base): Fix index
        calculation for array descriptor types.

2010-04-30  Tobias Burnus  Mburnus@net-b.de>

        PR fortran/18918
        PR fortran/43931
        * gfortran.dg/coarray_13.f90: New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/coarray_13.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-types.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (18 preceding siblings ...)
  2010-04-30 18:32 ` burnus at gcc dot gnu dot org
@ 2010-05-02 15:14 ` burnus at gcc dot gnu dot org
  2010-07-08 15:17 ` burnus at gcc dot gnu dot org
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-05-02 15:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #26 from burnus at gcc dot gnu dot org  2010-05-02 15:13 -------
Subject: Bug 18918

Author: burnus
Date: Sun May  2 15:13:03 2010
New Revision: 158974

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158974
Log:
2010-05-02  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * intrinsic.c (add_functions): Fix GFC_STD and add gfc_resolve_*
        calls for lcobound, ucobound, image_index and this_image.
        * intrinsic.h (gfc_resolve_lcobound, gfc_resolve_this_image,
        gfc_resolve_image_index, gfc_resolve_ucobound): New prototypes.
        * iresolve.c (gfc_resolve_lcobound, gfc_resolve_this_image,
        gfc_resolve_image_index, gfc_resolve_ucobound, resolve_bound): New
        functions.
        (gfc_resolve_lbound, gfc_resolve_ubound): Use resolve_bound.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/intrinsic.c
    trunk/gcc/fortran/intrinsic.h
    trunk/gcc/fortran/iresolve.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays]
       [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
                   ` (19 preceding siblings ...)
  2010-05-02 15:14 ` burnus at gcc dot gnu dot org
@ 2010-07-08 15:17 ` burnus at gcc dot gnu dot org
  20 siblings, 0 replies; 27+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-07-08 15:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #27 from burnus at gcc dot gnu dot org  2010-07-08 15:17 -------
Subject: Bug 18918

Author: burnus
Date: Thu Jul  8 15:17:25 2010
New Revision: 161960

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161960
Log:
2010-07-08  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * array.c (gfc_match_array_ref): Better error message for
        coarrays with too few ranks.
        (match_subscript): Move one diagnostic to caller.
        * gfortran.h (gfc_get_corank): Add prottype.
        * expr.c (gfc_get_corank): New function.
        * iresolve.c (resolve_bound): Fix rank for cobounds.
        (gfc_resolve_lbound,gfc_resolve_lcobound, gfc_resolve_ubound,
        gfc_resolve_ucobound, gfc_resolve_this_image): Update
        resolve_bound call.

2010-07-08  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_10.f90: Add an additional test.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/array.c
    trunk/gcc/fortran/expr.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/iresolve.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/coarray_10.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support the co-array f95 extension in gfortran
  2004-12-10  4:18 [Bug fortran/18918] New: Eventually support the co-array f95 extension in gfortran mg_gentoo at yahoo dot com
                   ` (4 preceding siblings ...)
  2005-02-11 21:56 ` jblomqvi at cc dot hut dot fi
@ 2005-06-20  7:25 ` jblomqvi at cc dot hut dot fi
  5 siblings, 0 replies; 27+ messages in thread
From: jblomqvi at cc dot hut dot fi @ 2005-06-20  7:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jblomqvi at cc dot hut dot fi  2005-06-20 07:25 -------
Apparently it has been decided that co-arrays will be included in the next
revision of the Fortran standard.  See  http://www.nag.co.uk/sc22wg5/  and
ftp://ftp.nag.co.uk/sc22wg5/N1601-N1650/N1639.txt

Something to think about once F2003 support is completed. ;-)

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support the co-array f95 extension in gfortran
  2004-12-10  4:18 [Bug fortran/18918] New: Eventually support the co-array f95 extension in gfortran mg_gentoo at yahoo dot com
                   ` (3 preceding siblings ...)
  2004-12-21  9:56 ` mg_gentoo at yahoo dot com
@ 2005-02-11 21:56 ` jblomqvi at cc dot hut dot fi
  2005-06-20  7:25 ` jblomqvi at cc dot hut dot fi
  5 siblings, 0 replies; 27+ messages in thread
From: jblomqvi at cc dot hut dot fi @ 2005-02-11 21:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jblomqvi at cc dot hut dot fi  2005-02-11 17:24 -------
You might want to check out the "global arrays" toolkit at
http://www.emsl.pnl.gov/docs/global/ga.html

GA implements the same programming model as Co-Array Fortran, but it's a
library, so any standard F95 compiler should do.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support the co-array f95 extension in gfortran
  2004-12-10  4:18 [Bug fortran/18918] New: Eventually support the co-array f95 extension in gfortran mg_gentoo at yahoo dot com
                   ` (2 preceding siblings ...)
  2004-12-20 22:44 ` tobi at gcc dot gnu dot org
@ 2004-12-21  9:56 ` mg_gentoo at yahoo dot com
  2005-02-11 21:56 ` jblomqvi at cc dot hut dot fi
  2005-06-20  7:25 ` jblomqvi at cc dot hut dot fi
  5 siblings, 0 replies; 27+ messages in thread
From: mg_gentoo at yahoo dot com @ 2004-12-21  9:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mg_gentoo at yahoo dot com  2004-12-21 09:56 -------
I agree, but figured it was worth filing away for the future.  Here's another
doc from cray, the link to which I couldn't find earlier:
http://www.cray.com/cgi-bin/swpubs/craydoc30/craydoc.cgi?frames=1&html=toc_view&pub=S-3694-53
(Chapter 9 of the third volume of their Fortran Language Reference Manual
describes Cray co-arrays.)
NB: It's not Numrich and Reid, but I figure I'll note it here for future
reference just in case (in case, for example, there were an implementation
divergence in the future)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support the co-array f95 extension in gfortran
  2004-12-10  4:18 [Bug fortran/18918] New: Eventually support the co-array f95 extension in gfortran mg_gentoo at yahoo dot com
  2004-12-14 22:33 ` [Bug fortran/18918] " tobi at gcc dot gnu dot org
  2004-12-15  2:56 ` mg_gentoo at yahoo dot com
@ 2004-12-20 22:44 ` tobi at gcc dot gnu dot org
  2004-12-21  9:56 ` mg_gentoo at yahoo dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 27+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-12-20 22:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-12-20 22:44 -------
This might be interesting, even though I think it's far out of reach currently.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-20 22:44:28
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support the co-array f95 extension in gfortran
  2004-12-10  4:18 [Bug fortran/18918] New: Eventually support the co-array f95 extension in gfortran mg_gentoo at yahoo dot com
  2004-12-14 22:33 ` [Bug fortran/18918] " tobi at gcc dot gnu dot org
@ 2004-12-15  2:56 ` mg_gentoo at yahoo dot com
  2004-12-20 22:44 ` tobi at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 27+ messages in thread
From: mg_gentoo at yahoo dot com @ 2004-12-15  2:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mg_gentoo at yahoo dot com  2004-12-15 02:52 -------
The available information on it is, admittedly, a bit dispersed, but I think
http://www.co-array.org/caf_def.htm might be close enough to what you are
looking for.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

* [Bug fortran/18918] Eventually support the co-array f95 extension in gfortran
  2004-12-10  4:18 [Bug fortran/18918] New: Eventually support the co-array f95 extension in gfortran mg_gentoo at yahoo dot com
@ 2004-12-14 22:33 ` tobi at gcc dot gnu dot org
  2004-12-15  2:56 ` mg_gentoo at yahoo dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 27+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-12-14 22:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-12-14 22:33 -------
Do you have a link to something documenting this feature. I for one have never
heard of it.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918


^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2010-07-08 15:17 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18918-8997@http.gcc.gnu.org/bugzilla/>
2005-12-30 18:51 ` [Bug fortran/18918] Eventually support the co-array f95 extension in gfortran pinskia at gcc dot gnu dot org
2007-10-14 17:46 ` burnus at gcc dot gnu dot org
2008-03-25 18:50 ` [Bug fortran/18918] Eventually support Fortran 2008's coarrays [co-arrays] burnus at gcc dot gnu dot org
2009-01-28  7:12 ` burnus at gcc dot gnu dot org
2009-04-29 18:16 ` burnus at gcc dot gnu dot org
2010-02-19 12:48 ` burnus at gcc dot gnu dot org
2010-04-06 16:39 ` burnus at gcc dot gnu dot org
2010-04-06 17:59 ` burnus at gcc dot gnu dot org
2010-04-06 18:16 ` burnus at gcc dot gnu dot org
2010-04-06 18:24 ` burnus at gcc dot gnu dot org
2010-04-06 19:04 ` burnus at gcc dot gnu dot org
2010-04-06 20:00 ` burnus at gcc dot gnu dot org
2010-04-09  5:55 ` burnus at gcc dot gnu dot org
2010-04-14  5:44 ` burnus at gcc dot gnu dot org
2010-04-27  8:41 ` burnus at gcc dot gnu dot org
2010-04-27 13:59 ` hjl dot tools at gmail dot com
2010-04-27 14:09 ` burnus at gcc dot gnu dot org
2010-04-28 20:43 ` burnus at gcc dot gnu dot org
2010-04-30 18:32 ` burnus at gcc dot gnu dot org
2010-05-02 15:14 ` burnus at gcc dot gnu dot org
2010-07-08 15:17 ` burnus at gcc dot gnu dot org
2004-12-10  4:18 [Bug fortran/18918] New: Eventually support the co-array f95 extension in gfortran mg_gentoo at yahoo dot com
2004-12-14 22:33 ` [Bug fortran/18918] " tobi at gcc dot gnu dot org
2004-12-15  2:56 ` mg_gentoo at yahoo dot com
2004-12-20 22:44 ` tobi at gcc dot gnu dot org
2004-12-21  9:56 ` mg_gentoo at yahoo dot com
2005-02-11 21:56 ` jblomqvi at cc dot hut dot fi
2005-06-20  7:25 ` jblomqvi at cc dot hut dot fi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).