------- 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

Reply via email to