This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/10138] -Wuninitialized could catch uninitialized arrays
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2004 22:41:24 -0000
- Subject: [Bug middle-end/10138] -Wuninitialized could catch uninitialized arrays
- References: <20030318174600.10138.h.b.furuseth@usit.uio.no>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-09-07 22:41 -------
I disagree -- the question whether an argument is actually used or not is secondary,
the fact that we pass an uninitialized variable to which only read access is possible
is definitely worth a warning.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10138