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 gcc.c-torture/compile/20000105-1.c -O0



>         * flow.c (delete_block): Delete the addr_vec along with the block.
>         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
>         reference labels.

I'm not sure that this won't cause problems.  What if there is a
reference to the addr_vec outside the block (moved there by loop
optimisation or scheduling or gcse)?

-- 
- Geoffrey Keating <geoffk@cygnus.com>

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