------- Comment #1 from burnus at gcc dot gnu dot org  2010-07-07 10:09 -------
Created an attachment (id=21122)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21122&action=view)
Draft patch for kinds

Some constants such as GFC_STAT_STOPPED_IMAGE have been added as part of the
coarray work. Besides the compiler_*() functions (PR 40569), the coarray LOCK_*
types are missing.

To this patch: It adds support for the *_kinds parameter arrays.
TODO:

a) It does not fully work, while the following is OK
   print *, (real_kinds), shape(real_kinds)
without (), it gives a linker error:
   print *, real_kinds
namely: undefined reference to `__iso_fortran_env_MOD_integer_kinds'

b) The .texi changes are missing


-- 


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

Reply via email to