This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/37707] Namelist read of array of derived type incorrect
- From: "toon at moene dot indiv dot nluug dot nl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Oct 2008 15:33:25 -0000
- Subject: [Bug libfortran/37707] Namelist read of array of derived type incorrect
- References: <bug-37707-109@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #19 from toon at moene dot indiv dot nluug dot nl 2008-10-18 15:33 -------
> character*200 :: l = " &NAMINTERP atmkey%ppp = 076,058,062,079, atmkey%nnn = 0
1
> Warning: CHARACTER expression at (1) is being truncated (222/200)
Tobias, you are right - the string is too short - 250 characters should do,
however, and I get the same error.
How did you provoke the warning (I certainly do not get it by default) ...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37707