This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug tree-optimization/22334] [4.1 Regression] 23_containers/vector/bool/6886.cc fails


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-07 13:54 -------
(In reply to comment #3)
> Subject: Re:  [4.1 Regression]
>         23_containers/vector/bool/6886.cc fails
> 
> This really shouldn't be mine -- faults in dominance.c aren't something
> I'm likely going to be able to fix as I'm not that familiar with with
> the code we have to compute and update the dominator tree.

It was almost certain introduced by:
2005-07-06  Jeff Law  <law@redhat.com>

        * tree-ssa-dce.c (cfg_altered): New global.
        (tree_dce_init): Initialize cfg_altered.
        (remove_dead_stmt): If we remove an edge in the CFG, then set
        CFG_ALTERED.
        (perform_tree_ssa_dce): If we altered the CFG, then invalidate
        the dominators.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22334


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