------- Comment #8 from hjl dot tools at gmail dot com  2008-03-07 14:56 -------
Another testcase in C:

---
const int conststaticvariable;

int f(void)
{
  return conststaticvariable;
}
---

Can we assume conststaticvariable will be 0?


-- 


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

Reply via email to