This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/31688] Bogus "may be used uninitialized" warning
- From: "jv244 at cam dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2007 15:25:53 -0000
- Subject: [Bug middle-end/31688] Bogus "may be used uninitialized" warning
- References: <bug-31688-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from jv244 at cam dot ac dot uk 2007-06-20 15:25 -------
Tobias, could you reopen this bug (I can't). This is different from PR 5035.
Whereas PR 5035 warns about variables present in the users code, these warnings
come from frontend generated variables (i.e. offset.7 is nowhere present in the
users code). These warnings are thus needlessly confusing and supposedly can be
easily supressed by giving them proper attributes in the fronted.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31688