FAIL: gcc.c-torture/execute/950628-1.c execution, -O1

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Wed Jan 24 10:36:00 GMT 2001


Look again.

  /* If MEM is an unchanging read, then it can't possibly conflict with
     the store to X, because there is at most one store to MEM, and it must
     have occurred somewhere before MEM.  */
  if (! writep && RTX_UNCHANGING_P (mem))
    return 0;

I hadn't gotten down that far.

I think that's wrong, or at least dubious.


More information about the Gcc-patches mailing list