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

Yury Gribov <ygribov at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ygribov at gcc dot gnu.org

--- Comment #17 from Yury Gribov <ygribov at gcc dot gnu.org> ---
(In reply to Joseph S. Myers from comment #16)
> I think the -Wclobbered warning probably needs to be reimplemented on
> GIMPLE

FYI I tried implementing this in GIMPLE earlier this year but it was
complicated by the fact that GCC created a single abnormal dispatcher block for
all setjmps in a function which made tracking data dependencies impossible.

Reply via email to