https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98797

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
The branch in comment #0 now gives a 404, but in any case I had to rewrite the
store code in gcc 12 to support detection of uses of uninitialized values, so
any patch is likely bit-rotted.  The new store implementation allows for a
simpler solution that avoids special-casing, which I've committed as the patch
above, fixing the xfails.

Reply via email to