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

--- Comment #2 from Jens Maurer <jens.maurer at gmx dot net> ---
This one:

$ cat ~/x.cc 
int main()
{
  int x = 2*sizeof(int);
  int y { 2* sizeof(int) };
}


(sorry, forgot to attach earlier)

Reply via email to