This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11182] gcc should warn when assigning unassigned variables when not optimizating
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jun 2003 20:35:38 -0000
- Subject: [Bug c++/11182] gcc should warn when assigning unassigned variables when not optimizating
- References: <20030613045823.11182.charles@kde.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11182
------- Additional Comments From bangerth@dealii.org 2003-06-14 20:35 -------
As has been pointed out, the non-availability of -Wuninitialized without
turning on optimization is not a bug. So let's close the report.
W.