------- Additional Comments From amodra at bigpond dot net dot au  2005-09-07 
14:39 -------
Simplified testcase.  This bug is probably a WONTFIX.

int bar (int *);

int foo (void)
{
  int x;
  __builtin_memset (&x, 0, 32);
  return bar (&x);
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.4.5 4.0.2 4.1.0


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

Reply via email to