This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/52512] Cannot match namelist object name
- From: "marco at hulten dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 07 Mar 2012 12:15:36 +0000
- Subject: [Bug fortran/52512] Cannot match namelist object name
- Auto-submitted: auto-generated
- References: <bug-52512-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52512
--- Comment #3 from Marco van Hulten <marco at hulten dot org> 2012-03-07 12:15:36 UTC ---
This work-around of changing all entries to tracer(N:N) indeed works, in both
the test case as for my original code where I found the problem. That is the
NEMO 3.1 ocean model, with namelist_top containing 26 tracer entries of a
larger structure, but similar to the test case.