[Bug middle-end/22197] invalid "is" used uninitialized, should be "may be"
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jun 27 13:31:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list