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

Wojciech Migda <wojtek.golf at interia dot pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wojtek.golf at interia dot pl

--- Comment #1 from Wojciech Migda <wojtek.golf at interia dot pl> ---
This is the smallest source code to reproduce this problem:

void foo(foid)
{
  *(volatile int *)-1L = 0;
}

Reply via email to