------- Comment #6 from kazu at gcc dot gnu dot org  2006-05-20 08:00 -------
Reduced down to:

signed long long sll;

void
foo (void)
{
  __sync_fetch_and_add (&sll, 1);
}


-- 


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

Reply via email to