This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Fix enable checking failures in flow.c


Hi,
As we delay the deleting of ADDR_VEC after the all users are eliminated
(inluding regular insns computing the tablejump destination), it is possible,
that the tablejump has been already eliminated, the labels marked deleted,
but the ADDR_VEC is still lurking around waiting for life analyzis to kill
the user.

Honza


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]