This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/22197] invalid "is" used uninitialized, should be "may be"
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jun 2005 13:31:38 -0000
- Subject: [Bug middle-end/22197] invalid "is" used uninitialized, should be "may be"
- References: <20050627132516.22197.matz@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-27 13:31 -------
but isn't that the same as (except it is an aggregate in the case in comment #1):
void g(int);
void f(void)
{
int i;
g(i);
}
because g might not look at the agrument value?
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Keywords| |diagnostic
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22197