------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-04 19:52 
-------
Confirmed, here is the reduced testcase:
static inline int f(int i)
{
const int __t = (__t);
}
int g(void)
{
  return f(0);
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-04 19:52:12
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18299

Reply via email to