This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/13615] g77 -Wuninitialized doesn't produce warning on characters
- From: "paul dot richard dot thomas at cea dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jun 2006 08:17:51 -0000
- Subject: [Bug fortran/13615] g77 -Wuninitialized doesn't produce warning on characters
- References: <bug-13615-6709@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from paul dot richard dot thomas at cea dot fr 2006-06-01 08:17 -------
This is still the case; Is this a gfortran issue or a gcc one?
If I give the characters length, using any format, even the anonymous warning
goes away. In fact, any array expression that I have tried is the same; eg.
real d(8), c(8)
d = c
is ignored.
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13615