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



--- Comment #22 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-04-25 
12:42:45 UTC ---

Created attachment 29938

  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29938

FE patch for namelist read with type extension (+ test case)



Regarding the support of type extension: This patch uses in the front end a "+"

instead of a "%" to denote a type extension, i.e.

  type%parent%var

becomes

  type+parent%var

in the call to st_set_nml_var. Then, libgfortran has the required information -

the actual implementation is still pending.

Reply via email to